diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index 5244bb63..968efe09 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -85,6 +85,8 @@ class OpenVSwitch(Plugin): "ovs-vsctl list Open_vSwitch", # Capture DPDK datapath packet counters and config "ovs-appctl dpctl/show -s", + # Capture DPDK datapath flows + "ovs-appctl dpctl/dump-flows", # Capture DPDK queue to pmd mapping "ovs-appctl dpif-netdev/pmd-rxq-show", # Capture DPDK pmd stats |