Unitech/pm2

PM2 stop working ,We couldn't find uptime from /proc/uptime, using os.uptime() value

Closed this issue · 8 comments

2020-10-16T15:32:40: PM2 log: App [app:2] online
2020-10-16T15:32:40: PM2 log: App [app:3] starting in -cluster mode-
2020-10-16T15:32:40: PM2 log: App [app:3] online
2020-10-26T04:26:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:27:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:27:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:28:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:28:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:29:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:29:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:30:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:30:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:31:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:31:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:32:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:32:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:33:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:33:51: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value
2020-10-26T04:34:21: PM2 warn: [pidusage] We couldn't find uptime from /proc/uptime, using os.uptime() value

google wasn't explain ,why this error happen in idle time

same in aws ec2

same in aws ec2

it's just a warn,it's seems not affect service,and the cause of error was a promise not rejected in some situation in my case

i think your problem maybe cause of self logic like my case,you could check again

Any update.

@joebnb Can you please state what kind of logical mistake?

same warning, inserted an eye 👁️

azoz-w commented

are there any updates on this issue??, i'm getting the same error

Same issue...

use PIDUSAGE_SILENT to skip the log, it's only a warning not affecting your software.