aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-03 13:53:16 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-03 13:53:16 +0000
commit2602490a2d0d81a3f37c65aae5973a9aae21dd21 (patch)
treec101dd07721f4afe59a918d6f5eed5cb1471d474 /doc
parentb54252624806cfafa97626482fa7f83acabc8daa (diff)
From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8626 :
It is useful to see not only the minimal, maximum and average service time for RPC procedures, but also the total time these took. From me: add it to the man page. svn path=/trunk/; revision=49144
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index b1b0bb5101..4dc8714dc0 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1301,8 +1301,10 @@ This option can only be used once on the command line.
=item B<-z> rpc,srt,I<program>,I<version>[,I<filter>]
-Collect call/reply SRT (Service Response Time) data for I<program>/I<version>. Data collected
-is number of calls for each procedure, MinSRT, MaxSRT and AvgSRT.
+Collect call/reply SRT (Service Response Time) data for I<program>/I<version>.
+Data collected is the number of calls for each procedure, MinSRT, MaxSRT,
+AvgSRT, and the total time taken for each procedure.
+
Example: B<-z rpc,srt,100003,3> will collect data for NFS v3.