我如何检查有多少请求没有被处理(PHP Nginx)


How can i check how many requests are not being handled (PHP Nginx)

我们在nginx上有一个php web服务。是否有办法检查有多少请求没有被处理?(不被php处理,因此不会得到请求的回复)

你可能需要Nginx和PHP的状态和日志文件的组合。

Nginx状态:http://wiki.nginx.org/HttpStubStatusModule

PHP状态:http://php.net/manual/en/install.fpm.configuration.php