Edit report at https://bugs.php.net/bug.php?id=54577&edit=1

 ID:                 54577
 Updated by:         f...@php.net
 Reported by:        erno dot kovacs at freemail dot hu
 Summary:            script_name in status page
-Status:             Assigned
+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:

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


Previous Comments:
------------------------------------------------------------------------
[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

Reply via email to