X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=doc%2Fman-pages%2Fpod1%2Fxstat_fs_test.pod;h=7c2257d60ed4487699f73937fb15c800eaaa2cf2;hp=81c1555e1ac888c7d218015a4195f2271e1aca57;hb=32d823c52f212fb79816708418ad7d958eb32a01;hpb=ab4abf15fef60308b982c73b6d1a17fa60577120 diff --git a/doc/man-pages/pod1/xstat_fs_test.pod b/doc/man-pages/pod1/xstat_fs_test.pod index 81c1555..7c2257d 100644 --- a/doc/man-pages/pod1/xstat_fs_test.pod +++ b/doc/man-pages/pod1/xstat_fs_test.pod @@ -4,15 +4,21 @@ xstat_fs_test - Displays data collections from the File Server process =head1 SYNOPSIS -B [I] B<-fsname> >+ - B<-collID> >+ [B<-onceonly>] - [B<-frequency> >] - [B<-period> >] [B<-debug>] [B<-help>] +=for html +
-B [B] B<-fs> >+ - B<-c> >+ [B<-o>] - [B<-fr> >] - [B<-p> >] [B<-d>] [B<-h>] +B [I] S<<< B<-fsname> >+ >>> + S<<< B<-collID> >+ >>> [B<-onceonly>] + S<<< [B<-frequency> >] >>> + S<<< [B<-period> >] >>> [B<-debug>] [B<-help>] + +B [B] S<<< B<-fs> >+ >>> + S<<< B<-c> >+ >>> [B<-o>] + S<<< [B<-fr> >] >>> + S<<< [B<-p> >] >>> [B<-d>] [B<-h>] + +=for html +
=head1 DESCRIPTION @@ -42,28 +48,35 @@ Specifies each data collection to return, which defines the type and amount of data the command interpreter gathers about the File Server. Data is returned in a predefined data structure. -There are three acceptable values: +There are four acceptable values: =over 4 -=item 0 +=item C<0> Provides profiling information about the numbers of times different internal File Server routines were called since the File Server started. This value is not currently implemented; it returns no data. -=item 1 +=item C<1> Reports various internal performance statistics related to the File Server (for example, vnode cache entries and Rx protocol activity). -=item 2 +=item C<2> Reports all of the internal performance statistics provided by the C<1> setting, plus some additional, detailed performance figures about the File Server (for example, minimum, maximum, and cumulative statistics regarding File Server RPCs, how long they take to complete, and how many succeed). +=item C<3> + +Reports File Server callback processing statistics since the File Server +started, including the number of call of callbacks added (AddCallBack), the +number of callbacks broken (BreakCallBacks), and the number of callback +space reclaims (GetSomeSpaces). + =back =item B<-onceonly>