Skip to content

Instantly share code, notes, and snippets.

@stochastic-thread
Created June 19, 2015 18:33
Show Gist options
  • Save stochastic-thread/578348e7882067d47544 to your computer and use it in GitHub Desktop.
Save stochastic-thread/578348e7882067d47544 to your computer and use it in GitHub Desktop.
➜ trophus.ex git:(master) ✗ wrk -t30 -c1000 -d300s "https://extrophus.herokuapp.com/"
unable to create thread 17: Too many open files
➜ trophus.ex git:(master) ✗ wrk -t30 -c1000 -d300s "https://extrophus.herokuapp.com/"
Running 5m test @ https://extrophus.herokuapp.com/
30 threads and 1000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.31s 1.02s 8.59s 90.30%
Req/Sec 8.81 7.38 35.00 72.16%
59293 requests in 5.00m, 267.95MB read
Socket errors: connect 769, read 0, write 0, timeout 116768
Requests/sec: 197.48
Transfer/sec: 0.89MB
➜ trophus.ex git:(master) ✗ wrk -t30 -c1000 -d300s "https://trophus.herokuapp.com/"
Running 5m test @ https://trophus.herokuapp.com/
30 threads and 1000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.95s 5.53s 27.05s 79.04%
Req/Sec 2.72 3.54 19.00 86.83%
21616 requests in 5.00m, 286.67MB read
Socket errors: connect 768, read 0, write 0, timeout 127735
Requests/sec: 71.99
Transfer/sec: 0.95MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment