What is the meaning of each of the results from ethtool -S eth1 command? For example, when I used ethtool -S eth1, I got something like this:
>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 Is it correct that tx_packets, rx_packets - are transmitted and received packets? But what with the rest of the results?