Hi,
Here is a patch, against current cvs version , that corrects some errors in the man page.
William
On Mon, Dec 05, 2005 at 03:43:42PM +0100, William Robinet wrote:
Here is a patch, against current cvs version , that corrects some errors in the man page.
Many thanks - I've put this on the to do list for incorporation in the next release.
regards,
Paul
--- iftop.8 2003-10-22 21:28:31.000000000 +0200 +++ iftop_patched.8 2005-12-05 14:43:49.000000000 +0100 @@ -29,9 +29,9 @@
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-N\fP option it is possible to +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 -N 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: @@ -87,7 +87,7 @@ .TP \fB-c\fP \fIconfig file\fP Specifies an alternate config file. If not specified, iftop will use -\fB~/.iftopc\fP if it exists. See below for a description of config files +\fB~/.iftoprc\fP if it exists. See below for a description of config files
.SH DISPLAY
@@ -257,12 +257,12 @@ you, but is included in the totals.
A more subtle explanation comes about when running in promiscuous mode -without specifying a \fB-N\fP option. In this case there is no easy way +without specifying a \fB-F\fP option. In this case there is no easy way to assign the direction of traffic between two third parties. For the purposes of the main display this is done in an arbitrary fashion (by ordering of IP addresses), but for the sake of totals all traffic between other hosts is accounted as incoming, because that's what it is from the point of view of your -interface. The \fB-N\fP option allows you to specify an arbitrary network +interface. The \fB-F\fP option allows you to specify an arbitrary network boundary, and to show traffic flowing across it.
\fBPeak totals don't add up\fP
Hi,
Recenntly there are more and more patches to iftop. Long time ago I was looking for the iftop feature if it is capable of showing the traffic per ip address. Maybe someone could write this kind of patch?
To make this clear, here is an example:
[network] <---> [FreeBSD brdige, iftop] <----> [internet]
And, it would be great if one could see the total bandwidth used for each IP in the network. (And then switch to detailed per connection list for a specific IP address from the network as it now can be done using command 'iftop -F IP/Mask'.)
Maybe it is already possible to do this?
Best regards, Martins
On Mon, 05 Dec 2005 16:43:42 +0200, William Robinet william.robinet@conostix.com wrote:
Hi,
Here is a patch, against current cvs version , that corrects some errors in the man page.
William