aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tethereal.pod.template
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-04-22 09:02:54 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-04-22 09:02:54 +0000
commit729e433e37e02ac2534185e7e9659f71ac8fcc3e (patch)
treef95d880655aee0a15d0383cdea9875c4fdbf49ac /doc/tethereal.pod.template
parent146f8ebd469523e9e95570389614830b682bf1e8 (diff)
Update to the io,stat tethereal tap.
Make it possible to use subsecond granularity for the measurement intervals. io,stat is updated to accept the interval to be specified with ms resolution. Example -z io,stat,0.001,smb to generate 1ms statistics for all SMB traffic. svn path=/trunk/; revision=7527
Diffstat (limited to 'doc/tethereal.pod.template')
-rw-r--r--doc/tethereal.pod.template10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index c9828bbdc7..a5e459ad91 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -348,7 +348,9 @@ This option can be used multiple times on the command line.
B<-z> io,stat,I<interval>[,I<filter>][,I<filter>][,I<filter>]...
Collect frame/bytes statistics for the capture in intervals of I<interval>
-seconds.
+seconds. I<Intervals> can be specified either as whole or fractional seconds.
+Interval can be specified in ms resolution.
+
If no I<filter> is specified the statistics will be calculated for all frames.
If one or more I<filters> are specified statistics will be calculated for
all filters and presented with one column of statistics for each filter.
@@ -356,6 +358,12 @@ all filters and presented with one column of statistics for each filter.
This option can be used multiple times on the command line.
+Example: -z io,stat,1,ip.addr==1.2.3.4 to generate 1 second statistics for
+all traffic to/from host 1.2.3.4
+
+Example: -z "io,stat,0.001,smb&&ip.addr==1.2.3.4" to generate 1ms statistics for all SMB frames to/from host 1.2.3.4.
+
+
B<-z> io,users,I<type>[,I<filter>]
Create a table that lists all conversations that could be seen in the capture.