Welcome! Log In Create A New Profile

Advanced

Re: fastcgi statistics at nginx

Reinis Rozitis
September 29, 2010 10:44AM
> Please, is there a way to see how many active requests I have to fastcgi ?

You can get some statistics from FPM itself like:

accepted conn: 129
pool: www
process manager: dynamic
idle processes: 20
active processes: 0
total processes: 20

when setting the pm.status_path variable in fpm config.

For example:

pm.status_path = /status


Then you should configure nginx to pass the location to php backend:

location /status {
fastcgi_pass ...
# whatever else you have
}


rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

fastcgi statistics at nginx

Flavio Torres September 28, 2010 04:02PM

Re: fastcgi statistics at nginx

Reinis Rozitis September 29, 2010 10:44AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 314
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready