Bug 62326 - mod_status does not count http2 requests
Summary: mod_status does not count http2 requests
Status: NEEDINFO
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_status (show other bugs)
Version: 2.4.33
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-25 12:22 UTC by catalindumitriu
Modified: 2018-04-28 11:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description catalindumitriu 2018-04-25 12:22:26 UTC
Hello,

Recently i upgraded to latest apache2 version on debian 9 and i enabled http2.

Before the upgrade we had an average of 200 rps but after enabling http2 the number of requests decreased at 40-50 rps, which was very strange because the site was very vast and also accessible.

I saw in official documentation that http2 have separated workers which don't appear in mod status. Link: https://httpd.apache.org/docs/2.4/mod/mod_http2.html

Mos status doesn't count number of requests with h2 ? Do you plan to do something for this problem ?


Thanks
Comment 1 Stefan Eissing 2018-04-26 09:56:16 UTC
There is currently no planned activity to add this function. I understand the need and take patches in gladly.
Comment 2 Eric Covener 2018-04-26 12:55:59 UTC
An alt option would be to find a way to push the work to MPM threads.
Comment 3 Stefan Eissing 2018-04-28 11:19:32 UTC
I assume you also opened the ticket on the github issue tracker: https://github.com/icing/mod_h2/issues/159
?

Since our time here is limited, can we agree to have one ticket open and proceed there? I leave the choice open to you. But otherwise this gets duplicate work.