OSProcess.getUptime() sometimes return negative numbers on linux #623
Closed
Description
While monitoring processes I noticed that for some processes on my system the uptime is reported as negative number ... See how the uptime changes:
19/Sep/2018 16:51:29,224- INFO ProcessStats: Found process java with uptime -45463780973
19/Sep/2018 16:51:53,119- INFO ProcessStats: Found process java with uptime -45463757055
19/Sep/2018 16:52:53,084- INFO ProcessStats: Found process java with uptime -45463697081
19/Sep/2018 16:53:53,030- INFO ProcessStats: Found process java with uptime -45463637130
19/Sep/2018 16:54:53,025- INFO ProcessStats: Found process java with uptime -45463577130
So far I noticed this only on Linux.
Thanks and best regards, Space