centos iftop iotop htop

centos6.4安装iftop
yum install gcc
yum -y install libpcap libpcap-devel
yum -y install ncurses ncurses-devel

htop:
wget http://nchc.dl.sourceforge.net/project/htop/htop/1.0.1/htop-1.0.1.tar.gz
tar zxvf htop-1.0.1.tar.gz
cd htop-1.0.1
./configure
make
make install

posted on 2015-04-17 16:20  leocook  阅读(799)  评论(0编辑  收藏  举报

导航