openafs/doc/man-pages/pod8/fssync-debug_stats.pod
Davor Ocelic 8c633162b9 Provide manpage for fssync-debug and most subcmds
This is another patch in the series to provide manpages for
dafs-related commands.

Most (if not all) documentation is coming from source
documentation and DAFS articles/presentations.

The primary motivation behind this is to comply with Debian
guidelines requiring all binaries to have respective manpages.

This patch has been sitting here for months, so it's good time
to finally submit it.

Note that fssync-debug also supports some vcg* commands, for
which I was not able to find any documentation I could use.
So, they are still left to be documented.

Change-Id: I9d067766e2a90b26646edc87f15a4f533c5c8d44
Reviewed-on: http://gerrit.openafs.org/2220
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
2010-06-23 13:34:19 -07:00

119 lines
2.5 KiB
Plaintext

=head1 NAME
fssync-debug_stats - Displays various statistics
=head1 SYNOPSIS
=for html
<div class="synopsis">
B<fssync-debug stats> S<<< B<-cmd> <I<subcommand>> >>>
S<<< [B<-arg1> <I<arg1>>] >>>
S<<< [B<-arg2> <I<arg2>>] >>>
S<<< [B<-reason> <I<sync protocol reason code>>] >>>
S<<< [B<-programtype> <I<program type code>>] >>>
[B<-help>]
B<fssync-debug s> S<<< B<-c> <I<subcommand>> >>>
S<<< [B<-arg1> <I<arg1>>] >>>
S<<< [B<-arg2> <I<arg2>>] >>>
S<<< [B<-r> <I<sync protocol reason code>>] >>>
S<<< [B<-p> <I<program type code>>] >>>
[B<-h>]
=for html
</div>
=head1 DESCRIPTION
The B<fssync-debug stats> command displays statistics
according to the value of the option B<-cmd>.
=head1 OPTIONS
=over 4
=item B<-cmd> <I<subcommand>>
Specifies statistics subcommand. Available subcommands are:
=over 4
=item *
B<pkg> -- general volume package statistics
=item *
B<vicep> -- vice partition statistics
=item *
B<hash> -- volume hash chain statistics
=item *
B<hdr> -- volume header cache statistics
=item *
B<vlru> -- vlru generation statistics
=item *
B<help> -- display list of available subcommands
=back
=item B<-arg1> <I<arg1>>
Specifies first optional argument, in the context of the
chosen subcommand. For I<vicep> statistics, it specifies
partition name; for I<hash> statistics, it specifies
hash bucket number; for I<vlru> statistics it specifies
vlru generation number.
=item B<-arg2> <I<arg2>>
Specifies second optional argument, in the context of
the chose subcommand. Currently, none of the subcommands
use it.
=item B<-reason> <I<sync protocol reason code>>
Specifies numeric sync protocol reason code.
Available codes are listed in OpenAFS source file
F<src/vol/fssync_inline.h>. For SYNC_REASON_NONE,
use B<-reason I<0>>.
=item B<-programtype> <I<program type code>>
Specifies program type code. Permitted values are
I<fileServer>,
I<volumeUtility>,
I<salvager>,
I<salvageServer>,
I<volumeServer> and
I<volumeSalvager>.
=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<root> on the file server machine.
=head1 SEE ALSO
L<fssync-debug_header(8)>,
L<fssync-debug_query(8)>
=head1 COPYRIGHT
Copyright 2010 Davor Ocelic <docelic@spinlocksolutions.com>
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.