diff options
-rw-r--r-- | sos/report/plugins/networking.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/report/plugins/networking.py b/sos/report/plugins/networking.py index 506b748b..81315f46 100644 --- a/sos/report/plugins/networking.py +++ b/sos/report/plugins/networking.py @@ -147,7 +147,8 @@ class Networking(Plugin): "ethtool -l " + eth, "ethtool --phy-statistics " + eth, "ethtool --show-priv-flags " + eth, - "ethtool --show-eee " + eth + "ethtool --show-eee " + eth, + "tc -s filter show dev " + eth ], tags=eth) # skip EEPROM collection by default, as it might hang or |