linux下安装ifstat和iftop

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下安装ifstat和iftop相关的知识,希望对你有一定的参考价值。

网络监控工具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的主要内容,如果未能解决你的问题,请参考以下文章

Linux centos 下安装iftop端口流量监控工具(通过编译方式安装)

CentOS7.3下安装接口流量工具-ifstat

linux 环境 iftop流浪监控工具安装配置

CentOS 下安装网卡流量监控工具iftop

网络流量工具iftop,ifstat

Linux编译安装iftop