aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Karis <akaris@redhat.com>2018-10-30 15:37:23 -0400
committerBryn M. Reeves <bmr@redhat.com>2019-03-18 20:02:58 +0000
commit26e02e5864560c82d9594818a96982d62e13df33 (patch)
tree897d59b3cc228b88617cc63c6335f7f1eea664c9
parent6f4c414a622ea4af27c4b16d5abd459fa8dd2875 (diff)
downloadsos-26e02e5864560c82d9594818a96982d62e13df33.tar.gz
[openvswitch] Capture additional datapath flows
Capture additional datapath flows for the OVS netdev datapath with: ovs-appctl dpctl/dump-flows Resolves: #1468 Signed-off-by: Andreas Karis <akaris@redhat.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/openvswitch.py2
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