From 819b70958a68b51d8b2cbdd18b9f265b47615191 Mon Sep 17 00:00:00 2001 From: Mike Meffie Date: Mon, 8 Jun 2009 23:41:28 +0000 Subject: [PATCH] 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 394243f3ae2dc5437b66d8f5afb393c2cfd1fb7b) --- doc/man-pages/pod1/xstat_fs_test.pod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/man-pages/pod1/xstat_fs_test.pod b/doc/man-pages/pod1/xstat_fs_test.pod index 05684343f1..6d9970207f 100644 --- a/doc/man-pages/pod1/xstat_fs_test.pod +++ b/doc/man-pages/pod1/xstat_fs_test.pod @@ -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>