码迷,mamicode.com
首页 > 其他好文 > 详细

centos iftop iotop htop

时间:2015-04-17 17:22:39      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

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

centos iftop iotop htop

标签:

原文地址:http://www.cnblogs.com/leocook/p/linux_centos_tops.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!