aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@redhat.com>2016-05-05 13:03:08 -0400
committerBryn M. Reeves <bmr@redhat.com>2016-05-26 18:22:27 +0100
commit70921fe3b82962aa63fc91ffc15b39a7f35007eb (patch)
tree5d689e4db63619b7eba6f81df0f075302ded4750
parent65223565b91b90f7e642bda08882cc0011806b11 (diff)
downloadsos-70921fe3b82962aa63fc91ffc15b39a7f35007eb.tar.gz
[openvswitch] Capture queue configuration
Provide the configuration for every queue. Signed-off-by: Flavio Leitner <fbl@redhat.com>
-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 bf39ca53..e22c037a 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -60,7 +60,8 @@ class OpenVSwitch(Plugin):
"ovs-appctl fdb/show %s" % br,
"ovs-ofctl dump-ports %s" % br,
"ovs-ofctl dump-ports-desc %s" % br,
- "ovs-ofctl queue-stats %s" % br
+ "ovs-ofctl queue-stats %s" % br,
+ "ovs-ofctl queue-get-config %s" % br
])