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
Sum up TotalLoad over all CPUs and divide it by number of threads
On uncommon system configurations (number of sockets > 1) the TotalLoad
perfdata of Invoke-IcingaCheckCpu was to high due to it being just
summed up over all sockets.
This patch changes this computation, the load weighted by the number
of sockets is summed up and then divided by the total number of CPUs.
0 commit comments