Skip to content

Fix start times in the future

CLOCK_MONOTONIC on linux doesn't increase in the time the machine is suspended, however the start times in /proc/xxx/stat do take that time in account. This results in start times of processes being sometimes reported in the future. Therefore systemUptimeSeconds needs to use CLOCK_BOOTTIME.

Merge request reports