Skip to content

Instantly share code, notes, and snippets.

@ralt
Created May 20, 2017 23:03
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 ralt/40f157d0fc684ce6490bac412870eb62 to your computer and use it in GitHub Desktop.
Save ralt/40f157d0fc684ce6490bac412870eb62 to your computer and use it in GitHub Desktop.
# Laap
[ralt@zap wrk]$ curl localhost:9092
Pong
[ralt@zap wrk]$ ./wrk -H "Connection: close" -t12 -c400 -d10s http://localhost:9092
Running 10s test @ http://localhost:9092
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 11.48ms 75.29ms 1.67s 98.27%
Req/Sec 2.97k 1.62k 7.21k 61.38%
351099 requests in 10.09s, 15.07MB read
Socket errors: connect 0, read 0, write 0, timeout 23
Requests/sec: 34803.40
Transfer/sec: 1.49MB
# cl-async
[ralt@zap wrk]$ curl localhost:9009
Pong
[ralt@zap wrk]$ ./wrk -H "Connection: close" -t12 -c400 -d10s http://localhost:9009
Running 10s test @ http://localhost:9009
12 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 25.57ms 22.98ms 246.36ms 78.40%
Req/Sec 671.24 805.33 6.97k 96.69%
72602 requests in 10.11s, 3.12MB read
Requests/sec: 7182.48
Transfer/sec: 315.64KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment