You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: source-aware power.total, headline it instead of the CPU package
The POWER panel headlined power.pkg (CPU only), so an rtx-pro pulling 506W on
the GPU looked like it was sipping 32W. Add power.total computed where the
collector knows the source, so it never double-counts:
- Apple: pkg alone (SMC PSTR is already whole-system)
- NVIDIA / GB10: pkg + gpu + npu (the GPU is a separate rail)
- AMD APU / integrated: pkg alone (the iGPU is inside the package)
Panel now shows total / cpu-gpu-npu / CPU pkg, which also makes the cpu (cores)
vs pkg (whole socket) distinction explicit.
GB10 (Grace/ARM) exposes no RAPL/INA/SoC power sensor at all — checked hwmon,
powercap, i2c, nvidia-smi — so power.pkg now reads unavailable with a reason
and power.total is the GPU rail alone.
0 commit comments