diff --git a/pages/linux/ethtool.md b/pages/linux/ethtool.md index 45ae0f39e..2d3484243 100644 --- a/pages/linux/ethtool.md +++ b/pages/linux/ethtool.md @@ -11,6 +11,10 @@ `ethtool --driver {{eth0}}` +- Display all supported features for an interface: + +`ethtool --show-features {{eth0}}` + - Display the network usage statistics for an interface: `ethtool --statistics {{eth0}}`