summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--HELP3
-rwxr-xr-xloadbars2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 84de56a..9c528c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,7 @@
* Auto disable text display if text does not fit into window (maxwidth) pixels
* Auto re-enable text display if text does fit again into window
* No sporadic crashes on shutdown anymore
-* Set 'samples' default values from 1000 down to 100.
+* Set 'samples' default values from 1000 down to 500.
Sun Jan 21 14:16:37 CET 2012
* Released v0.4.0
diff --git a/HELP b/HELP
index b2b060f..8cc0114 100644
--- a/HELP
+++ b/HELP
@@ -32,12 +32,14 @@ Examples:
loadbars --hosts localhost,server1.example.com,server2.example.com
loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh)
--average <ARG> - Num of samples for avg. (more fluent animations)
+--barwidth <ARG> - Set bar width
--cluster <ARG> - Cluster name from /etc/clusters
--extended <ARG> - Toggle extended display (0 or 1)
--factor <ARG> - Set graph scale factor (1.0 means 100%)
--height <ARG> - Set windows height
--hosts <ARG> - Comma sep. list of hosts; optional: user@ in front to each host
--inter <ARG> - Set update interval in seconds (default 0.1)
+--maxwidth <ARG> - Set max width
--samples <ARG> - Set number of samples until ssh reconnects
--showcores <ARG> - Toggle core display (0 or 1)
--showmem <ARG> - Toggle mem display (0 or 1)
@@ -45,4 +47,3 @@ Examples:
--showtext <ARG> - Toggle text display (0 or 1)
--sshopts <ARG> - Set SSH options
--title <ARG> - Set the window title
---width <ARG> - Set windows width
diff --git a/loadbars b/loadbars
index 917d69f..e3277b7 100755
--- a/loadbars
+++ b/loadbars
@@ -72,7 +72,7 @@ my %C : shared;
displaytxtoff => 0,
displaytxthost => 0,
inter => 0.1,
- samples => 100,
+ samples => 500,
sshopts => '',
barwidth => 35,
maxwidth => 1280,