blog.up-link.ro android bsd linux unix & open-source world

2May/101

Bandwidth Monitoring Tools for FreeBSD and Linux: iftop

Bandwidth represents the capacity of the connection. The greater the capacity, the more likely that greater performance will follow, though overall performance also depends on other factors, such as latency.

iftop is a free open-source tool to measure bandwidth utilization on the network interfaces on your systems. As the name predicts, iftop is what "top" utility is for CPU usage measurement.

To install iftop in CentOS, Fedora, RHEL ( make sure you have DAG repository enabled ):

# yum install iftop

To install iftop in FreeBSD:

# cd /usr/ports/net-mgmt/iftop
# make install clean

To install iftop in Ubuntu/Debian:

# sudo apt-get install iftop

Starting iftop:

# iftop -i if

where if is the network interface.

Example:

# iftop -i eth0

Comments (1) Trackbacks (0)
  1. I’d like to say that you always offer valid information and I have been a fascinated reader of your site for quite some time. I wanted to say thank you really 🙂 for all the good work you do!


Leave a comment


No trackbacks yet.