Skip to content

Instantly share code, notes, and snippets.

@matsumotory
Created December 23, 2014 14:12
Show Gist options
  • Save matsumotory/40065bc456f0b738bcab to your computer and use it in GitHub Desktop.
Save matsumotory/40065bc456f0b738bcab to your computer and use it in GitHub Desktop.
tiny-nghttpd: port 8082
trusterd : port 8081
[matsumotory@ubuntu14-04-64:/usr/local/trusterd/htdocs]$ h2load -c 500 -m 100 -n 2000000 http://127.0.0.1:8082/index.html
starting benchmark...
spawning thread #0: 500 concurrent clients, 2000000 total requests
progress: 10% done
progress: 20% done
progress: 30% done
progress: 40% done
progress: 50% done
progress: 60% done
progress: 70% done
progress: 80% done
progress: 90% done
progress: 100% done
finished in 11 sec, 184 millisec and 964 microsec, 178811 req/s, 8570 kbytes/s
requests: 2000000 total, 2000000 started, 2000000 done, 2000000 succeeded, 0 failed, 0 errored
status codes: 2000000 2xx, 0 3xx, 0 4xx, 0 5xx
traffic: 98162000 bytes total, 18150000 bytes headers, 44000000 bytes data
[matsumotory@ubuntu14-04-64:/usr/local/trusterd/htdocs]$ h2load -c 500 -m 100 -n 2000000 http://127.0.0.1:8081/index.html
starting benchmark...
spawning thread #0: 500 concurrent clients, 2000000 total requests
progress: 10% done
progress: 20% done
progress: 30% done
progress: 40% done
progress: 50% done
progress: 60% done
progress: 70% done
progress: 80% done
progress: 90% done
progress: 100% done
finished in 11 sec, 166 millisec and 830 microsec, 179101 req/s, 8584 kbytes/s
requests: 2000000 total, 2000000 started, 2000000 done, 2000000 succeeded, 0 failed, 0 errored
status codes: 2000000 2xx, 0 3xx, 0 4xx, 0 5xx
traffic: 98163360 bytes total, 18151360 bytes headers, 44000000 bytes data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment