Skip to content

Instantly share code, notes, and snippets.

@fjorgemota
Created November 11, 2011 15:00
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 fjorgemota/1358191 to your computer and use it in GitHub Desktop.
Save fjorgemota/1358191 to your computer and use it in GitHub Desktop.
Apache Bench 2M requests (Benchmarking of my server)
My Server:
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)
Completed 100000 requests
Completed 200000 requests
Completed 300000 requests
Completed 400000 requests
Completed 500000 requests
Completed 600000 requests
Completed 700000 requests
Completed 800000 requests
Completed 900000 requests
Completed 1000000 requests
Finished 1000000 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 80
Document Path: /
Document Length: 12 bytes
Concurrency Level: 10000
Time taken for tests: 366.405 seconds
Complete requests: 1000000
Failed requests: 0
Write errors: 0
Total transferred: 52000000 bytes
HTML transferred: 12000000 bytes
Requests per second: 2729.22 [#/sec] (mean)
Time per request: 3664.050 [ms] (mean)
Time per request: 0.366 [ms] (mean, across all concurrent requests)
Transfer rate: 138.59 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 1.7 0 502
Processing: 1764 3625 296.1 3592 8220
Waiting: 403 1827 851.3 1810 7654
Total: 1764 3625 296.2 3592 8221
Percentage of the requests served within a certain time (ms)
50% 3592
66% 3635
75% 3658
80% 3678
90% 3746
95% 3800
98% 3883
99% 3947
100% 8221 (longest request)
Node.JS:
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)
Completed 10000 requests
Completed 20000 requests
Completed 30000 requests
Completed 40000 requests
Completed 50000 requests
Completed 60000 requests
Completed 70000 requests
Completed 80000 requests
Completed 90000 requests
Completed 100000 requests
Finished 100000 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 80
Document Path: /
Document Length: 11 bytes
Concurrency Level: 10000
Time taken for tests: 42.538 seconds
Complete requests: 100000
Failed requests: 0
Write errors: 0
Total transferred: 7400000 bytes
HTML transferred: 1100000 bytes
Requests per second: 2350.82 [#/sec] (mean)
Time per request: 4253.843 [ms] (mean)
Time per request: 0.425 [ms] (mean, across all concurrent requests)
Transfer rate: 169.88 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 6.3 0 505
Processing: 1672 3724 1161.8 3508 10180
Waiting: 408 2049 1451.0 1835 9689
Total: 1672 3725 1162.0 3508 10180
Percentage of the requests served within a certain time (ms)
50% 3508
66% 3523
75% 3531
80% 3539
90% 3566
95% 6358
98% 8491
99% 9331
100% 10180 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment