咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
nload是个很好用的一个工具,功能也很强.只是相对单一,只能查看总的流量,不能像iptraf那样,可针对IP,协议等
可以实时地监控网卡的流量,分Incoming,Outgoing两部分,也就是流入与流出的流量。同时统计当前,平均,最小,最大,总流量的值,使人看了一目了然。下面是安装步骤:
1 2 3 4 5 6 7 | [root@tiejiang ~] # yum install gcc gcc-c++ ncurses-devel -y [root@tiejiang ~] # cd /usr/local/src/ [root@tiejiang src] # wget http://www.landui.com/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 //即可查看实时流量。