man-page-xstat-fs-test-20090608
authorMike Meffie <mmeffie@sinenomine.net>
Mon, 8 Jun 2009 23:39:51 +0000 (23:39 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 8 Jun 2009 23:39:51 +0000 (23:39 +0000)
LICENSE IPL10
FIXES 124905

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

doc/man-pages/pod1/xstat_fs_test.pod

index 0568434..6d99702 100644 (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>