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