20a7c3d982a7607687b1a592b69849fe9840fb71
[openafs.git] / doc / man-pages / pod1 / fs_rxstatproc.pod
1 =head1 NAME
2
3 fs_rxstatproc - Manage per-process Rx statistics collection
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs rxstatproc> [B<-enable>] [B<-disable>] [B<-clear>]
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
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.
20
21 =head1 OPTIONS
22
23 One or more of the following options must be specified:
24
25 =over 4
26
27 =item B<-enable>
28
29 Enable the collection of process RPC statistics
30
31 =item B<-disable>
32
33 Enable the collection of process RPC statistics
34
35 =item B<-clear>
36
37 Resets all trace counters to zero.
38
39 =over
40
41 =head1 OUTPUT
42
43 This command produces no output other than error-messages.
44
45 =head1 EXAMPLES
46
47 The following command starts collecting statistics:
48
49    % fs rxstatproc -enable
50
51 =head1 PRIVILEGE REQUIRED
52
53 The issuer must be logged in as the local superuser root.
54
55 =head1 SEE ALSO
56
57 L<fs(1)>,
58 L<fs_rxstatpeer(1)>,
59 L<rxdebug(1)>
60
61 =head1 COPYRIGHT
62
63 Copyright 2008. This documentation is covered by the BSD License as
64 written in the doc/LICENSE file. This man page was written by Mike
65 Robinson (L<mike@endpoint.com>) for OpenAFS.