The README file in xenserver directory currently misses information about a few bugtool scripts. Add them.
Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- xenserver/README | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/xenserver/README b/xenserver/README index 4674f40..472159e 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. -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev