1 源码安装
yum install libpcap libpcap-devel ncurses ncurses-devel
yum install flex byacc
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 yum在线安装
yum install libpcap libpcap-devel ncurses ncurses-devel
yum install flex byacc
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm
yum install iftop