sar dev

通过sar命令,每秒钟记录网络的情况

sar -n DEV 1 > sar-network.log

IFACE 表示设备名称(LAN接口)
rxpck/s 每秒接收数据包的数量
txpck/s 每秒发出数据包的数量
rxKB/s 每秒接收的数据量(字节数),单位KByte 1KB=1000byte=8000bit
txKB/s 每秒发出的数据量(字节数),单位KByte
rxcmp/s:每秒钟接收的压缩数据包
txcmp/s:每秒钟发送的压缩数据包
rxmcst/s:每秒钟接收的多播数据包

Leave a Reply

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

#printfriendly #pf-src { display: none !important; } #printfriendly #pf-author { display: none !important; } #printfriendly #pf-date { display: none !important; }