aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-24 23:09:34 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-24 23:09:34 +0000
commitc77cd16c56526229662e21c8c7bcb9bb06694518 (patch)
treec8357faa18775e0a860f50ce64cf870f20eafdf0 /doc
parent20e9013d4baaa1217d69ceedd41ab490f975de71 (diff)
SCSI Service Response Time Staistics
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17984 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-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