aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-26 01:13:04 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-26 01:13:04 +0000
commitc7b512c343969d68af3a45829c99febe5ab8cebe (patch)
tree24a360f039a50c597e2f4ac4d3516a2374ea0701 /doc
parent82b3850853d39431263ec584d1085e55c27d1605 (diff)
Updated RPCSTAT for tethereal. The command now takes a filter string as an optional extra parameter.
This makes it possible to generate any types of stats based on user defined subsets of the capture. Try -z rpc,rtt,100003,3,nfs.fh.hash==0x12345678 NFS rtt statistics for a specific file. svn path=/trunk/; revision=6337
Diffstat (limited to 'doc')
-rw-r--r--doc/tethereal.pod.template8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index 1d0b924dff..5f58f409d1 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -309,13 +309,19 @@ Get B<Tethereal> to collect various types of statistics and display the result
after finishing reading the capture file.
Currently implemented statistics are:
-B<-z> rpc,rtt,I<program>,I<version>
+B<-z> rpc,rtt,I<program>,I<version>[,I<filter>]
Collect call/reply RTT data for I<program>/I<version>. Data collected
is number of calls for each procedure, MinRTT, MaxRTT and AvgRTT.
Example: use B<-z rpc,rtt,100003,3> to collect data for NFS v3. This
option can be used multiple times on the command line.
+If the optional filterstring is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: use B<-z rpc,rtt,100003,3,nfs.fh.hash==0x12345678> to collect NFS v3
+RTT statistics for a specific file.
+
+
B<-z> rpc,programs
Collect call/reply RTT data for all known ONC-RPC programs/versions.