aboutsummaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-10 10:29:49 -0700
committerBen Pfaff <blp@nicira.com>2011-10-10 10:29:49 -0700
commit2cd2c2ef3d901c4ef1339e3e8459c64508bee167 (patch)
tree379c55a5de72ce00fcba10c6cbd071c0f9ca3c10 /utilities
parentce27cbee00fa713c419d5fd5f7dece469f41c0a7 (diff)
ovs-bugtool: Add -s to "ovs-dpctl show" command, to show vport statistics.
It would be nice to include this in xen-bugtool output too but that would require Citrix to patch xen-bugtool directly. Bug #7628. Reported-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'utilities')
-rwxr-xr-xutilities/bugtool/ovs-bugtool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in
index 422b2dd4..d7948d9c 100755
--- a/utilities/bugtool/ovs-bugtool.in
+++ b/utilities/bugtool/ovs-bugtool.in
@@ -588,7 +588,7 @@ exclude those logs from the archive.
file_output(CAP_NETWORK_STATUS, [PROC_NET_SOFTNET_STAT])
tree_output(CAP_NETWORK_STATUS, OPENVSWITCH_LOG_DIR)
if os.path.exists(OPENVSWITCH_VSWITCHD_PID):
- cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'show'])
+ cmd_output(CAP_NETWORK_STATUS, [OVS_DPCTL, 'show', '-s'])
for d in dp_list():
cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'show', d])
cmd_output(CAP_NETWORK_STATUS, [OVS_OFCTL, 'dump-flows', d])