diff options
-rw-r--r-- | sos/plugins/networking.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 470fa35b..9d8aac66 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -291,7 +291,8 @@ class Networking(Plugin): self.add_cmd_output([ cmd_prefix + namespace + " ip address show", cmd_prefix + namespace + " ip route show table all", - cmd_prefix + namespace + " iptables-save" + cmd_prefix + namespace + " iptables-save", + cmd_prefix + namespace + " ss -peaonmi" ]) # Devices that exist in a namespace use less ethtool |