From 96a18fb8cf03a10fb5c4c0692f7ea1cba12c25e3 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 22 Jan 2003 01:24:06 +0000 Subject: 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 --- doc/tethereal.pod.template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc/tethereal.pod.template') 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[,I] + +Create a table that lists all conversations that could be seen in the capture. +I 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,I Append all I values for the packet to the COL_INFO information line. -- cgit v1.2.3