ethtool -S eth1
命令的每个结果的含义是什么?例如,当我使用时ethtool -S eth1
,我得到了这样的信息:
>root@localhost ~]# ethtool –S eth1
>NIC statistics:
tx_packets: 2654
rx_packets: 3960
tx_errors: 0
rx_errors: 316
rx_missed: 0
align_errors: 9194
tx_single_collisions: 0
tx_multi_collisions: 0
unicast: 3396
broadcast: 198
multicast: 366
tx_aborted: 0
tx_underrun: 0
Run Code Online (Sandbox Code Playgroud)
tx_packets, rx_packets - 发送和接收数据包是否正确?但是剩下的结果呢?