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
fix(docker): report container CPU as a total-system percentage (0-100%)
Drop the docker-stats per-core convention (* online_cpus), which produced
readings like 134% and surprised users. system_cpu_usage accumulates across
all cores, so the plain delta ratio is the share of the whole machine - the
same 0-100% scale the Unraid integration now reports, keeping CPU readings
consistent across homarr.
0 commit comments