Skip to content

Instantly share code, notes, and snippets.

@brutus
Created July 24, 2012 13:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brutus/3169926 to your computer and use it in GitHub Desktop.
Save brutus/3169926 to your computer and use it in GitHub Desktop.
``ab -r -n 200 -c 200 http://localhost:8080/``
* pure sockets (max 5 connections, sleeptime=0.25ms)
Time taken for tests: 16.932 seconds
Requests per second: 11.81 [#/sec] (mean)
Failed requests: 507
* pure sockets (max 500 connections, sleeptime=0.25ms)
Time taken for tests: 50.088 seconds
Requests per second: 3.99 [#/sec] (mean)
Failed requests: 0
* threads (max 500 connections, sleeptime=0.25ms)
Time taken for tests: 0.547 seconds
Requests per second: 365.43 [#/sec] (mean)
Failed requests: 0
* greenlets (max 500 connections, sleeptime=0.25ms)
Time taken for tests: 0.276 seconds
Requests per second: 725.89 [#/sec] (mean)
Failed requests: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment