Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_rxstatpeer.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_rxstatpeer - Manage per-peer Rx statistics collection
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs rxstatpeer> [B<-clear>] [B<-disable>] [B<-enable>] [B<-help>]
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17B<fs rxstatpeer> manipulates some of the Rx protocol counters in the
18OpenAFS kernel interface.
19
20=head1 OPTIONS
21
22=over 4
23
24=item B<-clear>
25
26Clear the Rx stats for peers in the kernel module.
27
28=item B<-disable>
29
30Disable logging of Rx stats for peers in the kernel module.
31
32=item B<-enable>
33
34Enable logging of Rx stats for peers in the kernel module.
35
36=item B<-help>
37
38Prints the online help for this command. All other valid options are
39ignored.
40
41=back
42
43=head1 OUTPUT
44
45This command produces no output other than error messages.
46
47=head1 EXAMPLES
48
49Enable Rx Stats for peers:
50
51 % fs rxstatpeer -enable
52
53=head1 PRIVILEGE REQUIRED
54
55The issuer must be logged in as the local superuser root.
56
57=head1 SEE ALSO
58
59L<fs(1)>,
60L<fs_rxstatproc(1)>,
61L<rxdebug(1)>
62
63=head1 COPYRIGHT
64
65Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
66
67This documentation is covered by the BSD License as written in the
68doc/LICENSE file. This man page was written by Jason Edgecombe for
69OpenAFS.