Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_rxstatproc.pod
blob85fd097e62ecbf59ae906f17c08cedc4625e86e5
1 =head1 NAME
3 fs_rxstatproc - Manage per-process Rx statistics collection
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs rxstatproc> [B<-enable>] [B<-disable>] [B<-clear>] [B<-help>]
12 =for html
13 </div>
15 =head1 DESCRIPTION
17 This command enables or disables the updating of RPC statistics counters
18 related to the entire RX process, or sets the accumulated counter values
19 back to zero.
21 =head1 OPTIONS
23 One or more of the following options must be specified:
25 =over 4
27 =item B<-enable>
29 Enable the collection of process RPC statistics
31 =item B<-disable>
33 Enable the collection of process RPC statistics
35 =item B<-clear>
37 Resets all trace counters to zero.
39 =item B<-help>
41 Prints the online help for this command. All other valid options are
42 ignored.
44 =back
46 =head1 OUTPUT
48 This command produces no output other than error-messages.
50 =head1 EXAMPLES
52 The following command starts collecting statistics:
54    % fs rxstatproc -enable
56 =head1 PRIVILEGE REQUIRED
58 The issuer must be logged in as the local superuser root.
60 =head1 SEE ALSO
62 L<fs(1)>,
63 L<fs_rxstatpeer(1)>,
64 L<rxdebug(1)>
66 =head1 COPYRIGHT
68 Copyright 2008. This documentation is covered by the BSD License as
69 written in the doc/LICENSE file. This man page was written by Mike
70 Robinson (L<mike@endpoint.com>) for OpenAFS.