From c8cc76e2e26bf2b47074eb86b5a21300e5981dae Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 24 Apr 2006 23:09:34 +0000 Subject: SCSI Service Response Time Staistics svn path=/trunk/; revision=17984 --- doc/ethereal.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') 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[,] + +Collect call/reply SRT (Service Response Time) data for SCSI commandset . + +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] Collect call/reply SRT (Service Response Time) data for SMB. Data collected -- cgit v1.2.3