Skip to content

Instantly share code, notes, and snippets.

@ry
Created June 6, 2012 22:30
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 ry/8013f2fcd3d7f7a4c229 to your computer and use it in GitHub Desktop.
Save ry/8013f2fcd3d7f7a4c229 to your computer and use it in GitHub Desktop.
testing http_simple.js on linux/x64
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 6688.19 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 6577.14 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 6575.33 [#/sec] (mean)
-------------
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 6051.82 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 6172.90 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 6227.41 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 8400.92 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 8195.44 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
Requests per second: 8135.33 [#/sec] (mean)
-------------
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 7474.21 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 7507.96 [#/sec] (mean)
% ab -t 30 -c 100 http://localhost:8000/bytes/1024 | grep Req
Requests per second: 7363.47 [#/sec] (mean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment