How does install iftop to monitor bandwidth - CentOS
Environment
Content
One day we suddenly had a web service failed to send emails, but that was ping connection OK, were to install iftop, for monitoring the bandwidth.
How-to
Reference
Update
- CentOS 5
Content
One day we suddenly had a web service failed to send emails, but that was ping connection OK, were to install iftop, for monitoring the bandwidth.
How-to
#wget http://ftp.cuhk.edu.hk/pub/linux/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpm
#yum -y install iftop
#iftop -i eth0
Reference
- CentOS / RHEL: Install iftop To Display Bandwidth Usage Per interface By Host
- CentOS / RHEL / Scientific Linux 6 Enable & Install EPEL Repo
Update