logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> News & Hangout View previous topic :: View next topic
Reply to topic   Topic: Apache benchmarks by h2load on Windows.
Author
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Sun 22 Nov '15 12:50    Post subject: Apache benchmarks by h2load on Windows. Reply with quote

I built h2load for Windows on Cygwin and took benchmarks. I had very interesting results.
https://o6asan.com/blog-e/2015/11/22/building-h2load-on-cygwin/

I've enabled HTTP/2 on my production web server since October 19. After that, I compared HTTPS with HTTP/2 with HTTPS without HTTP/2 about their speed by using web browsers F12. But, I could not see any merits of HTTP/2 about my server which has small visitors.

According to the test by h2load, the server which supports HTTP/2 seems to be good at dealing with concurrent streams.
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_without_HTTP_2.txt
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_with_HTTP_2.txt

I think small servers like mine have not much merits by this feature, but some servers will take big advantage by this.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sun 22 Nov '15 13:13    Post subject: Reply with quote

Which version of mod_http2 you running ?

I am also interested how it goes with the latest mod_http2 1.0.5, see https://www.apachelounge.com/viewtopic.php?t=6842

Thanks for the guide.
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Sun 22 Nov '15 16:20    Post subject: Reply with quote

Steffen wrote:
Which version of mod_http2 you running ?


Oh! I forgot to write. I downloaded httpd-2.4.18-dev-win64-VC14.zip on November 8. So, it was 1.0.3.

I downloaded the latest version (mod_http2 1.0.5) and took benchmarks. See them.
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_without_HTTP_2_2.txt
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_with_HTTP_2_2.txt

They seem to be nothing changed.


Last edited by o6asan on Sun 22 Nov '15 17:09; edited 1 time in total
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sun 22 Nov '15 17:00    Post subject: Reply with quote

The files #2.txt are not found:

The requested URL /wp-content/uploads/HTTP2/HTTPS_without_HTTP_2_ was not found on this server.

Looks like the # is the issue.
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Sun 22 Nov '15 17:03    Post subject: Reply with quote

Steffen wrote:
Looks like the # is the issue.


Yes, that's right.
I changed file's name immediately.

Thanks.
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Tue 01 Dec '15 17:13    Post subject: Reply with quote

I downloaded the latest version (mod_http2 1.0.8) and took benchmarks. See them.
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_without_HTTP_2_3.txt
https://o6asan.com/wp-content/uploads/HTTP2/HTTPS_with_HTTP_2_3.txt

They seem to be slightly different from previous test results.

[Annot.] The test has different condition as before because my development server's OS moved from Windows10 TH1 to Windows10 TH2 automatically on November 27.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Tue 01 Dec '15 17:39    Post subject: Reply with quote

Thanks.

A nice read at https://www.nginx.com/blog/7-tips-for-faster-http2-performance/
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Wed 02 Dec '15 10:26    Post subject: Reply with quote

Steffen wrote:
A nice read at https://www.nginx.com/blog/7-tips-for-faster-http2-performance/


Thanks. I've read it.

By the way, I've not understood Flow Control and Server-side Priorities in HTTP/2 features, yet.
Back to top


Reply to topic   Topic: Apache benchmarks by h2load on Windows. View previous topic :: View next topic
Post new topic   Forum Index -> News & Hangout