Skip to content

Instantly share code, notes, and snippets.

@qpfiffer
Created March 1, 2015 22:37
Show Gist options
  • Select an option

  • Save qpfiffer/95cd87532b140f9a0e15 to your computer and use it in GitHub Desktop.

Select an option

Save qpfiffer/95cd87532b140f9a0e15 to your computer and use it in GitHub Desktop.
# With deferred unlock on unjar:
./wrk -t2 -c400 -d10s http://localhost:38080/x/x
Running 10s test @ http://localhost:38080/x/x
2 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.75s 1.15s 4.63s 80.96%
Req/Sec 47.23 23.61 95.00 69.23%
898 requests in 10.02s, 105.23KB read
Socket errors: connect 0, read 0, write 0, timeout 669
Requests/sec: 89.63
Transfer/sec: 10.50KB
# Removed deferred unlock on unjar:
./wrk -t2 -c400 -d10s http://localhost:38080/x/x
Running 10s test @ http://localhost:38080/x/x
2 threads and 400 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 3.28s 1.33s 4.63s 63.00%
Req/Sec 51.55 15.58 88.00 75.00%
1092 requests in 10.02s, 127.97KB read
Socket errors: connect 0, read 0, write 0, timeout 729
Requests/sec: 109.01
Transfer/sec: 12.77KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment