Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/OPERATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,9 @@ turn may be recorded as a plain error before orderly state persistence. Existing

Open **System health**, the last admin navigation item (`/system-health`). The host daemon reads
Linux `/proc` and `/sys` without elevated privileges or subprocesses. It samples every five
seconds even when no browser is open; browsers poll while visible and active. Pause affects only
the page. Refresh also rescans hardware. CPU uses counter deltas (the first sample is unknown),
seconds even when no browser is open; browsers poll while visible and active. Pausing the page
does not stop background collection. Refresh also rescans hardware. CPU uses counter deltas
(the first sample is unknown),
RAM uses `MemAvailable`, and load is the Linux 1/5/15-minute load average. Storage measures the
filesystem containing the configured gateway runtime root, not the sum of disks in the hardware
inventory. Used bytes exclude free blocks; available bytes exclude filesystem-reserved blocks;
Expand Down
Loading