From ef8fb57839069cbed5a7eeb28de2f96141be6033 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Sat, 1 Jan 2022 05:59:32 +0530 Subject: [PATCH] ethtool: add example to show all features (#7590) --- pages/linux/ethtool.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`