aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2015-05-31 16:07:06 +0200
committerBryn M. Reeves <bmr@redhat.com>2015-07-07 14:58:52 +0100
commit83ef3aff955a33bb58c578479ac6b63a615b4521 (patch)
tree26ef335fe724c983ebf5f7921a618dd6d7a02f82
parente00447e7ee346aa3be685a91ebba7cf208c4f205 (diff)
downloadsos-83ef3aff955a33bb58c578479ac6b63a615b4521.tar.gz
[networking] Collect "ethtool -T $NIC"
Partially solves #570 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/plugins/networking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index f2b06a62..b2c74c10 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -184,6 +184,7 @@ class Networking(Plugin):
"ethtool -i "+eth,
"ethtool -k "+eth,
"ethtool -S "+eth,
+ "ethtool -T "+eth,
"ethtool -a "+eth,
"ethtool -c "+eth,
"ethtool -g "+eth