首页 > 系统 > Linux > 正文

Linux系统下查看网卡实时流量软件Nload安装使用方法

2020-07-10 11:05:30
字体:
来源:转载
供稿:网友

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

[root@tiejiang ~]# yum install gcc gcc-c++ ncurses-devel -y[root@tiejiang ~]# cd /usr/local/src/[root@tiejiang src]# wget http://www.roland-riegel.de/nload/nload-0.7.3.tar.gz[root@tiejiang src]# tar zxvf nload-0.7.3.tar.gz[root@tiejiang src]# cd nload-0.7.3[root@tiejiang nload-0.7.3]# ./configure[root@tiejiang nload-0.7.3]# make && make install

[root@tiejiang nload-0.7.3]# nload -m //即可查看实时流量。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表