码迷,mamicode.com
首页 > 系统相关 > 详细

Linux - 网络检测

时间:2018-04-01 20:52:44      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:div   tor   monitor   moni   its   asc   width   其他   参数   

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观看说明.

 

Linux - 网络检测

标签:div   tor   monitor   moni   its   asc   width   其他   参数   

原文地址:https://www.cnblogs.com/sharesdk/p/8687899.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!