aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2018-09-13 15:08:10 +0200
committerBryn M. Reeves <bmr@redhat.com>2019-03-18 11:49:13 +0000
commit70c351a68efb2fe0bd8abfdc60fdbcbf2a10f08a (patch)
tree7603eb4de80f5f12a196b494921f195ca5c47e22
parent9e05c15212a257189f47621f416f50ef86833d81 (diff)
downloadsos-70c351a68efb2fe0bd8abfdc60fdbcbf2a10f08a.tar.gz
[openvswitch] Add FDB bridge statistics
Add the ovs-appctl fdb/stats command for each bridge. Resolves: #1431 Signed-off-by: Eelco Chaudron <echaudron@gmail.com> Signed-off-by: Bryn M. Reeves <bmr@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 23a47e4f..6f3c4268 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -106,7 +106,8 @@ class OpenVSwitch(Plugin):
"ovs-ofctl dump-ports %s" % br,
"ovs-ofctl queue-get-config %s" % br,
"ovs-ofctl queue-stats %s" % br,
- "ovs-ofctl show %s" % br
+ "ovs-ofctl show %s" % br,
+ "ovs-appctl fdb/stats-show %s" % br
])
# Flow protocols currently supported