Skip to content

Instantly share code, notes, and snippets.

@blt
Created June 1, 2014 20:19
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 blt/dd07068b7261ad43fd0d to your computer and use it in GitHub Desktop.
Save blt/dd07068b7261ad43fd0d to your computer and use it in GitHub Desktop.
(pencil) ~
blt> wrk -t8 -c100 -d30s http://localhost:1234/
Running 30s test @ http://localhost:1234/
  8 threads and 100 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    19.71ms   16.46ms 185.53ms   68.15%
    Req/Sec   699.43    217.36     2.10k    72.45%
  166305 requests in 30.00s, 27.96MB read
  Non-2xx or 3xx responses: 1
Requests/sec:   5543.19
Transfer/sec:      0.93MB

(pencil) ~
blt> wrk -t8 -c100 -d30s http://localhost:1234/
Running 30s test @ http://localhost:1234/
  8 threads and 100 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     3.40ms    2.31ms  47.05ms   98.81%
    Req/Sec     3.81k   479.68     5.89k    75.71%
  866912 requests in 30.00s, 145.74MB read
Requests/sec:  28897.86
Transfer/sec:      4.86MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment