openafs/doc/man-pages/pod1/fs_rxstatproc.pod
Andrew Deason 90398d0787 doc: fs manpage fixes
- fs_whichcell: Fix formatting typo

 - fs_setcbaddr: Change -host to -addr

 - Add missing -help to fs_setcbaddr and fs_rxstatproc

 - fs_getfid: Add missing -literal to synopsis

 - fs_exportafs: List on/off options in single =item. Doing this in
   two separate consecutive =items confuses the manpage generator.

 - fs_exportafs: Add missing -clipags and -pagcb

Change-Id: I4e986543292f1000fc00456fde486d7da573c9c3
Reviewed-on: http://gerrit.openafs.org/10396
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
2013-11-04 04:09:26 -08:00

71 lines
1.3 KiB
Plaintext

=head1 NAME
fs_rxstatproc - Manage per-process Rx statistics collection
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<fs rxstatproc> [B<-enable>] [B<-disable>] [B<-clear>] [B<-help>]
=for html
</div>
=head1 DESCRIPTION
This command enables or disables the updating of RPC statistics counters
related to the entire RX process, or sets the accumulated counter values
back to zero.
=head1 OPTIONS
One or more of the following options must be specified:
=over 4
=item B<-enable>
Enable the collection of process RPC statistics
=item B<-disable>
Enable the collection of process RPC statistics
=item B<-clear>
Resets all trace counters to zero.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 OUTPUT
This command produces no output other than error-messages.
=head1 EXAMPLES
The following command starts collecting statistics:
% fs rxstatproc -enable
=head1 PRIVILEGE REQUIRED
The issuer must be logged in as the local superuser root.
=head1 SEE ALSO
L<fs(1)>,
L<fs_rxstatpeer(1)>,
L<rxdebug(1)>
=head1 COPYRIGHT
Copyright 2008. This documentation is covered by the BSD License as
written in the doc/LICENSE file. This man page was written by Mike
Robinson (L<mike@endpoint.com>) for OpenAFS.