From: Gurucharan Shetty Date: Mon, 25 Mar 2013 17:26:49 +0000 (-0700) Subject: xenserver: Add information about some bugtool scripts. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~35 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=58fd55c0ebf544a6a031c0542dd6ae2c9a8bd7e1 xenserver: Add information about some bugtool scripts. The README file in xenserver directory currently misses information about a few bugtool scripts. Add them. Signed-off-by: Gurucharan Shetty --- diff --git a/xenserver/README b/xenserver/README index 4674f40cc..472159e26 100644 --- a/xenserver/README +++ b/xenserver/README @@ -82,13 +82,16 @@ debugging. The sources for the extensions are in the following scripts, which are described below: * ovs-bugtool-cfm-show - * ovs-bugtool-lcap-show + * ovs-bugtool-lacp-show * ovs-bugtool-ovsdb-dump * ovs-bugtool-tc-class-show * ovs-bugtool-bond-show * ovs-bugtool-ovs-ofctl-show * ovs-bugtool-ovs-ofctl-dump-flows * ovs-bugtool-ovs-appctl-dpif + * ovs-bugtool-coverage-show + * ovs-bugtool-memory-show + * ovs-bugtool-vsctl-show system-configuration/openvswitch.xml @@ -137,6 +140,19 @@ scripts are located in ../utilities/bugtool: Script to collect a summary of configured datapaths and datapath flows. + ovs-bugtool-coverage-show + + Script to count the number of times particular events occur during + ovs-vswitchd's runtime. + + ovs-bugtool-memory-show + + Script to show some basic statistics about ovs-vswitchd's memory usage. + + ovs-bugtool-vsctl-show + + Script to show a brief overview of the database contents. + ovs-bugtool-daemons-ver Script to dump version information for all Open vSwitch daemons.