iftopのダウンロード、インストール
概要
CentOS依存パッケージ
yum install flex byacc libpcap ncurses ncurses-devel libpcap-devel
Debian依存パッケージ
apt-get install flex byacc libpcap0.8 libncurses5
方法1
wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
tar zxvf iftop-0.17.tar.gz
cd iftop-0.17
./configure
make && make install
方法2.
CentOSの場合
yum install flex byacc libpcap ncurses ncurses-devel
wget ftp://fr2.rpmfind.net/linux/dag/redhat/el5/en/i386/dag/RPMS/iftop-0.17-1.el5.rf.i386.rpm
rpm -ivh iftop-0.17-1.el5.rf.i386.rpm
Debianの場合
apt-get install iftop