Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Stefan Eissing
Except in (mostly upstream) traffic (or downstream when having lots of cache validations succeed). In this example: HTTP/1.1 upstream: 18.33MB HTTP/2 upstream: 2.87MB (space savings 85.65%) -Stefan > Am 22.01.2018 um 15:14 schrieb Eric Covener : > > On Mon, Jan 22,

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Eric Covener
On Mon, Jan 22, 2018 at 9:02 AM, Hajo Locke wrote: > > > Am 22.01.2018 um 14:38 schrieb Eric Covener: >>> >>> but i never expected that my winner in this test is mod_php. also there >>> was lowest >>> loadavg. >> >> I don't think the motivations to pull the PHP interpreter out

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Hajo Locke
Am 22.01.2018 um 14:38 schrieb Eric Covener: but i never expected that my winner in this test is mod_php. also there was lowest loadavg. I don't think the motivations to pull the PHP interpreter out of the webserver process is performance -- that's one of the costs. yes. my statement was

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Eric Covener
> but i never expected that my winner in this test is mod_php. also there was > lowest > loadavg. I don't think the motivations to pull the PHP interpreter out of the webserver process is performance -- that's one of the costs.

Re: [users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Stefan Eissing
Hi Hajo, on my dev machine I get for static files using mpm_event on Ubuntu 16.04 Parallels image, current 2.4.x Apache with > h2load -n10 -c100 -m10 https://test.example.org:12346/XXX with XXX being 2005 bytes: finished in 1.96s, 51060.63 req/s, 100.20MB/s 10844 bytes: finished in

[users@httpd] h2load http/2 benchmarkingresults using different mpm/php configurations

2018-01-22 Thread Hajo Locke
Hello List, separatly from other mail with proxy_fcgi/enablereuse problem i want to tell about my results. This is quite interesting. System is Ubuntu16.04, libnghttp2-14 1.7.1, Apache 2.4.29, php 7.0.25 All tests were startet with this params: h2load  -n10 -c100 -m10