Edit report at https://bugs.php.net/bug.php?id=55551&edit=1
ID: 55551 Updated by: f...@php.net Reported by: voro at itacastudio dot com Summary: Inaccurate process count in FPM status page -Status: Open +Status: Duplicate Type: Bug Package: FPM related Operating System: Linux (Debian 6.0 w dotdeb pack) PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. See https://bugs.php.net/bug.php?id=55486 Previous Comments: ------------------------------------------------------------------------ [2011-08-31 12:45:50] voro at itacastudio dot com Test script sample result: host:/tmp# ps -ef |grep -c "php-fpm: pool" && wget -qO- http://localhost/fpm_status | grep proces 14 process manager: dynamic idle processes: 64 active processes: 1 total processes: 65 max active processes: 8 ------------------------------------------------------------------------ [2011-08-31 12:39:45] voro at itacastudio dot com Description: ------------ FPM has a status page like Apache or Nginx showing the number of processes it has spawned, how many are idle, how may are running, etc. The number in that page is wrong since last week (5.3.7/5.3.8 upgrade) see linked image http://i.imgur.com/K8hVj.png Test script: --------------- ps -ef |grep -c "php-fpm: pool" && wget -qO- http://localhost/fpm_status | grep process Expected result: ---------------- Matching values in ps and status page. Actual result: -------------- Very different numbers. I bet ps is right and fpm status page is buggy. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55551&edit=1