From 94c361fca72d71be71b7304ddb41d76a110a14f2 Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 15:15:12 +0100 Subject: Some stuff --- CHANGELOG | 2 +- HELP | 3 ++- loadbars | 2 +- 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 - Num of samples for avg. (more fluent animations) +--barwidth - Set bar width --cluster - Cluster name from /etc/clusters --extended - Toggle extended display (0 or 1) --factor - Set graph scale factor (1.0 means 100%) --height - Set windows height --hosts - Comma sep. list of hosts; optional: user@ in front to each host --inter - Set update interval in seconds (default 0.1) +--maxwidth - Set max width --samples - Set number of samples until ssh reconnects --showcores - Toggle core display (0 or 1) --showmem - Toggle mem display (0 or 1) @@ -45,4 +47,3 @@ Examples: --showtext - Toggle text display (0 or 1) --sshopts - Set SSH options --title - Set the window title ---width - 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, -- cgit v1.2.3