php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #54577 script_name in status page
Submitted: 2011-04-20 19:07 UTC Modified: 2011-10-08 19:54 UTC
From: erno dot kovacs at freemail dot hu Assigned: fat (profile)
Status: Closed Package: FPM related
PHP Version: 5.3.6 OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: erno dot kovacs at freemail dot hu
New email:
PHP Version: OS:

 

 [2011-04-20 19:07 UTC] 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]



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-02 12:10 UTC] fat@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-07-02 12:10 UTC] fat@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: fat
 [2011-07-02 12:11 UTC] fat@php.net
-Status: Assigned +Status: Closed
 [2011-07-02 12:11 UTC] fat@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-04 18:42 UTC] fat@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-09-14 15:17 UTC] erno dot kovacs at freemail dot hu
5.3.8 is out and this feature is missing.
 [2011-09-14 15:25 UTC] fat@php.net
-Status: Closed +Status: Re-Opened
 [2011-10-08 13:28 UTC] fat@php.net
Automatic comment from SVN on behalf of fat
Revision: http://svn.php.net/viewvc/?view=revision&revision=317889
Log: - commit r312812 again (dropped in r312913):
    Implemented FR #54577 (Enhanced status page with full status and details
    about each processes. Also provide a web page (status.html) for
    real-time FPM status.
 [2011-10-08 19:54 UTC] fat@php.net
-Status: Re-Opened +Status: Closed
 [2011-10-08 19:54 UTC] fat@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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 13:01:29 2024 UTC