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
How useful was this post?
Click on a star to rate it!
No votes so far! Be the first to rate this post.
Leave a Reply