Skip to content

Instantly share code, notes, and snippets.

@igorzi
Created October 11, 2011 01:22
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 igorzi/1277039 to your computer and use it in GitHub Desktop.
Save igorzi/1277039 to your computer and use it in GitHub Desktop.
http_simple, with 400 concurrent clients:
-----------------------------------------------------------------------
| #processes | 32 pending accepts | 1 pending accept | auto |
-----------------------------------------------------------------------
| 4 | 16500 r/s | 13527 r/s | |
| 6 | 19624 r/s | 15975 r/s | 19723 r/s |
| 8 | 21677 r/s | 17524 r/s | |
-----------------------------------------------------------------------
http_simple, with 32 concurrent clients:
-----------------------------------------------------------------------
| #processes | 32 pending accepts | 1 pending accept | auto |
-----------------------------------------------------------------------
| 4 | 11140 r/s | 13432 r/s | |
| 6 | 10190 r/s | 15773 r/s | 13127 r/s |
| 8 | 9603 r/s | 18024 r/s | |
-----------------------------------------------------------------------
cpu-bound (for(i=0;i<50000;i++){}), with 400 concurrent clients:
---------------------------------------------------------
| #processes | 32 pending accepts | 1 pending accept |
---------------------------------------------------------
| 4 | 11388 r/s | 11616 r/s |
| 6 | 13584 r/s | 14106 r/s |
| 8 | 15455 r/s | 16515 r/s |
---------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment