Skip to content

Instantly share code, notes, and snippets.

@centminmod
Last active August 12, 2019 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save centminmod/6980694c38dc39c5fc9325b581cfd036 to your computer and use it in GitHub Desktop.
Save centminmod/6980694c38dc39c5fc9325b581cfd036 to your computer and use it in GitHub Desktop.
http2benchmark extended tests fork results

http2benchmark extended tests fork results

  • server - Upcloud 2 cpu 4GB, 80GB KVM VPS CentOS 7.6 with 1Gbit NIC
  • client - Upcloud 2 cpu 4GB, 80GB KVM VPS CentOS 7.6 with 1Gbit NIC

/opt/benchmark.sh ran with following test tools

TOOL_LIST="h2load h2load-low h2load-m80 wrk wrkcmm"

Test Tools

  • h2load - nghttp2 library's h2load HTTP/2 HTTPS load testing tool.
  • h2load-low - h2load test but with reduced request number tested instead of h2load's 100,000 requests test, reduced to 5,000 requests to allow testing on network constrained systems <=1Gbps.
  • h2load-m80 - h2load test with one minor change with more realistic HTTP/2 max concurrent streams = 80 given the average web site has approximately 74 assets according to HTTP Archive.
  • wrk - original HTTP/1.1 load testing tool from https://github.com/wg/wrk
  • wrkcmm - forked version of wrk with additional features outlined at https://github.com/centminmod/wrk/tree/centminmod. By default tests same paramters as original wrk.

Test Targets

The following test targets are benchmarked by default

  • 1kstatic.html - 1kb static html file
  • 1kgzip-static.html - 1kb static html file that has been gzip pre-compressed (leverage nginx gzip_static directive)
  • 1knogzip.jpg - 1kb jpg image
  • amdepyc2.jpg.webp - 11kb webP image
  • amdepyc2.jpg - 26kb jpg image
  • wordpress - wordpress php/mariadb mysql test where apache uses w3 total cache plugin, litespeed uses litespeed cache plugin and nginx uses php-fpm fastgci_cache caching
  • coachblog - wordpress OceanWP Coach theme test blog static html version simulating wordpress cache plugins which do full page static html caching
  • coachbloggzip - precompress gzip wordpress OceanWP Coach theme test blog static html version simulating wordpress cache plugins which do full page static html caching i.e. Cache Enabler wordpress plugin + Autoptimize wordpress plugin + Autoptimize Gzip companion plugin. Such combo allows Wordpress site to do full page static html caching with pre-compressed gzipped static assets for html, css and js which can leverage nginx gzip_static directive.

http2benchmark results

***Total of 1548 seconds to finish process***
[OK] to archive /opt/Benchmark/081119-102255.tgz
#############  Benchmark Result  #################

h2load - 1kstatic.html
lsws 5.4        finished in     609.37 seconds,  164104.00 req/s,      19.44 MB/s,          0 failures
nginx 1.16.0    finished in       1.37 seconds,   72817.50 req/s,      16.18 MB/s,          0 failures

h2load-low - 1kstatic.html
lsws 5.4        finished in       0.09 seconds,   53356.60 req/s,       6.53 MB/s,          0 failures
nginx 1.16.0    finished in       0.11 seconds,   46247.90 req/s,      10.32 MB/s,          0 failures

h2load-m80 - 1kstatic.html
lsws 5.4        finished in       0.50 seconds,  199415.00 req/s,      23.62 MB/s,          0 failures
nginx 1.16.0    finished in       0.94 seconds,  105860.00 req/s,      23.53 MB/s,          0 failures

wrk - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   68484.90 req/s,      25.91 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   52382.50 req/s,      18.98 MB/s,        N/A failures

wrkcmm - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   69204.50 req/s,      26.80 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   52987.20 req/s,      19.20 MB/s,        N/A failures

h2load - 1kgzip-static.html
lsws 5.4        finished in     609.97 seconds,  163942.00 req/s,      19.42 MB/s,          0 failures
nginx 1.16.0    finished in       1.30 seconds,   76698.50 req/s,      18.44 MB/s,          0 failures

h2load-low - 1kgzip-static.html
lsws 5.4        finished in       0.10 seconds,   52235.60 req/s,       6.40 MB/s,          0 failures
nginx 1.16.0    finished in       0.13 seconds,   38721.20 req/s,       9.34 MB/s,          0 failures

h2load-m80 - 1kgzip-static.html
lsws 5.4        finished in       0.47 seconds,  213071.00 req/s,      25.24 MB/s,          0 failures
nginx 1.16.0    finished in       0.96 seconds,  104367.00 req/s,      25.09 MB/s,          0 failures

wrk - 1kgzip-static.html
lsws 5.4        finished in       5.00 seconds,   60237.60 req/s,      23.47 MB/s,        N/A failures
nginx 1.16.0    finished in       5.01 seconds,   51472.70 req/s,      18.41 MB/s,        N/A failures

wrkcmm - 1kgzip-static.html
lsws 5.4        finished in       5.00 seconds,   74684.60 req/s,      28.68 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   58109.90 req/s,      20.78 MB/s,        N/A failures

h2load - 1knogzip.jpg
lsws 5.4        finished in     944.57 seconds,  105868.00 req/s,     106.35 MB/s,          0 failures
nginx 1.16.0    finished in       1.12 seconds,   89479.70 req/s,      98.23 MB/s,          0 failures

h2load-low - 1knogzip.jpg
lsws 5.4        finished in       0.10 seconds,   48763.80 req/s,      49.20 MB/s,          0 failures
nginx 1.16.0    finished in       0.14 seconds,   35888.60 req/s,      39.43 MB/s,          0 failures

h2load-m80 - 1knogzip.jpg
lsws 5.4        finished in       0.93 seconds,  108047.00 req/s,     108.53 MB/s,          0 failures
nginx 1.16.0    finished in       1.04 seconds,   95845.30 req/s,     105.21 MB/s,          0 failures

wrk - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   71245.50 req/s,      92.41 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   58255.70 req/s,      70.22 MB/s,        N/A failures

wrkcmm - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   68457.70 req/s,      89.18 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   49899.30 req/s,      60.15 MB/s,        N/A failures

h2load - amdepyc2.jpg.webp
lsws 5.4        finished in       8.94 seconds,   11182.10 req/s,     113.00 MB/s,          0 failures
nginx 1.16.0    finished in       9.01 seconds,   11100.10 req/s,     113.12 MB/s,          0 failures

h2load-low - amdepyc2.jpg.webp
lsws 5.4        finished in       0.49 seconds,   10288.10 req/s,     103.83 MB/s,          0 failures
nginx 1.16.0    finished in       0.50 seconds,   10081.60 req/s,     102.75 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg.webp
lsws 5.4        finished in      10.57 seconds,    9459.60 req/s,      95.55 MB/s,         14 failures
nginx 1.16.0    finished in       9.00 seconds,   11106.10 req/s,     113.18 MB/s,          0 failures

wrk - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10826.10 req/s,     112.40 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   10909.10 req/s,     112.26 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10812.90 req/s,     112.32 MB/s,        N/A failures
nginx 1.16.0    finished in       5.01 seconds,   10872.20 req/s,     111.88 MB/s,        N/A failures

h2load - amdepyc2.jpg
lsws 5.4        finished in      21.91 seconds,    4563.80 req/s,     113.51 MB/s,          0 failures
nginx 1.16.0    finished in      21.99 seconds,    4547.85 req/s,     113.47 MB/s,          0 failures

h2load-low - amdepyc2.jpg
lsws 5.4        finished in       6.09 seconds,     806.10 req/s,      20.03 MB/s,         89 failures
nginx 1.16.0    finished in       1.14 seconds,    4369.40 req/s,     109.02 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg
lsws 5.4        finished in      21.88 seconds,    4569.70 req/s,     113.57 MB/s,          0 failures
nginx 1.16.0    finished in      21.97 seconds,    4551.10 req/s,     113.56 MB/s,          0 failures

wrk - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4485.53 req/s,     112.70 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4487.83 req/s,     112.46 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4487.08 req/s,     112.79 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4484.23 req/s,     112.32 MB/s,        N/A failures

h2load - wordpress
lsws 5.4        finished in       3.47 seconds,   28851.80 req/s,     111.97 MB/s,          0 failures
nginx 1.16.0    finished in       8.80 seconds,   11367.10 req/s,      46.20 MB/s,          0 failures

