Skip to content

Instantly share code, notes, and snippets.

@Neurogami
Created October 4, 2011 00:40
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 Neurogami/1260642 to your computer and use it in GitHub Desktop.
Save Neurogami/1260642 to your computer and use it in GitHub Desktop.
apache benchmark ruby-doc.org/
ab -n500 -c10 http://www.ruby-doc.org/
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 www.ruby-doc.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Finished 500 requests
Server Software: Apache/2.2.12
Server Hostname: www.ruby-doc.org
Server Port: 80
Document Path: /
Document Length: 9291 bytes
Concurrency Level: 10
Time taken for tests: 8.747 seconds
Complete requests: 500
Failed requests: 0
Write errors: 0
Total transferred: 4785500 bytes
HTML transferred: 4645500 bytes
Requests per second: 57.16 [#/sec] (mean)
Time per request: 174.940 [ms] (mean)
Time per request: 17.494 [ms] (mean, across all concurrent requests)
Transfer rate: 534.28 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 48 55 4.8 54 80
Processing: 98 118 20.1 111 201
Waiting: 47 63 19.3 55 151
Total: 149 173 20.8 165 251
Percentage of the requests served within a certain time (ms)
50% 165
66% 172
75% 178
80% 181
90% 208
95% 221
98% 233
99% 240
100% 251 (longest request)
-------------------------------------------------------
ab -n500 -c10 http://ruby-doc.org/core/Array.html
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 ruby-doc.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Finished 500 requests
Server Software: Apache/2.2.12
Server Hostname: ruby-doc.org
Server Port: 80
Document Path: /core/Array.html
Document Length: 226566 bytes
Concurrency Level: 10
Time taken for tests: 63.828 seconds
Complete requests: 500
Failed requests: 0
Write errors: 0
Total transferred: 113424500 bytes
HTML transferred: 113283000 bytes
Requests per second: 7.83 [#/sec] (mean)
Time per request: 1276.551 [ms] (mean)
Time per request: 127.655 [ms] (mean, across all concurrent requests)
Transfer rate: 1735.40 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 48 57 7.9 55 118
Processing: 704 1213 173.5 1197 2676
Waiting: 48 85 119.0 63 1570
Total: 774 1270 174.0 1254 2739
Percentage of the requests served within a certain time (ms)
50% 1254
66% 1294
75% 1328
80% 1360
90% 1422
95% 1508
98% 1679
99% 2131
100% 2739 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment