2007-11-29 03:54:44 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2009-05-18 05:34:38 +01:00
|
|
|
fs_rxstatpeer - Manage per-peer Rx statistics collection
|
2007-11-29 03:54:44 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
|
|
|
B<fs rxstatpeer> [B<-clear>] [B<-disable>] [B<-enable>] [B<-help>]
|
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
B<fs rxstatpeer> manipulates some of the Rx protocol counters in the
|
|
|
|
OpenAFS kernel interface.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item B<-clear>
|
|
|
|
|
|
|
|
Clear the Rx stats for peers in the kernel module.
|
|
|
|
|
|
|
|
=item B<-disable>
|
|
|
|
|
|
|
|
Disable logging of Rx stats for peers in the kernel module.
|
|
|
|
|
|
|
|
=item B<-enable>
|
|
|
|
|
|
|
|
Enable logging of Rx stats for peers in the kernel module.
|
|
|
|
|
|
|
|
=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
|
|
|
|
|
|
|
|
Enable Rx Stats for peers:
|
|
|
|
|
|
|
|
% fs rxstatpeer -enable
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
The issuer must be logged in as the local superuser root.
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<fs(1)>,
|
2009-05-18 05:34:38 +01:00
|
|
|
L<fs_rxstatproc(1)>,
|
2007-11-29 03:54:44 +00:00
|
|
|
L<rxdebug(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
|
|
|
|
|
2007-12-25 22:22:22 +00:00
|
|
|
This documentation is covered by the BSD License as written in the
|
|
|
|
doc/LICENSE file. This man page was written by Jason Edgecombe for
|
|
|
|
OpenAFS.
|