aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2016-01-04 09:12:02 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-02-05 18:08:12 +0000
commit7f0f6366e33b0b6926508330c70695a6efa0ac3b (patch)
tree243460104b90b8e624d3a6f4e64dda97f7280a1d
parentc8197e1e231df7f71007de69a3bd362ec4f96317 (diff)
downloadsos-7f0f6366e33b0b6926508330c70695a6efa0ac3b.tar.gz
[networking] get summary of traffic per interface (ip -s link)
Resolves: #712, #714 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/plugins/networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index dd377b49..1004aa2f 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -149,7 +149,7 @@ class Networking(Plugin):
"ip -6 route show table all",
"ip -4 rule",
"ip -6 rule",
- "ip link",
+ "ip -s link",
"ip address",
"ifenslave -a",
"ip mroute show",