linux 利用bmon/nload/iftop/vnstat/iptraf实时查看网络带宽状况
1、添加yum源方便安装bmon # rpm -Uhv http://apt.sw.be/redhat/el5/en/x ...1.el5.rf.x86_64.rpm # yum install bmon 2、 bandwidth monitor 可以在 shell 下监控网络流量的状况( 具有动态效果 ) RX: 流进 TX: 流出 安装成功后输入bmon命令后,选择eth0按g,按d。查看效果如如下: #bmon 以基本的方式查看: # bmon -o ascii -p eth0
查看网络状况的软件:
1、nload # yum install nload # nload --help 查看具体用法 2.iftop # yum install iftop # iftop -i eth0 TX:发送流量 RX:接收流量 TOTAL:总流量 Cumm:运行iftop到目前时间的总流量 peak:流量峰值 rates:分别表示过去 2s 10s 40s 的平均流量
# iftop -i eth0 -n 就可以看到eth0网卡的流量状况:
iftop 相关命令 : 监控eth1的网卡的流量 # iftop -i eth1 以位元组(bytes)为单位显示流量(预设是位元bits): $ iftop -B 直接显示IP, 不进行DNS反解: $ iftop -n 直接显示连接埠编号, 不显示服务名称: $ iftop -N 显示某个网段进出封包流量 $ iftop -F 192.168.1.0/24 or 192.168.1.0/255.255.255.0 其他参数可下 iftop -h 看说明.进入iftop画面时, 可按 p 切换是否显示连接埠, n 切换显示IP或主机的domain name, N切换显示连接埠代号或名称, p暂停显示, b切换是否显示长条, B切换计算几秒内的平均流量, 其他按键可以按h观看说明.