Install Iftop

Steps to install iftop:-

#cd /usr/local/src
#wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
#tar -xzvf iftop-0.17.tar.gz
#cd iftop-0.17
#./configure
#make
#su -c ‘make install’





If there is a error while you fire the #./configure
configure: error: can't find libpcap
You're not going to get very far without libpcap.

You fire the  command : yum install libpcap libpcap-devel

It will surely resolve your issue..

0 comments:

Post a Comment