aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@redhat.com>2016-05-05 13:45:48 -0400
committerBryn M. Reeves <bmr@redhat.com>2016-05-26 18:22:28 +0100
commitc4e73dcafbb4bf47f94527b8c48a8522ce45aa43 (patch)
tree834dc06d2c08bcafb31b3a712fc3b2ff3d1a592f
parentc43afa8fec9096dc69be1581496369980a8ad586 (diff)
downloadsos-c4e73dcafbb4bf47f94527b8c48a8522ce45aa43.tar.gz
[openvswitch] Capture upcall information
Provide upcall stats and details. Signed-off-by: Flavio Leitner <fbl@redhat.com>
-rw-r--r--sos/plugins/openvswitch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index 5e8c95a5..e2a7a213 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -61,7 +61,9 @@ class OpenVSwitch(Plugin):
# Capture tnl arp table"
"ovs-appctl tnl/arp/show",
# Capture a list of listening ports"
- "ovs-appctl tnl/ports/show"
+ "ovs-appctl tnl/ports/show",
+ # Capture upcall information
+ "ovs-appctl upcall/show"
])
# Gather additional output for each OVS bridge on the host.