Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created October 3, 2011 02:43
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 joshkehn/1258324 to your computer and use it in GitHub Desktop.
Save joshkehn/1258324 to your computer and use it in GitHub Desktop.
fibserver.js ab results
Joshs-MacBook-Pro:~ josh$ ab -n 10 -c 5 http://127.0.0.1:1337/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 1337
Document Path: /
Document Length: 9 bytes
Concurrency Level: 5
Time taken for tests: 39.031 seconds
Complete requests: 10
Failed requests: 0
Write errors: 0
Total transferred: 730 bytes
HTML transferred: 90 bytes
Requests per second: 0.26 [#/sec] (mean)
Time per request: 19515.420 [ms] (mean)
Time per request: 3903.084 [ms] (mean, across all concurrent requests)
Transfer rate: 0.02 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 3883 15613 10067.2 15555 35147
Waiting: 3883 15613 10067.2 15555 35147
Total: 3883 15613 10067.3 15556 35147
Percentage of the requests served within a certain time (ms)
50% 15556
66% 19434
75% 19554
80% 27310
90% 35147
95% 35147
98% 35147
99% 35147
100% 35147 (longest request)
@hoffmanc
Copy link

hoffmanc commented May 6, 2012

nice port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment