aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/openvswitch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index 12a77d59..bf39ca53 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -59,7 +59,8 @@ class OpenVSwitch(Plugin):
"ovs-ofctl dump-flows %s" % br,
"ovs-appctl fdb/show %s" % br,
"ovs-ofctl dump-ports %s" % br,
- "ovs-ofctl dump-ports-desc %s" % br
+ "ovs-ofctl dump-ports-desc %s" % br,
+ "ovs-ofctl queue-stats %s" % br
])