Files
glances/tests
nicolargo 76f53646d8 feat(v5): cpu plugin — per-plugin TUI renderer mirroring v4 msg_curse
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>
2026-05-13 14:43:11 +02:00
..
2026-05-07 12:59:37 +00:00
2026-05-12 11:31:05 +02:00