M
M
mitaichik2015-07-06 10:17:36
linux
mitaichik, 2015-07-06 10:17:36

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

1 answer(s)
K
Konstantin, 2015-07-06
@mitaichik

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.

strace-p

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question