aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 00:40:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 00:40:36 +0000
commit48d3d8eb269941e1c8a19ac22fbeb6e251d304fd (patch)
treeb5836fd3930ce7c2b2217af375638dda3dc33a89 /doc
parent4c50ff909d156ecc024cff1e1c519f7e169faefc (diff)
SMB RTT statistics for tethereal and ethereal.
SMB RTT statistics are similar to the RTT statistics already supported by ONC-RPC and DCE-RPC. It will present a table with all seen SMB commands and present the Min/Max and Avg response time in ms. Transaction2 and NT-Transaction commands are broken out and presented in its own subtables. tethereal feature is activated with -z smb,rtt switch and in ethereal it is activated either through -0z smb,rtt switch or through the Menu. svn path=/trunk/; revision=6966
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template36
-rw-r--r--doc/tethereal.pod.template21
2 files changed, 57 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index f9dd5edc08..128f1342ce 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -323,6 +323,28 @@ 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> smb,rtt[,I<filter>]
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+Example: use B<-z smb,rtt>.
+
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+calculation. So for common SessionSetupAndX + TreeConnectAndX chains,
+only the SessionSetupAndX call will be used in the statistics.
+This is a flaw that might be fixed in the future.
+
+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 "smb,rtt,ip.addr==1.2.3.4"> to only collect stats for
+SMB packets echanged by the host at IP address 1.2.3.4 .
+
=back
=head1 INTERFACE
@@ -685,6 +707,20 @@ Display how the average packetsize from host a.b.c.d changes over time.
Set first graph to filter:ip.addr==a.b.c.d&&frame.pkt_len Calc:AVG frame.pkt_len
+=item Tools:Statistics:SMB:RTT
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+calculation. So for common SessionSetupAndX + TreeConnectAndX chains,
+only the SessionSetupAndX call will be used in the statistics.
+This is a flaw that might be fixed in the future.
+
=head2 WINDOWS
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index b78a0a7763..eda93748ec 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -405,6 +405,27 @@ Data collected is number of calls for each protocol/version, MinRTT,
MaxRTT and AvgRTT.
This option can only be used once on the command line.
+B<-z> smb,rtt[,I<filter>]
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+Example: use B<-z smb,rtt>.
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+calculation. So for common SessionSetupAndX + TreeConnectAndX chains,
+only the SessionSetupAndX call will be used in the statistics.
+This is a flaw that might be fixed in the future.
+
+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 "smb,rtt,ip.addr==1.2.3.4"> to only collect stats for
+SMB packets echanged by the host at IP address 1.2.3.4 .
+
=back