h2load-low - wordpress
lsws 5.4        finished in       0.22 seconds,   22836.40 req/s,      88.74 MB/s,          0 failures
nginx 1.16.0    finished in       0.46 seconds,   10804.90 req/s,      43.93 MB/s,          0 failures

h2load-m80 - wordpress
lsws 5.4        finished in       8.42 seconds,   11806.30 req/s,      45.82 MB/s,        582 failures
nginx 1.16.0    finished in       8.71 seconds,   11478.00 req/s,      46.65 MB/s,          0 failures

wrk - wordpress
lsws 5.4        finished in       5.00 seconds,   26319.90 req/s,     110.69 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11673.70 req/s,      49.18 MB/s,        N/A failures

wrkcmm - wordpress
lsws 5.4        finished in       5.00 seconds,   26306.60 req/s,     110.64 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11695.80 req/s,      49.28 MB/s,        N/A failures

h2load - coachblog
lsws 5.4        finished in       5.59 seconds,   17873.10 req/s,     112.81 MB/s,          0 failures
nginx 1.16.0    finished in      16.06 seconds,    6228.40 req/s,      47.40 MB/s,          0 failures

h2load-low - coachblog
lsws 5.4        finished in       0.31 seconds,   15901.70 req/s,     100.43 MB/s,          0 failures
nginx 1.16.0    finished in       0.79 seconds,    6292.00 req/s,      47.88 MB/s,          0 failures

h2load-m80 - coachblog
lsws 5.4        finished in      10.54 seconds,    9475.00 req/s,      59.80 MB/s,        113 failures
nginx 1.16.0    finished in      16.88 seconds,    5923.80 req/s,      45.08 MB/s,          0 failures

wrk - coachblog
lsws 5.4        finished in       5.00 seconds,   17033.40 req/s,     111.97 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6673.20 req/s,      51.73 MB/s,        N/A failures

wrkcmm - coachblog
lsws 5.4        finished in       5.00 seconds,   17047.60 req/s,     112.07 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6677.80 req/s,      51.76 MB/s,        N/A failures

h2load - coachbloggzip
lsws 5.4        finished in       5.61 seconds,   17836.30 req/s,     112.58 MB/s,          0 failures
nginx 1.16.0    finished in       5.72 seconds,   17473.20 req/s,     112.52 MB/s,          0 failures

h2load-low - coachbloggzip
lsws 5.4        finished in       0.32 seconds,   15867.80 req/s,     100.22 MB/s,          0 failures
nginx 1.16.0    finished in       0.33 seconds,   14953.40 req/s,      96.30 MB/s,          0 failures

h2load-m80 - coachbloggzip
lsws 5.4        finished in      10.46 seconds,    9542.30 req/s,      60.23 MB/s,        161 failures
nginx 1.16.0    finished in       5.71 seconds,   17517.90 req/s,     112.80 MB/s,          0 failures

wrk - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17059.90 req/s,     112.15 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   17018.00 req/s,     111.59 MB/s,        N/A failures

wrkcmm - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17063.70 req/s,     112.17 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   16912.00 req/s,     110.90 MB/s,        N/A failures
***Total of 1548 seconds to finish process***
[OK] to archive /opt/Benchmark/081119-112721.tgz
#############  Benchmark Result  #################

h2load - 1kstatic.html
lsws 5.4        finished in     611.37 seconds,  163567.00 req/s,      19.38 MB/s,          0 failures
nginx 1.16.0    finished in       1.47 seconds,   68096.00 req/s,      15.14 MB/s,          0 failures

h2load-low - 1kstatic.html
lsws 5.4        finished in       0.09 seconds,   58142.20 req/s,       7.12 MB/s,          0 failures
nginx 1.16.0    finished in       0.12 seconds,   43471.40 req/s,       9.70 MB/s,          0 failures

h2load-m80 - 1kstatic.html
lsws 5.4        finished in       0.47 seconds,  212648.00 req/s,      25.19 MB/s,          0 failures
nginx 1.16.0    finished in       0.91 seconds,  110014.00 req/s,      24.45 MB/s,          0 failures

wrk - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   72114.20 req/s,      27.86 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   67607.10 req/s,      24.50 MB/s,        N/A failures

wrkcmm - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   60891.60 req/s,      22.94 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   67318.40 req/s,      24.40 MB/s,        N/A failures

h2load - 1kgzip-static.html
lsws 5.4        finished in     606.80 seconds,  164798.00 req/s,      19.53 MB/s,          0 failures
nginx 1.16.0    finished in       1.01 seconds,   98862.30 req/s,      23.77 MB/s,          0 failures

h2load-low - 1kgzip-static.html
lsws 5.4        finished in       0.09 seconds,   54404.60 req/s,       6.66 MB/s,          0 failures
nginx 1.16.0    finished in       0.13 seconds,   38452.60 req/s,       9.28 MB/s,          0 failures

h2load-m80 - 1kgzip-static.html
lsws 5.4        finished in       0.47 seconds,  213307.00 req/s,      25.27 MB/s,          0 failures
nginx 1.16.0    finished in       0.92 seconds,  108498.00 req/s,      26.08 MB/s,          0 failures

wrk - 1kgzip-static.html
lsws 5.4        finished in       5.00 seconds,   78083.80 req/s,      29.49 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   75786.00 req/s,      27.10 MB/s,        N/A failures

wrkcmm - 1kgzip-static.html
lsws 5.4        finished in       5.00 seconds,   60344.70 req/s,      22.79 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   76604.10 req/s,      27.40 MB/s,        N/A failures

h2load - 1knogzip.jpg
lsws 5.4        finished in     945.02 seconds,  105818.00 req/s,     106.29 MB/s,          0 failures
nginx 1.16.0    finished in       1.47 seconds,   67813.50 req/s,      74.44 MB/s,          0 failures

h2load-low - 1knogzip.jpg
lsws 5.4        finished in       0.11 seconds,   46042.60 req/s,      46.45 MB/s,          0 failures
nginx 1.16.0    finished in       0.14 seconds,   35083.50 req/s,      38.54 MB/s,          0 failures

h2load-m80 - 1knogzip.jpg
lsws 5.4        finished in       0.94 seconds,  106334.00 req/s,     106.81 MB/s,          0 failures
nginx 1.16.0    finished in       1.14 seconds,   87548.40 req/s,      96.11 MB/s,          0 failures

wrk - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   64764.90 req/s,      84.00 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   73071.90 req/s,      88.08 MB/s,        N/A failures

wrkcmm - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   67830.90 req/s,      88.23 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   69494.90 req/s,      83.77 MB/s,        N/A failures

h2load - amdepyc2.jpg.webp
lsws 5.4        finished in       8.94 seconds,   11180.50 req/s,     113.01 MB/s,          0 failures
nginx 1.16.0    finished in       9.02 seconds,   11086.30 req/s,     112.98 MB/s,          0 failures

h2load-low - amdepyc2.jpg.webp
lsws 5.4        finished in       0.50 seconds,    9959.60 req/s,     100.52 MB/s,          0 failures
nginx 1.16.0    finished in       0.49 seconds,   10115.90 req/s,     103.10 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg.webp
lsws 5.4        finished in       8.93 seconds,   11196.50 req/s,     113.08 MB/s,          0 failures
nginx 1.16.0    finished in       9.00 seconds,   11105.40 req/s,     113.18 MB/s,          0 failures

wrk - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10816.30 req/s,     112.37 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   10886.00 req/s,     112.02 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10805.10 req/s,     112.18 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   10910.20 req/s,     112.27 MB/s,        N/A failures

h2load - amdepyc2.jpg
lsws 5.4        finished in      21.90 seconds,    4565.80 req/s,     113.55 MB/s,          0 failures
nginx 1.16.0    finished in      21.98 seconds,    4550.00 req/s,     113.53 MB/s,          0 failures

h2load-low - amdepyc2.jpg
lsws 5.4        finished in       6.10 seconds,     803.90 req/s,      19.97 MB/s,         95 failures
nginx 1.16.0    finished in       1.15 seconds,    4366.60 req/s,     108.96 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg
lsws 5.4        finished in      21.89 seconds,    4567.40 req/s,     113.52 MB/s,          0 failures
nginx 1.16.0    finished in      21.98 seconds,    4550.00 req/s,     113.53 MB/s,          0 failures

wrk - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4485.66 req/s,     112.72 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4485.14 req/s,     112.39 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4468.68 req/s,     112.31 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4494.42 req/s,     112.51 MB/s,        N/A failures

h2load - wordpress
lsws 5.4        finished in       3.46 seconds,   28888.50 req/s,     112.11 MB/s,          0 failures
nginx 1.16.0    finished in       8.87 seconds,   11289.10 req/s,      45.89 MB/s,          0 failures

h2load-low - wordpress
lsws 5.4        finished in       0.22 seconds,   22315.20 req/s,      86.72 MB/s,          0 failures
nginx 1.16.0    finished in       0.53 seconds,    9484.40 req/s,      38.56 MB/s,          0 failures

h2load-m80 - wordpress
lsws 5.4        finished in       8.42 seconds,   11800.50 req/s,      45.80 MB/s,        660 failures
nginx 1.16.0    finished in       9.01 seconds,   11101.30 req/s,      45.12 MB/s,          0 failures

wrk - wordpress
lsws 5.4        finished in       5.00 seconds,   26270.80 req/s,     110.49 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11635.10 req/s,      49.02 MB/s,        N/A failures

wrkcmm - wordpress
lsws 5.4        finished in       5.00 seconds,   26232.80 req/s,     110.33 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11769.20 req/s,      49.59 MB/s,        N/A failures

h2load - coachblog
lsws 5.4        finished in       5.59 seconds,   17874.00 req/s,     112.82 MB/s,          0 failures
nginx 1.16.0    finished in      16.43 seconds,    6086.10 req/s,      46.31 MB/s,          0 failures

h2load-low - coachblog
lsws 5.4        finished in       0.32 seconds,   15812.60 req/s,      99.87 MB/s,          0 failures
nginx 1.16.0    finished in       0.87 seconds,    5743.80 req/s,      43.71 MB/s,          0 failures

h2load-m80 - coachblog
lsws 5.4        finished in      10.49 seconds,    9518.90 req/s,      60.08 MB/s,        140 failures
nginx 1.16.0    finished in      15.34 seconds,    6518.90 req/s,      49.61 MB/s,          0 failures

wrk - coachblog
lsws 5.4        finished in       5.00 seconds,   17029.30 req/s,     111.95 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6679.20 req/s,      51.77 MB/s,        N/A failures

wrkcmm - coachblog
lsws 5.4        finished in       5.00 seconds,   17056.30 req/s,     112.12 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6781.53 req/s,      52.57 MB/s,        N/A failures

h2load - coachbloggzip
lsws 5.4        finished in       5.60 seconds,   17842.30 req/s,     112.62 MB/s,          0 failures
nginx 1.16.0    finished in       5.72 seconds,   17473.30 req/s,     112.51 MB/s,          0 failures

h2load-low - coachbloggzip
lsws 5.4        finished in       0.34 seconds,   14813.80 req/s,      93.56 MB/s,          0 failures
nginx 1.16.0    finished in       0.48 seconds,   10401.20 req/s,      66.99 MB/s,          0 failures

h2load-m80 - coachbloggzip
lsws 5.4        finished in      10.52 seconds,    9499.70 req/s,      59.96 MB/s,        108 failures
nginx 1.16.0    finished in       5.71 seconds,   17514.30 req/s,     112.78 MB/s,          0 failures

wrk - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17072.20 req/s,     112.23 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   17113.50 req/s,     112.22 MB/s,        N/A failures

wrkcmm - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17040.20 req/s,     112.02 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   17110.60 req/s,     112.20 MB/s,        N/A failures
***Total of 1552 seconds to finish process***
[OK] to archive /opt/Benchmark/081219-053218.tgz
#############  Benchmark Result  #################

h2load - 1kstatic.html
lsws 5.4        finished in     561.05 seconds,  178237.00 req/s,      21.12 MB/s,          0 failures
nginx 1.16.0    finished in       1.51 seconds,   66282.40 req/s,      14.73 MB/s,          0 failures

h2load-low - 1kstatic.html
lsws 5.4        finished in       0.09 seconds,   54183.50 req/s,       6.63 MB/s,          0 failures
nginx 1.16.0    finished in       0.14 seconds,   36728.50 req/s,       8.20 MB/s,          0 failures

h2load-m80 - 1kstatic.html
lsws 5.4        finished in       0.47 seconds,  212782.00 req/s,      25.21 MB/s,          0 failures
nginx 1.16.0    finished in       0.97 seconds,  102945.00 req/s,      22.88 MB/s,          0 failures

wrk - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   72926.70 req/s,      27.47 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   66187.70 req/s,      23.99 MB/s,        N/A failures

wrkcmm - 1kstatic.html
lsws 5.4        finished in       5.00 seconds,   59187.50 req/s,      22.36 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   65467.80 req/s,      23.73 MB/s,        N/A failures

h2load - 1kgzip-static.html
lsws 5.4        finished in     582.84 seconds,  172142.00 req/s,      20.40 MB/s,          0 failures
nginx 1.16.0    finished in       1.45 seconds,   68786.20 req/s,      16.54 MB/s,          0 failures

h2load-low - 1kgzip-static.html
lsws 5.4        finished in       0.09 seconds,   57672.70 req/s,       7.06 MB/s,          0 failures
nginx 1.16.0    finished in       0.13 seconds,   37885.30 req/s,       9.14 MB/s,          0 failures

h2load-m80 - 1kgzip-static.html
lsws 5.4        finished in       0.46 seconds,  216213.00 req/s,      25.62 MB/s,          0 failures
nginx 1.16.0    finished in       0.95 seconds,  105485.00 req/s,      25.36 MB/s,          0 failures

wrk - 1kgzip-static.html
lsws 5.4        finished in       5.01 seconds,   70408.10 req/s,      26.75 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   71504.30 req/s,      25.57 MB/s,        N/A failures

wrkcmm - 1kgzip-static.html
lsws 5.4        finished in       5.00 seconds,   73036.40 req/s,      28.26 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   69732.80 req/s,      24.94 MB/s,        N/A failures

h2load - 1knogzip.jpg
lsws 5.4        finished in     941.62 seconds,  106200.00 req/s,     106.68 MB/s,          0 failures
nginx 1.16.0    finished in       1.11 seconds,   90363.70 req/s,      99.20 MB/s,          0 failures

h2load-low - 1knogzip.jpg
lsws 5.4        finished in       0.11 seconds,   47179.60 req/s,      47.60 MB/s,          0 failures
nginx 1.16.0    finished in       0.11 seconds,   46317.30 req/s,      50.88 MB/s,          0 failures

h2load-m80 - 1knogzip.jpg
lsws 5.4        finished in       0.92 seconds,  108342.00 req/s,     108.83 MB/s,          0 failures
nginx 1.16.0    finished in       1.14 seconds,   87989.30 req/s,      96.59 MB/s,          0 failures

wrk - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   67091.10 req/s,      87.02 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   67092.30 req/s,      80.88 MB/s,        N/A failures

wrkcmm - 1knogzip.jpg
lsws 5.4        finished in       5.00 seconds,   68262.60 req/s,      89.12 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   71264.40 req/s,      85.91 MB/s,        N/A failures

h2load - amdepyc2.jpg.webp
lsws 5.4        finished in       8.94 seconds,   11191.40 req/s,     113.11 MB/s,          0 failures
nginx 1.16.0    finished in       9.01 seconds,   11097.20 req/s,     113.09 MB/s,          0 failures

h2load-low - amdepyc2.jpg.webp
lsws 5.4        finished in       0.52 seconds,    9653.30 req/s,      97.42 MB/s,          0 failures
nginx 1.16.0    finished in       0.49 seconds,   10150.80 req/s,     103.46 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg.webp
lsws 5.4        finished in      13.29 seconds,    7519.50 req/s,      75.98 MB/s,         52 failures
nginx 1.16.0    finished in       9.01 seconds,   11101.10 req/s,     113.13 MB/s,          0 failures

wrk - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10810.70 req/s,     112.25 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   10892.60 req/s,     112.09 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg.webp
lsws 5.4        finished in       5.00 seconds,   10808.60 req/s,     112.21 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   10891.30 req/s,     112.07 MB/s,        N/A failures

h2load - amdepyc2.jpg
lsws 5.4        finished in      21.89 seconds,    4567.30 req/s,     113.61 MB/s,          0 failures
nginx 1.16.0    finished in      21.99 seconds,    4547.60 req/s,     113.46 MB/s,          0 failures

h2load-low - amdepyc2.jpg
lsws 5.4        finished in       6.12 seconds,     811.20 req/s,      20.15 MB/s,         34 failures
nginx 1.16.0    finished in       1.14 seconds,    4372.60 req/s,     109.11 MB/s,          0 failures

