Think before you speak, read before you think.

linux工具之iftop/bmon

by

in

ubuntu下安装 apt-get install iftop

此命令只有root才可以运行

iftop -i eth0

界面说明:

TX发送的速度
RX收到的速度
Cumm:总流量
peak:流量峰值
rates:2s 10s 40s 的平均流量

 

-B 以Bytes为单位显示流量(默认是bits),如:# iftop -B
-n 使host信息默认直接都显示IP,如:# iftop -n
-N 使端口信息默认直接都显示端口号,如: # iftop -N
-F 显示特定网段的进出流量,如# iftop -F 10.10.1.0/24或# iftop -F 10.10.1.0/255.255.255.0

bmon

按g显示动态的流量随时间变化

按d显示详细的数据


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *