Documentation changes.

This commit is contained in:
pdw
2010-01-20 22:31:56 +00:00
parent d81065e845
commit 4eb85aa475
2 changed files with 6 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ Unattributed items are by Paul Warren and Chris Lightfoot.
0.18 0.18
* Various typos in the UI * Various typos in the UI
Gerben Roest <g.roest@grepit.nl> Gerben Roest <g.roest@grepit.nl>
* Documentation fixes
A. Costa <agcosta@gis.net> (via Debian)
0.17 12/02/06 0.17 12/02/06
* Display top scale in bytes when measuring in bytes * Display top scale in bytes when measuring in bytes

View File

@@ -25,7 +25,7 @@ By default, \fBiftop\fP will look up the hostnames associated with addresses it
finds in packets. This can cause substantial traffic of itself, and may result finds in packets. This can cause substantial traffic of itself, and may result
in a confusing display. You may wish to suppress display of DNS traffic by in a confusing display. You may wish to suppress display of DNS traffic by
using filter code such as \fBnot port domain\fP, or switch it off entirely, using filter code such as \fBnot port domain\fP, or switch it off entirely,
by using the \fB-n\fP option or by pressing \fBR\fP when the program is running. by using the \fB-n\fP option or by pressing \fBr\fP when the program is running.
By default, \fBiftop\fP counts all IP packets that pass through the filter, and By default, \fBiftop\fP counts all IP packets that pass through the filter, and
the direction of the packet is determined according to the direction the packet the direction of the packet is determined according to the direction the packet
@@ -43,7 +43,7 @@ Ignore ethernet broadcast packets.
Count web traffic only, unless it is being directed through a local web cache. Count web traffic only, unless it is being directed through a local web cache.
.TP .TP
\fBicmp\fP \fBicmp\fP
How much bandwith are users wasting trying to figure out why the network is How much bandwidth are users wasting trying to figure out why the network is
slow? slow?
.SH OPTIONS .SH OPTIONS
@@ -229,13 +229,13 @@ Sets which column is used to sort the display.
Controls the appearance of each item in the display. Controls the appearance of each item in the display.
.TP .TP
\fBshow-totals:\fP \fI(yes|no)\fP \fBshow-totals:\fP \fI(yes|no)\fP
Shows cummulative total for each item. Shows cumulative total for each item.
.TP .TP
\fBlog-scale:\fP \fI(yes|no)\fP \fBlog-scale:\fP \fI(yes|no)\fP
Use a logarithmic scale for bar graphs. Use a logarithmic scale for bar graphs.
.TP .TP
\fBmax-bandwidth:\fP \fIbw\fP \fBmax-bandwidth:\fP \fIbw\fP
Fixes the maximum for the bar graph scale to \fIbw\fP, e.g. "10M" Fixes the maximum for the bar graph scale to \fIbw\fP, e.g. "10M". Note that the value has to always be in bits, regardless if the option to display in bytes has been chosen.
.TP .TP
\fBnet-filter:\fP \fInet/mask\fP \fBnet-filter:\fP \fInet/mask\fP
Defines an IP network boundary for determining packet direction. Defines an IP network boundary for determining packet direction.