https://bz.apache.org/bugzilla/show_bug.cgi?id=63300

            Bug ID: 63300
           Summary: mod_status lists BusyWorkers IdleWorkers keys twice
           Product: Apache httpd-2
           Version: 2.4.38
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: mod_status
          Assignee: bugs@httpd.apache.org
          Reporter: zany_apa...@triq.net
  Target Milestone: ---

Overview:

mod_status server-status?auto lists the keys BusyWorkers and IdleWorkers twice.

Steps to Reproduce:

wget -O - 'http://localhost/server-status?auto'

Actual Results:

I see e.g.
...
DurationPerReq: 8.53412
BusyWorkers: 1
IdleWorkers: 49
Processes: 2
Stopping: 0
BusyWorkers: 1
IdleWorkers: 49
ConnsTotal: 2
...

Expected Results:

Up to release 2.4.34 the output was e.g.
...
Uptime: 3
ReqPerSec: 0
BytesPerSec: 0
BusyWorkers: 1
IdleWorkers: 4
Scoreboard:
...

Additional Information:

The change was introduced with "mod_status: Complete the data shown for async"
(
https://github.com/apache/httpd/commit/6befc1893bea72320388b84fd879a4533e29b244
) from 2018-08-07 released with httpd 2.4.35.

Is there a contract that the keys should be unique?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to