X-Git-Url: http://gitweb.fperrin.net/?p=iftop.git;a=blobdiff_plain;f=iftop.8;h=90f3dc28309d546f7edc897734ad2c62e75ee19a;hp=860b7853463fdeab42afa2c30f7006f2ecaa47f0;hb=626b3a3ea024fcad4111b93e9b527119a0e882dd;hpb=cd1db5a0a5c698b647e554a003c7e48b5db695f5 diff --git a/iftop.8 b/iftop.8 index 860b785..90f3dc2 100644 --- a/iftop.8 +++ b/iftop.8 @@ -3,7 +3,7 @@ .\" iftop.8: .\" Manual page for iftop. .\" -.\" $Id: iftop.8,v 1.27 2010/11/27 11:06:12 pdw Exp $ +.\" $Id: iftop.8,v 1.31 2014/01/05 17:22:39 pdw Exp $ .\" .SH NAME @@ -31,7 +31,7 @@ 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 is moving across the interface. Using the \fB-F\fP option it is possible to get \fBiftop\fP to show packets entering and leaving a given network. For -example, \fBiftop -F 10.0.0.0/255.0.0.0\fP will analyse packets flowing in and +example, \fBiftop \-F 10.0.0.0/255.0.0.0\fP will analyse packets flowing in and out of the 10.* network. Some other filter ideas: @@ -72,6 +72,9 @@ The default is not to display that address category. \fB-b\fP Don't display bar graphs of traffic. .TP +\fB-m\fP \fIlimit\fP +Set the upper limit for the bandwidth scale. Specified as a number with a 'K', 'M' or 'G' suffix. +.TP \fB-B\fP Display bandwidth rates in bytes/sec rather than bits/sec. .TP @@ -97,6 +100,10 @@ bitmasking. \fB-c\fP \fIconfig file\fP Specifies an alternate config file. If not specified, iftop will use \fB~/.iftoprc\fP if it exists. See below for a description of config files +.TP +\fB-t\fP \fItext output mode\fP +Use text interface without ncurses and print the output to STDOUT. + .SH DISPLAY @@ -113,7 +120,6 @@ instance, foo.example.com => bar.example.com 1Kb 500b 100b <= 2Mb 2Mb 2Mb -.Sp .fi shows, on the first line, traffic from \fBfoo.example.com\fP to \fBbar.example.com\fP; in the preceding 2 seconds, this averaged 1Kbit/s, @@ -196,7 +202,6 @@ directive is a name value pair, for example: interface: eth0 -.Sp .fi sets the network interface. The following config directives are supported: @@ -310,7 +315,7 @@ Configuration file for iftop. Paul Warren .SH VERSION -$Id: iftop.8,v 1.27 2010/11/27 11:06:12 pdw Exp $ +$Id: iftop.8,v 1.31 2014/01/05 17:22:39 pdw Exp $ .SH COPYING This program is free software; you can redistribute it and/or modify @@ -323,7 +328,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.