Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6149
blob791706282774b193b420e4c5f574ef7dbd7d770e
1 Title: ps: The linux ps check CPU utilization calculation changed since 1.4.0p27
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1526982355
11 The calculation of the CPU utilization of processes on linux systems was not taking the number
12 of CPU cores into account for a long time. This results in CPU utilizations reported with more
13 than 100%, up to 100%*CPU-cores. For example in case 3 processes use 3 of 6 cores at 100%, this
14 resulted in a usage of 300%.
16 The intention of the change in 1.4.0p27 was to make the windows and linux ps checks both take
17 the number of CPU cores into account and cap the usage at 100%. The problem with this change is
18 that all possibly existing thresholds that have been configured for the old scheme will not
19 work anymore with the new scheme.
21 We have now reverted the changes version 1.4.0p27 introduced to get the old behavior back.
23 In a future release, we will finally make the switch to the new scheme. But this will be done
24 in a compatible way where the already configured thresholds will still work.