Skip to content

Instantly share code, notes, and snippets.

@headlesscyborg
Created October 26, 2018 10:09
Show Gist options
  • Save headlesscyborg/007159ab6b8fb02285807d668484e757 to your computer and use it in GitHub Desktop.
Save headlesscyborg/007159ab6b8fb02285807d668484e757 to your computer and use it in GitHub Desktop.
thecyborg@debian-server-rpi:~ $ sudo ethtool -S eth0
NIC statistics:
RX FCS Errors: 0
RX Alignment Errors: 0
Rx Fragment Errors: 0
RX Jabber Errors: 0
RX Undersize Frame Errors: 0
RX Oversize Frame Errors: 0
RX Dropped Frames: 0
RX Unicast Byte Count: 50572931
RX Broadcast Byte Count: 5862126
RX Multicast Byte Count: 950934
RX Unicast Frames: 54442
RX Broadcast Frames: 74176
RX Multicast Frames: 5634
RX Pause Frames: 0
RX 64 Byte Frames: 70963
RX 65 - 127 Byte Frames: 21408
RX 128 - 255 Byte Frames: 6074
RX 256 - 511 Bytes Frames: 1382
RX 512 - 1023 Byte Frames: 2932
RX 1024 - 1518 Byte Frames: 31493
RX Greater 1518 Byte Frames: 0
EEE RX LPI Transitions: 0
EEE RX LPI Time: 0
TX FCS Errors: 0
TX Excess Deferral Errors: 0
TX Carrier Errors: 0
TX Bad Byte Count: 0
TX Single Collisions: 0
TX Multiple Collisions: 0
TX Excessive Collision: 0
TX Late Collisions: 0
TX Unicast Byte Count: 8170594
TX Broadcast Byte Count: 6212
TX Multicast Byte Count: 164559
TX Unicast Frames: 43208
TX Broadcast Frames: 92
TX Multicast Frames: 1857
TX Pause Frames: 0
TX 64 Byte Frames: 9666
TX 65 - 127 Byte Frames: 29695
TX 128 - 255 Byte Frames: 1238
TX 256 - 511 Bytes Frames: 845
TX 512 - 1023 Byte Frames: 595
TX 1024 - 1518 Byte Frames: 3118
TX Greater 1518 Byte Frames: 0
EEE TX LPI Transitions: 27624
EEE TX LPI Time: 63949321503
thecyborg@debian-server-rpi:~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment