Re: mod_status Total Accesses with 2.4.20

2016-03-25 Thread Stefan Eissing
Steffen, thanks for testing and giving the numbers. I hope that 1.4.5 is even a 
bit better than  1.4.4. 

> Am 25.03.2016 um 11:11 schrieb Steffen :
> 
> Build today Branches 2.4.x : mod_http2 (v1.4.5, nghttp2 1.8.0), 
> initializing...
> 
> The statistics graphs Total Accesses are fine again, no regression over 
> 2.4.18 anymore.
> 
> Btw.
> Sofar that the memory footprint with 1.4.4 was far better over 1.2.8.
> 
> I keep an eye on 1.4.5
> 
> Mod_http2 1.4.4 (2.4.19) avarage ~100MB peaks with ~180MB
> Mod_http2 1.0.11 (2.4.18) average ~100 MB peaks with ~200 MB
> with 1.2.8 average ~200 MB with peaks ~600 MB
> 
> Thanks,
> 
> Steffen
>  
>> On Thursday 24/03/2016 at 17:48, Stefan Eissing wrote:
>> Fix in 2.4.x: r1736465
>> 
>>*) mod_http2: fix for missing score board updates on request count, fix 
>> for
>>   memory leak on slave connection reuse.
>>   
>> Happy Easter,
>> 
>>Stefan
>> 
>>> Am 24.03.2016 um 17:17 schrieb Stefan Eissing 
>>> :
>>> 
>>> Yes, that is how it worked and should soon work again.
>>> 
 Am 24.03.2016 um 16:57 schrieb William A Rowe Jr :
 
 The inner http2 response to the outer h1 upgrade request remains a 
 single request IMHO. Within that h2 collection of streams, each of
 the subsequent h2 requests should then be counted individually.
 
 On Thu, Mar 24, 2016 at 10:54 AM, Yann Ylavic  wrote:
 Should the scoreboard really account for both h2 and inner h1
 connections in the same counter?
 It seems to me that they should be distinguish-ed/able.
 
 On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
  wrote:
> Found it. Slave connections cleared their scoreboard handle too early 
> (and unneccessary) so that the update simply did not happen.
> 
> Fix will be in trunk/2.4.x soonish..
> 
>> Am 24.03.2016 um 14:05 schrieb Stefan Eissing 
>> :
>> 
>> Quick test: http/2 connections are not counted here. checking...
>> 
>>> Am 24.03.2016 um 14:02 schrieb Steffen :
>>> 
>>> Using server-status?auto.
>>> 
>>> Now since running with 2.4.20-dev my statistics graphs shows less Total 
>>> Accesses.
>>> 
>>> Is it not counting http/1.1 or http/2 in Total Accesses ?
>>> 
>>> Steffen
> 


Re: mod_status Total Accesses with 2.4.20

2016-03-25 Thread Steffen


Build today Branches 2.4.x : mod_http2 (v1.4.5, nghttp2 1.8.0), 
initializing...


The statistics graphs Total Accesses are fine again, no regression 
over 2.4.18 anymore.


Btw.
Sofar that the memory footprint with 1.4.4 was far better over 1.2.8.

I keep an eye on 1.4.5

Mod_http2 1.4.4 (2.4.19) avarage ~100MB peaks with ~180MB
Mod_http2 1.0.11 (2.4.18) average ~100 MB peaks with ~200 MB
with 1.2.8 average ~200 MB with peaks ~600 MB

Thanks,

Steffen



On Thursday 24/03/2016 at 17:48, Stefan Eissing  wrote:

Fix in 2.4.x: r1736465

   *) mod_http2: fix for missing score board updates on request count, 
fix for

 memory leak on slave connection reuse.

Happy Easter,

   Stefan



Am 24.03.2016 um 17:17 schrieb Stefan Eissing 
:


Yes, that is how it worked and should soon work again.



Am 24.03.2016 um 16:57 schrieb William A Rowe Jr 
:


The inner http2 response to the outer h1 upgrade request remains a
single request IMHO.  Within that h2 collection of streams, each of
the subsequent h2 requests should then be counted individually.

On Thu, Mar 24, 2016 at 10:54 AM, Yann Ylavic  
wrote:

Should the scoreboard really account for both h2 and inner h1
connections in the same counter?
It seems to me that they should be distinguish-ed/able.

On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
 wrote:


Found it. Slave connections cleared their scoreboard handle too early 
(and unneccessary) so that the update simply did not happen.


Fix will be in trunk/2.4.x soonish..



Am 24.03.2016 um 14:05 schrieb Stefan Eissing 
:


Quick test: http/2 connections are not counted here. checking...



Am 24.03.2016 um 14:02 schrieb Steffen :

Using  server-status?auto.

Now since running with 2.4.20-dev my statistics graphs shows  less  
Total Accesses.


Is it not counting http/1.1 or http/2 in Total Accesses ?

Steffen















Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Stefan Eissing
Fix in 2.4.x: r1736465

  *) mod_http2: fix for missing score board updates on request count, fix for
 memory leak on slave connection reuse.
 
Happy Easter,

  Stefan

> Am 24.03.2016 um 17:17 schrieb Stefan Eissing :
> 
> Yes, that is how it worked and should soon work again.
> 
>> Am 24.03.2016 um 16:57 schrieb William A Rowe Jr :
>> 
>> The inner http2 response to the outer h1 upgrade request remains a 
>> single request IMHO.  Within that h2 collection of streams, each of
>> the subsequent h2 requests should then be counted individually.
>> 
>> On Thu, Mar 24, 2016 at 10:54 AM, Yann Ylavic  wrote:
>> Should the scoreboard really account for both h2 and inner h1
>> connections in the same counter?
>> It seems to me that they should be distinguish-ed/able.
>> 
>> On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
>>  wrote:
>>> Found it. Slave connections cleared their scoreboard handle too early (and 
>>> unneccessary) so that the update simply did not happen.
>>> 
>>> Fix will be in trunk/2.4.x soonish..
>>> 
 Am 24.03.2016 um 14:05 schrieb Stefan Eissing 
 :
 
 Quick test: http/2 connections are not counted here. checking...
 
> Am 24.03.2016 um 14:02 schrieb Steffen :
> 
> Using  server-status?auto.
> 
> Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
> Accesses.
> 
> Is it not counting http/1.1 or http/2 in Total Accesses ?
> 
> Steffen
> 
 
>>> 
>> 
> 



Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Stefan Eissing
Yes, that is how it worked and should soon work again.

> Am 24.03.2016 um 16:57 schrieb William A Rowe Jr :
> 
> The inner http2 response to the outer h1 upgrade request remains a 
> single request IMHO.  Within that h2 collection of streams, each of
> the subsequent h2 requests should then be counted individually.
> 
> On Thu, Mar 24, 2016 at 10:54 AM, Yann Ylavic  wrote:
> Should the scoreboard really account for both h2 and inner h1
> connections in the same counter?
> It seems to me that they should be distinguish-ed/able.
> 
> On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
>  wrote:
> > Found it. Slave connections cleared their scoreboard handle too early (and 
> > unneccessary) so that the update simply did not happen.
> >
> > Fix will be in trunk/2.4.x soonish..
> >
> >> Am 24.03.2016 um 14:05 schrieb Stefan Eissing 
> >> :
> >>
> >> Quick test: http/2 connections are not counted here. checking...
> >>
> >>> Am 24.03.2016 um 14:02 schrieb Steffen :
> >>>
> >>> Using  server-status?auto.
> >>>
> >>> Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
> >>> Accesses.
> >>>
> >>> Is it not counting http/1.1 or http/2 in Total Accesses ?
> >>>
> >>> Steffen
> >>>
> >>
> >
> 



Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Yann Ylavic
Should the scoreboard really account for both h2 and inner h1
connections in the same counter?
It seems to me that they should be distinguish-ed/able.

On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
 wrote:
> Found it. Slave connections cleared their scoreboard handle too early (and 
> unneccessary) so that the update simply did not happen.
>
> Fix will be in trunk/2.4.x soonish..
>
>> Am 24.03.2016 um 14:05 schrieb Stefan Eissing :
>>
>> Quick test: http/2 connections are not counted here. checking...
>>
>>> Am 24.03.2016 um 14:02 schrieb Steffen :
>>>
>>> Using  server-status?auto.
>>>
>>> Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
>>> Accesses.
>>>
>>> Is it not counting http/1.1 or http/2 in Total Accesses ?
>>>
>>> Steffen
>>>
>>
>


Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread William A Rowe Jr
The inner http2 response to the outer h1 upgrade request remains a
single request IMHO.  Within that h2 collection of streams, each of
the subsequent h2 requests should then be counted individually.

On Thu, Mar 24, 2016 at 10:54 AM, Yann Ylavic  wrote:

> Should the scoreboard really account for both h2 and inner h1
> connections in the same counter?
> It seems to me that they should be distinguish-ed/able.
>
> On Thu, Mar 24, 2016 at 3:56 PM, Stefan Eissing
>  wrote:
> > Found it. Slave connections cleared their scoreboard handle too early
> (and unneccessary) so that the update simply did not happen.
> >
> > Fix will be in trunk/2.4.x soonish..
> >
> >> Am 24.03.2016 um 14:05 schrieb Stefan Eissing <
> stefan.eiss...@greenbytes.de>:
> >>
> >> Quick test: http/2 connections are not counted here. checking...
> >>
> >>> Am 24.03.2016 um 14:02 schrieb Steffen :
> >>>
> >>> Using  server-status?auto.
> >>>
> >>> Now since running with 2.4.20-dev my statistics graphs shows  less
> Total Accesses.
> >>>
> >>> Is it not counting http/1.1 or http/2 in Total Accesses ?
> >>>
> >>> Steffen
> >>>
> >>
> >
>


Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Steffen

Like to see it in 2.4.20, because my reporting is broken.

-Original Message- 
From: Stefan Eissing

Sent: Thursday, March 24, 2016 3:56 PM
To: dev@httpd.apache.org
Subject: ** Re: mod_status Total Accesses with 2.4.20

Found it. Slave connections cleared their scoreboard handle too early (and 
unneccessary) so that the update simply did not happen.


Fix will be in trunk/2.4.x soonish..

Am 24.03.2016 um 14:05 schrieb Stefan Eissing 
:


Quick test: http/2 connections are not counted here. checking...


Am 24.03.2016 um 14:02 schrieb Steffen :

Using  server-status?auto.

Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
Accesses.


Is it not counting http/1.1 or http/2 in Total Accesses ?

Steffen







Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Stefan Eissing
Found it. Slave connections cleared their scoreboard handle too early (and 
unneccessary) so that the update simply did not happen.

Fix will be in trunk/2.4.x soonish..

> Am 24.03.2016 um 14:05 schrieb Stefan Eissing :
> 
> Quick test: http/2 connections are not counted here. checking...
> 
>> Am 24.03.2016 um 14:02 schrieb Steffen :
>> 
>> Using  server-status?auto.
>> 
>> Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
>> Accesses.
>> 
>> Is it not counting http/1.1 or http/2 in Total Accesses ?
>> 
>> Steffen
>> 
> 



Re: mod_status Total Accesses with 2.4.20

2016-03-24 Thread Stefan Eissing
Quick test: http/2 connections are not counted here. checking...

> Am 24.03.2016 um 14:02 schrieb Steffen :
> 
> Using  server-status?auto.
> 
> Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
> Accesses.
> 
> Is it not counting http/1.1 or http/2 in Total Accesses ?
> 
> Steffen
> 



mod_status Total Accesses with 2.4.20

2016-03-24 Thread Steffen
Using  server-status?auto.

Now since running with 2.4.20-dev my statistics graphs shows  less  Total 
Accesses.

Is it not counting http/1.1 or http/2 in Total Accesses ?

Steffen