aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 48014d0c..470fa35b 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -155,6 +155,7 @@ class Networking(Plugin):
self.add_cmd_output([
"netstat -s",
"netstat %s -agn" % self.ns_wide,
+ "ss -peaonmi",
"ip route show table all",
"ip -6 route show table all",
"ip -4 rule",