zhuxudongyun 发表于 2016-02-19 16:06

ethtool -S统计数据求教

使用iperf进行TCP灌包测试之后,执行ethtool -S的统计结果中,dropped项都是0,但是client端的tx_packets和server端的rx_packets对不上,不知道是什么原因,求教!(两张40G网卡通过交换板相连)
server端:
rx_packets: 27456556389
tx_packets: 669971357
rx_bytes: 42664271146560
tx_bytes: 44218104102
rx_errors: 0
tx_errors: 0
rx_dropped: 0
tx_dropped: 0
client端:
rx_packets: 669979755
tx_packets: 27456548558
rx_bytes: 44218612386
tx_bytes: 42664270672286
rx_errors: 0
tx_errors: 0
rx_dropped: 0
tx_dropped: 0

茫茫原野 发表于 2016-03-16 09:17

加油!加油!我顶你个椅子!
页: [1]
查看完整版本: ethtool -S统计数据求教