From 58fd55c0ebf544a6a031c0542dd6ae2c9a8bd7e1 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Mon, 25 Mar 2013 10:26:49 -0700 Subject: [PATCH] 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 --- xenserver/README | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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. -- 2.43.0