diff options
| author | pbuetow (lxpbuetow) <puppet@mx.buetow.org> | 2011-12-27 12:33:24 +0100 |
|---|---|---|
| committer | pbuetow (lxpbuetow) <puppet@mx.buetow.org> | 2011-12-27 12:33:24 +0100 |
| commit | 7003029f282fcfc0e302bfd1ce2def3a7aef5b8f (patch) | |
| tree | 7092158cf2efa358cd2d5e04b1731037bfd65111 /CHANGELOG | |
| parent | 2d3408b4aa5c420c061f6b847f7b5044db40efc6 (diff) | |
| parent | dddacc0f9f02f40541db17d787642319e736e4ce (diff) | |
Release of v0.3.10.3.1
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,17 @@ +Tue Dec 27 12:28:40 CET 2011 +* Released v0.3.1 +* --cluster option (which reads the ClusterSSH config file /etc/clusters/) + also supports clusters of clusters. e.g.: + $ cat /etc/clusters + clusterA server01 server02 + clusterB clusterA server03 + So --cluster clusterB will connect to server01 server02 and server03 +* --hosts option supports username to be specified. E.g.: + # ./loadbars --hosts user1@server01,user2@server02 + will connect to server01 using user1 and server02 with user2. + Mon Dec 26 14:46:25 CET 2011 -* Releases v0.3.0 +* Released v0.3.0 * Peak CPU load is not displayed by default anymore. User 'p' command or the --togglepeak 1 startup option. * Peak CPU load is now also displayd in text format (marked as pk) |
