Edit report at https://bugs.php.net/bug.php?id=54577&edit=1
ID: 54577 Comment by: erno dot kovacs at freemail dot hu Reported by: erno dot kovacs at freemail dot hu Summary: script_name in status page Status: Closed Type: Feature/Change Request Package: FPM related Operating System: linux PHP Version: 5.3.6 Assigned To: fat Block user comment: N Private report: N New Comment: 5.3.8 is out and this feature is missing. Previous Comments: ------------------------------------------------------------------------ [2011-07-04 18:42:04] f...@php.net In fact I revert the patch in 5.3.x because 5.3.x was in a relase process (for 5.3.7). I'll recommit the patch when 5.3.7 will be out. So please wait for 5.3.8 or use a 5.4 snapshot ------------------------------------------------------------------------ [2011-07-02 12:11:51] f...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Please see documentation in php-fpm.conf ------------------------------------------------------------------------ [2011-07-02 12:10:19] f...@php.net Automatic comment from SVN on behalf of fat Revision: http://svn.php.net/viewvc/?view=revision&revision=312812 Log: - Implemented FR #54577 (Enhanced status page with full status and details about each processes - Added a web page (status.html) for real-time FPM status - Fixed missing Expires and Cache-Control headers for ping and status pages ------------------------------------------------------------------------ [2011-04-20 19:07:28] erno dot kovacs at freemail dot hu Description: ------------ I can already see the script_filename in fpm_shm_slot_s structure, please add the currently served script filenames into the status page. Expected result: ---------------- accepted conn: 12073 pool: www process manager: static idle processes: 35 active processes: 65 total processes: 100 max children reached: 1 Active workers: www[pid=1234]: http://www.foobar.com/index1.php www[pid=1235]: http://www.foobar.com/index2.php otherpoolname[pid=1236]: http://www.foobar.com/index3.php Idle workers: www[pid=1237] www[pid=1238] ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=54577&edit=1