当前位置: > Linux服务器 > 监控工具 >

CentOS6.4 配置Nload监控网卡流量

时间:2014-07-12 01:08来源:linux.it.net.cn 作者:IT网

1、安装依赖包

yum install -y gcc gcc-c++ ncurses-devel

2、下载Nload

wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz

3、安装Nload

tar zxvf nload-0.7.4.tar.gz
cd nload-0.7.4
./configure
make
make install

4、运行Nload

nload eth0      #查看eth0的流量

nload -m        #查看多块网卡的流量

Incoming:进入网卡的流量
Outgoing:是网卡出去的流量
Curr:当前流量
Avg:平均流量
Min:最小流量
Max:最大流量
Ttl:流量统计

 

(责任编辑:IT)
------分隔线----------------------------