希望能在优化PHP-FPM方面作一个改进。。
参考URL:
http://www.ttlsa.com/php/use-php-fpm-status-page-detail/
http://www.linuxyan.com/web-server/104.html
效果如下图,可以把?html(json|xml)和?full作参数组合的。
只是上一个请求的CPU和内存能否和URI划上等号呢??
6.5 full详解
pid – 进程PID,可以单独kill这个进程. You can use this PID to kill a long running process.
state – 当前进程的状态 (Idle, Running, …)
start time – 进程启动的日期
start since – 当前进程运行时长
requests – 当前进程处理了多少个请求
request duration – 请求时长(微妙)
request method – 请求方法 (GET, POST, …)
request URI – 请求URI
content length – 请求内容长度 (仅用于 POST)
user – 用户 (PHP_AUTH_USER) (or ‘-’ 如果没设置)
script – PHP脚本 (or ‘-’ if not set)
last request cpu – 最后一个请求CPU使用率。
last request memorythe – 上一个请求使用的内存
时间: 2024-10-03 22:26:03