diff options
| author | pbuetow (lxpbuetow) <puppet@mx.buetow.org> | 2011-12-27 12:24:50 +0100 |
|---|---|---|
| committer | pbuetow (lxpbuetow) <puppet@mx.buetow.org> | 2011-12-27 12:24:50 +0100 |
| commit | ec28b82ecbd459e240559f05ac989473d1ede8cd (patch) | |
| tree | 1ad7248ce1e5b45b9664f0931dc2c5eed77490a3 /CHANGELOG | |
| parent | 71658348127f1364ac278bf189edc786da384ecb (diff) | |
New nice stuff
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +* --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 * Released v0.3.0 * Peak CPU load is not displayed by default anymore. User 'p' command or |
