Skip to content

Instantly share code, notes, and snippets.

@coen-hyde
Created January 31, 2013 08:32
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 coen-hyde/4681319 to your computer and use it in GitHub Desktop.
Save coen-hyde/4681319 to your computer and use it in GitHub Desktop.
staging.popbasic.com lb test
# staging.popbasic.com mapped to 165.225.130.235
$ ab -c 1000 -n 2000 http://staging.popbasic.com/api/collections/2013-january
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 staging.popbasic.com (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
Completed 1000 requests
Completed 1200 requests
Completed 1400 requests
Completed 1600 requests
Completed 1800 requests
Completed 2000 requests
Finished 2000 requests
Server Software:
Server Hostname: staging.popbasic.com
Server Port: 80
Document Path: /api/collections/2013-january
Document Length: 12193 bytes
Concurrency Level: 1000
Time taken for tests: 23.352 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 25536000 bytes
HTML transferred: 24386000 bytes
Requests per second: 85.65 [#/sec] (mean)
Time per request: 11676.060 [ms] (mean)
Time per request: 11.676 [ms] (mean, across all concurrent requests)
Transfer rate: 1067.89 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 46 46.1 73 108
Processing: 186 8480 3855.0 10509 13345
Waiting: 185 8479 3855.1 10509 13344
Total: 293 8526 3818.6 10529 13345
Percentage of the requests served within a certain time (ms)
50% 10529
66% 11230
75% 11540
80% 11733
90% 12220
95% 12537
98% 12843
99% 12974
100% 13345 (longest request)
# staging.popbasic.com using all nodejitsu lb
$ ab -c 1000 -n 2000 http://staging.popbasic.com/api/collections/2013-january
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 staging.popbasic.com (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
Completed 1000 requests
Completed 1200 requests
Completed 1400 requests
Completed 1600 requests
Completed 1800 requests
Completed 2000 requests
Finished 2000 requests
Server Software: cloudflare-nginx
Server Hostname: staging.popbasic.com
Server Port: 80
Document Path: /api/collections/2013-january
Document Length: 217 bytes
Concurrency Level: 1000
Time taken for tests: 5.712 seconds
Complete requests: 2000
Failed requests: 546
(Connect: 0, Receive: 0, Length: 546, Exceptions: 0)
Write errors: 0
Non-2xx responses: 1454
Total transferred: 7846412 bytes
HTML transferred: 6972896 bytes
Requests per second: 350.14 [#/sec] (mean)
Time per request: 2856.014 [ms] (mean)
Time per request: 2.856 [ms] (mean, across all concurrent requests)
Transfer rate: 1341.47 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 6 70 16.1 72 95
Processing: 25 820 1457.5 105 5604
Waiting: 19 805 1463.7 88 5604
Total: 33 890 1458.2 180 5669
Percentage of the requests served within a certain time (ms)
50% 180
66% 230
75% 705
80% 1401
90% 3419
95% 4780
98% 5474
99% 5568
100% 5669 (longest request)
# staging.popbasic.com using all nodejitsu lb
$ ab -c 1000 -n 5000 http://staging.popbasic.com/api/collections/2013-january
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 staging.popbasic.com (be patient)
Completed 500 requests
Completed 1000 requests
Completed 1500 requests
Completed 2000 requests
Completed 2500 requests
Completed 3000 requests
Completed 3500 requests
Completed 4000 requests
Completed 4500 requests
Completed 5000 requests
Finished 5000 requests
Server Software: cloudflare-nginx
Server Hostname: staging.popbasic.com
Server Port: 80
Document Path: /api/collections/2013-january
Document Length: 12193 bytes
Concurrency Level: 1000
Time taken for tests: 7.217 seconds
Complete requests: 5000
Failed requests: 4351
(Connect: 0, Receive: 0, Length: 4351, Exceptions: 0)
Write errors: 0
Non-2xx responses: 4351
Total transferred: 10721878 bytes
HTML transferred: 8857424 bytes
Requests per second: 692.83 [#/sec] (mean)
Time per request: 1443.363 [ms] (mean)
Time per request: 1.443 [ms] (mean, across all concurrent requests)
Transfer rate: 1450.86 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 9 80 18.8 78 143
Processing: 7 510 1275.6 98 7019
Waiting: 4 486 1281.7 76 7018
Total: 73 589 1281.2 179 7130
Percentage of the requests served within a certain time (ms)
50% 179
66% 194
75% 207
80% 223
90% 1698
95% 3604
98% 5760
99% 6569
100% 7130 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment