From: Operating system: Linux (Debian 6.0 w dotdeb pack) PHP version: 5.3.8 Package: FPM related Bug Type: Bug Bug description:Inaccurate process count in status page
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 bug report at https://bugs.php.net/bug.php?id=55551&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=55551&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=55551&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=55551&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=55551&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=55551&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=55551&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=55551&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=55551&r=needscript Try newer version: https://bugs.php.net/fix.php?id=55551&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=55551&r=support Expected behavior: https://bugs.php.net/fix.php?id=55551&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=55551&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=55551&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=55551&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=55551&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=55551&r=dst IIS Stability: https://bugs.php.net/fix.php?id=55551&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=55551&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=55551&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=55551&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=55551&r=mysqlcfg