h2load-m80 - amdepyc2.jpg
lsws 5.4        finished in      21.87 seconds,    4571.70 req/s,     113.62 MB/s,          0 failures
nginx 1.16.0    finished in      21.97 seconds,    4550.60 req/s,     113.54 MB/s,          0 failures

wrk - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4482.21 req/s,     112.62 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4492.90 req/s,     112.47 MB/s,        N/A failures

wrkcmm - amdepyc2.jpg
lsws 5.4        finished in       5.00 seconds,    4479.86 req/s,     112.59 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    4485.93 req/s,     112.41 MB/s,        N/A failures

h2load - wordpress
lsws 5.4        finished in       3.48 seconds,   28746.10 req/s,     111.56 MB/s,          0 failures
nginx 1.16.0    finished in       9.10 seconds,   10993.40 req/s,      44.69 MB/s,          0 failures

h2load-low - wordpress
lsws 5.4        finished in       0.22 seconds,   22336.80 req/s,      86.80 MB/s,          0 failures
nginx 1.16.0    finished in       0.54 seconds,    9335.40 req/s,      37.95 MB/s,          0 failures

h2load-m80 - wordpress
lsws 5.4        finished in       8.42 seconds,   11851.30 req/s,      45.99 MB/s,        205 failures
nginx 1.16.0    finished in       8.88 seconds,   11267.30 req/s,      45.80 MB/s,          0 failures

wrk - wordpress
lsws 5.4        finished in       5.00 seconds,   26183.10 req/s,     110.12 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11291.50 req/s,      47.57 MB/s,        N/A failures

wrkcmm - wordpress
lsws 5.4        finished in       5.00 seconds,   26210.40 req/s,     110.23 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   11512.50 req/s,      48.51 MB/s,        N/A failures

h2load - coachblog
lsws 5.4        finished in       5.61 seconds,   17829.60 req/s,     112.54 MB/s,          0 failures
nginx 1.16.0    finished in      16.74 seconds,    5973.00 req/s,      45.45 MB/s,          0 failures

h2load-low - coachblog
lsws 5.4        finished in       0.46 seconds,   10799.10 req/s,      68.21 MB/s,          0 failures
nginx 1.16.0    finished in       0.88 seconds,    5654.40 req/s,      43.03 MB/s,          0 failures

h2load-m80 - coachblog
lsws 5.4        finished in      10.57 seconds,    9430.30 req/s,      59.52 MB/s,        297 failures
nginx 1.16.0    finished in      16.47 seconds,    6072.30 req/s,      46.21 MB/s,          0 failures

wrk - coachblog
lsws 5.4        finished in       5.00 seconds,   17007.70 req/s,     111.80 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6699.25 req/s,      51.93 MB/s,        N/A failures

wrkcmm - coachblog
lsws 5.4        finished in       5.00 seconds,   17051.10 req/s,     112.09 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,    6662.08 req/s,      51.64 MB/s,        N/A failures

h2load - coachbloggzip
lsws 5.4        finished in       5.61 seconds,   17839.30 req/s,     112.60 MB/s,          0 failures
nginx 1.16.0    finished in       5.72 seconds,   17469.80 req/s,     112.49 MB/s,          0 failures

h2load-low - coachbloggzip
lsws 5.4        finished in       0.46 seconds,   10781.00 req/s,      68.09 MB/s,          0 failures
nginx 1.16.0    finished in       0.33 seconds,   14978.70 req/s,      96.47 MB/s,          0 failures

h2load-m80 - coachbloggzip
lsws 5.4        finished in      10.55 seconds,    9455.10 req/s,      59.68 MB/s,        217 failures
nginx 1.16.0    finished in       5.71 seconds,   17518.30 req/s,     112.81 MB/s,          0 failures

wrk - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17019.50 req/s,     111.88 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   17036.90 req/s,     111.72 MB/s,        N/A failures

wrkcmm - coachbloggzip
lsws 5.4        finished in       5.00 seconds,   17044.60 req/s,     112.05 MB/s,        N/A failures
nginx 1.16.0    finished in       5.00 seconds,   17040.40 req/s,     111.74 MB/s,        N/A failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment