Linux Networking Cheat Sheet/Show NIC statistics

Display per-interface statistics exposed by the driver.

Section: Interfaces and Addresses

Show NIC statistics

bash
bash
sudo ethtool -S eth0
Explanation

Display per-interface statistics exposed by the driver.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Interfaces and Addresses
Show NIC details
Display link speed, duplex, and driver information.
OpenIn sheetbashsame section
Show all interfaces
List network links and their state.
OpenIn sheetbashsame section
Show IP addresses
Display IPv4 and IPv6 addresses on all interfaces.
OpenIn sheetbashsame section
Show addresses for one interface
Inspect addresses for a specific device.
OpenIn sheetbashsame section
Bring interface up
Enable a network interface.
OpenIn sheetbashsame section
Bring interface down
Disable a network interface.
OpenIn sheetbashsame section