Change default xentop update delay from 1 to 3 seconds.
authorjosht@us.ibm.com <josht@us.ibm.com>
Mon, 22 Aug 2005 23:28:39 +0000 (00:28 +0100)
committerjosht@us.ibm.com <josht@us.ibm.com>
Mon, 22 Aug 2005 23:28:39 +0000 (00:28 +0100)
tools/xenstat/xentop/xentop.1
tools/xenstat/xentop/xentop.c

index 15b6ca190ff86faa1685a2b05e7264f9a30f5ffd..1d480c9063ab86fc9a8fa5cfaf08dea7d73d2a43 100644 (file)
@@ -40,7 +40,7 @@ display help and exit
 output version information and exit
 .TP
 \fB\-d\fR, \fB\-\-delay\fR=\fISECONDS\fR
-seconds between updates (default 1)
+seconds between updates (default 3)
 .TP
 \fB\-n\fR, \fB\-\-networks\fR
 output network information
index 3fb81f560f236cb75361780a7a195e75d20925b0..f1257869d33eaa093dd8be029758aafc2c74a2f2 100644 (file)
@@ -151,7 +151,7 @@ xenstat_node *prev_node = NULL;
 xenstat_node *cur_node = NULL;
 field_id sort_field = FIELD_DOMID;
 unsigned int first_domain_index = 0;
-unsigned int delay = 1;
+unsigned int delay = 3;
 int show_vcpus = 0;
 int show_networks = 0;
 int repeat_header = 0;
@@ -174,7 +174,7 @@ static void usage(const char *program)
               "Displays ongoing information about xen vm resources \n\n"
               "-h, --help           display this help and exit\n"
               "-V, --version        output version information and exit\n"
-              "-d, --delay=SECONDS  seconds between updates (default 1)\n"
+              "-d, --delay=SECONDS  seconds between updates (default 3)\n"
               "-n, --networks       output vif network data\n"
               "-r, --repeat-header  repeat table header before each domain\n"
               "-v, --vcpus          output vcpu data\n"