码迷,mamicode.com
首页 > 系统相关 > 详细

linux下安装ifstat和iftop

时间:2018-09-03 15:03:36      阅读:812      评论:0      收藏:0      [点我收藏+]

标签:file   install   http   tar zxvf   编译   环境   dev   监控工具   ncurses   

网络监控工具ifstat和iftop使用yum无法安装成功,需要使用源代码方式安装。注意:使用源代码方式安装需要有C编译环境gcc。

1、安装ifstat
wget http://distfiles.macports.org/ifstat/ifstat-1.1.tar.gz
tar xzvf ifstat-1.1.tar.gz
cd ifstat-1.1
./configure
make && make install

2、安装iftop
yum install -y flex byacc libpcap ncurses-devel libpcap-devel
wget http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz
tar zxvf iftop-1.0pre4.tar.gz
cd iftop-1.0pre4
./configure
make && make install

linux下安装ifstat和iftop

标签:file   install   http   tar zxvf   编译   环境   dev   监控工具   ncurses   

原文地址:http://blog.51cto.com/13230852/2169350

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