Loadbars is a small script that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does.
| Licenses | GPLv3 or later |
|---|---|
| Operating Systems | Linux |
| Implementation | Perl SDL SSH client |
| Translations | English |
Recent releases


Release Notes: Introduces a new --hasagent parameter. With --hasagent 1, loadbars will not run 'ssh-add', which would ask for your SSH key password to add it to the SSH agent. With --hasagent 0 (the default value) loadbars will run 'ssh-add' on startup in order to add your SSH key to the SSH agent. An openssh-client dependency has been added to the .deb package. There are some code bugfixes.


Release Notes: This release adds heavy code refactoring (splitting the code into different modules) and is the first release which provides Debian packages.


Release Notes: This release sleeps 0.5s instead of 3s if an ssh command fails. It redraws the background on toggling text display (which should fix some weird display bugs).


Release Notes: This fixes a nasty bug that occurred on quit: too many PIDs were terminated.


Release Notes: This bugfix-only release drops FreeBSD support (the focus for now is Linux; FreeBSD might come back later), terminates all sub-processes instantly on shutdown (this feature needs the Proc::ProcessTable module to be installed), and doesn't quit loadbars if ~/.loadbarsrc cannot be overwritten.