diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-16 22:53:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-16 22:53:17 +0200 |
| commit | 6798b669464d828c241554647b4fff68a62ca91d (patch) | |
| tree | 706fc2da37b27b89649afe650ec699170191ecb1 /README.md | |
| parent | 971928faff0c100ef591c2d0e92e94b9f46ae71a (diff) | |
Add global I/O avg line (hotkey i) and m/n hotkey aliases
Add a pink 1px line drawn from the top showing mean iowait+IRQ+softIRQ
across all hosts, toggled with hotkey i and persistable to ~/.loadbarsrc.
Also add m as alias for 2 (memory toggle) and n as alias for 3 (network
toggle) for easier single-hand operation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -108,10 +108,11 @@ Press these keys while loadbars is running (see also `h` for a short list on std | Key | Action | |-----|--------| | **1** | Toggle CPU cores (one bar per core vs one aggregate bar per host) | -| **2** | Toggle memory bars (RAM left, Swap right per host) | -| **3** | Toggle network bars (RX/TX summed across all non-lo interfaces per host) | +| **2** / **m** | Toggle memory bars (RAM left, Swap right per host) | +| **3** / **n** | Toggle network bars (RX/TX summed across all non-lo interfaces per host) | | **e** | Toggle extended display (1px peak line on CPU bars: max system+user over last samples) | | **g** | Toggle global average CPU line (1px red line showing mean CPU usage across all hosts) | +| **i** | Toggle global I/O average line (1px pink line showing mean iowait+IRQ across all hosts) | | **h** | Print hotkey list to stdout | | **q** | Quit | | **w** | Write current settings to ~/.loadbarsrc | |
