Answer the question
In order to leave comments, you need to log in
What can be used to monitor php-fpm processes?
Hello. Hanging php-fpm processes. To catch where this is happening, you need to monitor php-fpm processes - what request is being executed, how long it has been running, etc.
Monitor in realtime.
There is a built-in status page in php-fpm for this, but it is not suitable: since nginx sends all requests to index.php, any request is reflected in the status page as request URI = /index.php, and I need a normal URL (for example /user/login)
Tell me with what you can do this kind of monitoring? Or how to set up the status page?
Thanks in advance.
Answer the question
In order to leave comments, you need to log in
To catch where this is happening, you need to monitor php-fpm processes - what request is being executed, how long it has been running, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question