ethtool eth0 #eth0为网卡名,使用ifconfig查看当前使用的网卡
Speed表示网卡带宽,Duplex表示工作模式,Supported link modes表示支持的工作模式
sar -n DEV 1
rxpck/s:每秒钟接收的数据包
txpck/s:每秒钟发送的数据包
rxbyt/s:每秒钟接收的字节数
txbyt/s:每秒钟发送的字节数
rxcmp/s:每秒钟接收的压缩数据包
txcmp/s:每秒钟发送的压缩数据包
rxmcst/s:每秒钟接收的多播数据包