pascal
02-12-2005, 09:09 AM
Hello,
iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts.
http://www.ex-parrot.com/~pdw/iftop/
How to install it
first, compile it from source for your OS
rpmbuild --rebuild --with <your_arch> http://carat-hosting.com/src/iftop-0.16-0.src.rpm
where <your_arch> is :
RedHat 9 = rht9x
CentOS 3.x = cos3x
Fedora 1 = fdr10
Fedora 2 = fdr20
White Box = whb3x
so for example, if you have a CentOS 3.x just do :
rpmbuild --rebuild --with cos3x http://carat-hosting.com/src/iftop-0.16-0.src.rpm
Then install the rpm
cd /usr/src/redhat/RPMS/i386/
rpm -ivh iftop-0.16-0.i386.rpm
Then launch it with :
#> iftop
USE IT AT YOUR OWN RISK
Pascal
iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts.
http://www.ex-parrot.com/~pdw/iftop/
How to install it
first, compile it from source for your OS
rpmbuild --rebuild --with <your_arch> http://carat-hosting.com/src/iftop-0.16-0.src.rpm
where <your_arch> is :
RedHat 9 = rht9x
CentOS 3.x = cos3x
Fedora 1 = fdr10
Fedora 2 = fdr20
White Box = whb3x
so for example, if you have a CentOS 3.x just do :
rpmbuild --rebuild --with cos3x http://carat-hosting.com/src/iftop-0.16-0.src.rpm
Then install the rpm
cd /usr/src/redhat/RPMS/i386/
rpm -ivh iftop-0.16-0.i386.rpm
Then launch it with :
#> iftop
USE IT AT YOUR OWN RISK
Pascal