ethtool
Quick Reference
Command Name:
ethtool
Category:
networking
Platform:
Linux
Basic Usage:
Common Use Cases
- 1
Network troubleshooting
Diagnose network connectivity and performance issues
- 2
Hardware identification
Identify network interfaces using the blinking LED feature
- 3
Performance optimization
Configure NIC settings for optimal network performance
- 4
Hardware testing
Run self-tests on network interfaces to verify functionality
Syntax
ethtool [options] devname
Options
Option | Description |
---|---|
-a, --show-pause |
Show pause parameter information |
-c, --show-coalesce |
Show coalesce parameters |
-C, --coalesce |
Set coalesce parameters |
-g, --show-ring |
Show ring parameters |
-G, --set-ring |
Set ring parameters |
-i, --driver |
Show driver information |
-k, --show-features |
Show offload features |
-K, --features |
Set offload features |
-p, --identify |
Blink LED to identify NIC |
-S, --statistics |
Show NIC statistics |
-s, --change |
Change device parameters |
-t, --test |
Run self-tests |
Examples
How to Use These Examples
The examples below show common ways to use the ethtool
command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.