diff options
| author | Paul Buetow <paul@buetow.org> | 2012-06-24 10:58:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-06-24 10:58:36 +0200 |
| commit | 0125016afe38b0b96082964893d8ce5cab161406 (patch) | |
| tree | f6b74a97389e79e7cedb78ea2c89724319d492db | |
| parent | 6a2840862454acc0d774b13f30598db206b2d025 (diff) | |
new brainstorm
| -rw-r--r-- | docs/wishlist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/wishlist b/docs/wishlist index c487562..9a0b310 100644 --- a/docs/wishlist +++ b/docs/wishlist @@ -1,5 +1,7 @@ * More stats for memory -* Stats for network +* More stats for network * Auto detect single core boxes * Allow bash expansion/wildcards (e.g. loadbars --hosts server{01..30} -* Optimize code (too much cpu usage if there are too many hosts involved) +* Optimize code (too much cpu usage if there are too many hosts involved). E.g. do more stuff on the remote side (preparing the data). +* Make bars mor modular (e.g. atm there is always a cpu bar, and network and mem are optional, everything should be optional). + |
