Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created February 27, 2014 08:17
Show Gist options
  • Select an option

  • Save normanmaurer/9246320 to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/9246320 to your computer and use it in GitHub Desktop.
# mpscqueue
[nmaurer@mouth]~% wrk/wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 256 -t 16 --pipeline 256 http://192.168.123.24:8080/plaintext
Running 2m test @ http://192.168.123.24:8080/plaintext
16 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 23.14ms 18.78ms 388.48ms 90.68%
Req/Sec 188.70k 43.46k 332.65k 70.59%
359277675 requests in 2.00m, 48.52GB read
Requests/sec: 2994005.87
Transfer/sec: 414.02MB
# clq
[nmaurer@mouth]~% wrk/wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 256 -t 16 --pipeline 256 http://192.168.123.24:8080/plaintext
Running 2m test @ http://192.168.123.24:8080/plaintext
16 threads and 256 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 24.06ms 20.59ms 554.38ms 91.60%
Req/Sec 183.77k 42.07k 323.12k 70.72%
349954878 requests in 2.00m, 47.26GB read
Requests/sec: 2916642.98
Transfer/sec: 403.32MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment