I’ve noticed that the PHP8.1-FPM service on my Hestia server consistently displays an uptime of 0 minutes. I’m unsure whether this is normal behavior or if there might be an underlying issue that needs attention.
My main concern is whether this abnormal uptime reading could potentially affect the processing of PHP scripts on my server. Could you kindly advise whether it’s common for PHP8.1-FPM to show 0 minutes in uptime or if there might be something I need to investigate further?
If this situation is indeed unusual, could you provide some initial guidance on what I should look into to troubleshoot and resolve this matter? Any pointers on logs, configurations, or potential areas of concern would be greatly appreciated.
Thank you for your time and attention to my inquiry.
It seems so because what HestiaCP does to check the uptime is:
pidof php-fpm8.1
and in your case it will get
143405|143377|142877|142875|142460|129873
And the uptime will be calculated with the first pid (143405) that is a pool started maybe a few seconds ago instead of calculate the uptime with the pid for master process (129873), if it was used to calculate the uptime you would see an uptime of 38 mins.
You should open an issue in github so devs can take a look.
Anyways, in this case, you shouldn’t be worried by the uptime