Linux查看网卡实时流量软件

2020-04-11 21:45:53

nload是个很好用的一个工具,功能也很强.只是相对单一,只能查看总的流量,不能像iptraf那样,可针对IP,协议等
可以实时地监控网卡的流量,分Incoming,Outgoing两部分,也就是流入与流出的流量。同时统计当前,平均,最小,最大,总流量的值,使人看了一目了然。下面是安装步骤:

yum install gcc gcc-c++ ncurses-devel
wget http://www.roland-riegel.de/nload/nload-0.7.3.tar.gz
tar zxvf nload-0.7.3.tar.gz
cd nload-0.7.3
./configure
make & make install

nload -m即可查看实时流量。
官方网站:http://www.roland-riegel.de/nload/

相关新闻

相关游戏