Linux流量监控工具 – iftop
iftop是类似于top的实时流量监控工具。
官方网站:http://www.ex-parrot.com/~pdw/iftop/
历史版本:http://www.ex-parrot.com/~pdw/iftop/download/
CentOS上安装所需依赖包:
yum install flex byacc libpcap ncurses ncurses-devel libpcap-devel
Debian上安装所需依赖包:
apt-get install flex byacc libpcap0.8 libncurses5
wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-1.0pre4.tar.gz tar zxvf iftop-1.0pre4.tar.gz cd iftop-1.0pre4 ./configure make && make install