diff options
author | Flavio Leitner <fbl@redhat.com> | 2016-05-05 13:03:08 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2016-05-26 18:22:27 +0100 |
commit | 70921fe3b82962aa63fc91ffc15b39a7f35007eb (patch) | |
tree | 5d689e4db63619b7eba6f81df0f075302ded4750 | |
parent | 65223565b91b90f7e642bda08882cc0011806b11 (diff) | |
download | sos-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.py | 3 |
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 ]) |