aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tethereal.pod.template
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:24:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-01-22 01:24:06 +0000
commit96a18fb8cf03a10fb5c4c0692f7ea1cba12c25e3 (patch)
treeb428afbb3d3e6e69e44df778e8d85b176938d174 /doc/tethereal.pod.template
parent70c09d2c4392cd83cb68cfe71b06f28c2ed8e919 (diff)
TopTalkers feature for Ethernet/IP/TokenRing
IO-Users is a feature for tethereal that will print statistics on io usage similar to top talkers in other tools. It needs to be ported to ethereal with a nice graph sometime later. try: -z io,users,ip see man-page svn path=/trunk/; revision=6972
Diffstat (limited to 'doc/tethereal.pod.template')
-rw-r--r--doc/tethereal.pod.template18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index eda93748ec..f09c4b0d88 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -356,6 +356,24 @@ all filters and presented with one column of statistics for each filter.
This option can be used multiple times on the command line.
+B<-z> io,users,I<type>[,I<filter>]
+
+Create a table that lists all conversations that could be seen in the capture.
+I<type> specifies which type of conversation we want to generate the
+statistics for, currently the supported ones are
+ "eth" Ethernet
+ "ip" IP addresses
+ "tr" TokenRing
+
+If the optional filter string is specified, only those packets that match the
+filter will be used in the calculations.
+
+The table is presented with one line for each conversation and displays
+number of frames/bytes in each direction as well as total number of
+frames/bytes.
+The table is sorted according to total number of bytes.
+
+
B<-z> proto,colinfo,I<filter>,I<field>
Append all I<field> values for the packet to the COL_INFO information line.