aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-24 23:09:34 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-24 23:09:34 +0000
commitc8cc76e2e26bf2b47074eb86b5a21300e5981dae (patch)
treec8357faa18775e0a860f50ce64cf870f20eafdf0 /doc/ethereal.pod
parent5f7493586b7fff5d29c200c35be6ba5e52d31f70 (diff)
SCSI Service Response Time Staistics
svn path=/trunk/; revision=17984
Diffstat (limited to 'doc/ethereal.pod')
-rw-r--r--doc/ethereal.pod17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod
index 24d30b3f4f..8076f7aec2 100644
--- a/doc/ethereal.pod
+++ b/doc/ethereal.pod
@@ -466,6 +466,23 @@ Collect call/reply RTT data for all known ONC-RPC programs/versions.
Data collected is number of calls for each protocol/version, MinRTT,
MaxRTT and AvgRTT.
+B<-z> scsi,srt,I<cmdset>[,<filter>]
+
+Collect call/reply SRT (Service Response Time) data for SCSI commandset <cmdset>.
+
+Commandsets are 0:SBC 1:SSC 5:MMC
+
+
+Data collected
+is number of calls for each procedure, MinSRT, MaxSRT and AvgSRT.
+Example: use B<-z scsi,srt,0> to collect data for SCSI BLOCK COMMANDS (SBC). This
+option can be used multiple times on the command line.
+
+If the optional filter string is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: use B<-z scsi,srt,0,ip.addr==1.2.3.4> to collect SCSI SBC
+SRT statistics for a specific iscsi/ifcp/fcip host.
+
B<-z> smb,srt[,I<filter>]
Collect call/reply SRT (Service Response Time) data for SMB. Data collected