summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-18 19:39:04 +0200
committerPaul Buetow <pbuetow@mimecast.com>2026-02-18 19:39:04 +0200
commit1e0b0f9e9573d1c6188fc683591e1f8ae044ca1f (patch)
tree023bac27dc261ee546572b6c253e647d6a802d99 /README.md
parent3cc9d42252b7d5f9c24c10ef748cff1d2e1bbd67 (diff)
Disk I/O: collect stats on remote, dynamic bar count, reset peak on r
- Add M DISKSTATS block to embedded loadbars-remote.sh so disk I/O is collected from /proc/diskstats on remote hosts (was only in scripts/ copy). - Document in countBars that total bars are computed per host (dynamic device count when disk mode is per-device). - Extend r hotkey to reset disk auto-scale peak to 1 MB/s floor when disk bars are on and diskmax is not fixed; update README and help text. Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d30b64..1794237 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ Press these keys while loadbars is running (see also `h` for a short list on std
| **3** / **n** | Toggle network bars (RX/TX summed across all non-lo interfaces per host) |
| **4** / **l** | Toggle load average bars (1-min teal fill, 5-min yellow line, 15-min white line) |
| **5** | Toggle disk I/O bars: aggregate (all devices) → per-device → off → aggregate |
-| **r** | Reset load auto-scale peak to floor (2.0) — has no effect when `loadmax` is fixed |
+| **r** | Reset load auto-scale peak to floor (2.0) and disk auto-scale peak to floor (1 MB/s) — no effect when `loadmax`/`diskmax` is fixed |
| **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) |