DEVEL15-man-page-xstat-fs-test-20090608

LICENSE IPL10
FIXES 124905

Document xstat_fs_test collection 3, which returns callback statistics
from the file server (useful for tuning).


(cherry picked from commit 394243f3ae)
This commit is contained in:
Mike Meffie 2009-06-08 23:41:28 +00:00 committed by Russ Allbery
parent 12463ecb2c
commit 819b70958a

View File

@ -48,7 +48,7 @@ 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
@ -70,6 +70,13 @@ 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 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>