Options (5)
-i, --driverbooleanDisplay the driver information for an interface
Example:
ethtool {{[-i|--driver]}} {{eth0}}-k, --show-featuresbooleanDisplay all supported features for an interface
Example:
ethtool {{[-k|--show-features]}} {{eth0}}-S, --statisticsbooleanDisplay the network usage statistics for an interface
Example:
ethtool {{[-S|--statistics]}} {{eth0}}-p, --identifybooleanBlink one or more LEDs on an interface for 10 seconds
Example:
ethtool {{[-p|--identify]}} {{eth0}} {{10}}-s, --changebooleanSet the link speed, duplex mode, and parameter auto-negotiation for a given interface
Example:
ethtool {{[-s|--change]}} {{eth0}} speed {{10|100|1000}} duplex {{half|full}} autoneg {{on|off}}Examples (6)
Display the current settings for an interface
ethtool eth0Display the driver information for an interface
ethtool [-i|--driver] eth0Display all supported features for an interface
ethtool [-k|--show-features] eth0Display the network usage statistics for an interface
ethtool [-S|--statistics] eth0Blink one or more LEDs on an interface for 10 seconds
ethtool [-p|--identify] eth0 10Set the link speed, duplex mode, and parameter auto-negotiation for a given interface
ethtool [-s|--change] eth0 speed 10|100|1000 duplex half|full autoneg on|offmade by @shridhargupta | data from tldr-pages