aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/openvswitch.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index 43124703..9004952e 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -67,7 +67,13 @@ class OpenVSwitch(Plugin):
# Capture upcall information
"ovs-appctl upcall/show",
# Capture DPDK and other parameters
- "ovs-vsctl -t 5 get Open_vSwitch . other_config"
+ "ovs-vsctl -t 5 get Open_vSwitch . other_config",
+ # Capture DPDK datapath packet counters and config
+ "ovs-appctl dpctl/show -s",
+ # Capture DPDK queue to pmd mapping
+ "ovs-appctl dpif-netdev/pmd-rxq-show",
+ # Capture DPDK pmd stats
+ "ovs-appctl dpif-netdev/pmd-stats-show"
])
# Gather systemd services logs