Category: Linux
Iftop Installation
- Install dependencies mudule
yum -y install libpcap libpcap-devel ncurses ncurses-devel
- Download the iftop source code:
cd /usr/src wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz or wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
- Installation Process
tar -zxvf iftop-0.17.tar.gz cd iftop-0.17 ./configure make make install