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

            Bug ID: 69579
           Summary: Add time information (Req and Dur columns) for
                    mod_status in http2 module
           Product: Apache httpd-2
           Version: 2.4.63
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: pierre.brochard.1...@m4x.org
  Target Milestone: ---

When using mod_status, The global mean time for requests and the Req and Dur
colums of the request array are set to 0 when in HTTP/2 with the http2 module.

It is because that information is not set in the http2 module.

I have done a very little patch to solve this in one of the thread protected
area inside h2_mplx.c where the begin and end time of the request are known.

I added also a function to be able to update begin and end time of the request
at the same time, to also be sure that begin and end time are synchronized the
time we pick them to show them. That function is then used in h2_mplx.c

I have tested on my system and I see the request timers.

-- 
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