mirror of
https://github.com/nicolargo/glances.git
synced 2026-06-03 11:24:52 -04:00
3-col x 4-row grid layout:
CPU 4.5% idle 95.5% ctx_sw 6.7K
user 3.8% irq 0.0% interrupts 3.0K
system 0.7% nice 0.0% sw_int 1.8K
iowait 0.0% steal 0.0% guest 0.0%
OS variants:
- Linux: col1=user/system/iowait, col3 line4=guest
- Windows: col1=idle/core/dpc, col3 line4=syscalls
- col3 line3 = soft_interrupts (Linux) or ctx_switches (fallback)
ctx_switches/interrupts/sw_int values use K/M scaling (matches v4's
auto_unit + min_symbol cosmetics for these counters).
Reference: glances/plugins/cpu/__init__.py::msg_curse.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>