kostya / eye

Process monitoring tool. Inspired from Bluepill and God.
MIT License
1.19k stars 89 forks source link

Weird Eye::SystemResources.start_time behaviour #235

Closed ilyakarol closed 4 years ago

ilyakarol commented 4 years ago

I receive in logs a very frustrating row:

2020.05.12 10:10:46 WARN  -- [sidekiq:sidekiq_0] compare_identity: fail, pid_file: '12 May 10:09', process: '12 May 10:15' (sidekiq 6.0.1 platform [0 of 5 busy])

As far as I understand, Eye::SystemResources.start_time returns time in future (log time is 10:10, but start time is 10:15). How is that even possible?

kostya commented 4 years ago

may be similar https://github.com/kostya/eye/issues/35

ilyakarol commented 4 years ago

fixed after system reboot, it looks like exactly the same issue.