=head1 NAME
fssync-debug_stats - Displays various statistics
=head1 SYNOPSIS
=for html
B S<<< B<-cmd> > >>>
S<<< [B<-arg1> >] >>>
S<<< [B<-arg2> >] >>>
S<<< [B<-reason> >] >>>
S<<< [B<-programtype> >] >>>
[B<-help>]
B S<<< B<-c> > >>>
S<<< [B<-arg1> >] >>>
S<<< [B<-arg2> >] >>>
S<<< [B<-r> >] >>>
S<<< [B<-p> >] >>>
[B<-h>]
=for html
=head1 DESCRIPTION
The B command displays statistics
according to the value of the option B<-cmd>.
=head1 OPTIONS
=over 4
=item B<-cmd> >
Specifies statistics subcommand. Available subcommands are:
=over 4
=item *
B -- general volume package statistics
=item *
B -- vice partition statistics
=item *
B -- volume hash chain statistics
=item *
B -- volume header cache statistics
=item *
B -- vlru generation statistics
=item *
B -- display list of available subcommands
=back
=item B<-arg1> >
Specifies first optional argument, in the context of the
chosen subcommand. For I statistics, it specifies
partition name; for I statistics, it specifies
hash bucket number; for I statistics it specifies
vlru generation number.
=item B<-arg2> >
Specifies second optional argument, in the context of
the chose subcommand. Currently, none of the subcommands
use it.
=item B<-reason> >
Specifies numeric sync protocol reason code.
Available codes are listed in OpenAFS source file
F. For SYNC_REASON_NONE,
use B<-reason I<0>>.
=item B<-programtype> >
Specifies program type code. Permitted values are
I,
I,
I,
I,
I and
I.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 PRIVILEGE REQUIRED
The issuer must have write access to the file server.
Usually, this means that the issuer must be the
local superuser C on the file server machine.
=head1 SEE ALSO
L,
L
=head1 COPYRIGHT
Copyright 2010 Davor Ocelic
This documentation is covered by the IBM Public License Version 1.0. This
man page was written by Davor Ocelic for OpenAFS, based on documentation
from Steven Jenkins, Tom Keiser and Simon Wilkinson.