Skip to content

Instantly share code, notes, and snippets.

@danhealy
Created November 23, 2011 20:14
Show Gist options
  • Save danhealy/1389767 to your computer and use it in GitHub Desktop.
Save danhealy/1389767 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p290@sandbox @/sandbox [11:58:10] :) $ ab -n 100 -c 1 http://goliath-demo.herokuapp.com/
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 goliath-demo.herokuapp.com (be patient).....done
Server Software: PostRank
Server Hostname: goliath-demo.herokuapp.com
Server Port: 80
Document Path: /
Document Length: 1523 bytes
Concurrency Level: 1
Time taken for tests: 22.842 seconds
Complete requests: 100
Failed requests: 81
(Connect: 0, Receive: 0, Length: 81, Exceptions: 0)
Write errors: 0
Total transferred: 170431 bytes
HTML transferred: 152431 bytes
Requests per second: 4.38 [#/sec] (mean)
Time per request: 228.420 [ms] (mean)
Time per request: 228.420 [ms] (mean, across all concurrent requests)
Transfer rate: 7.29 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 186 217 13.0 220 249
Processing: 1 11 6.2 13 27
Waiting: 0 10 6.3 12 27
Total: 197 228 13.7 228 262
Percentage of the requests served within a certain time (ms)
50% 228
66% 234
75% 236
80% 238
90% 246
95% 253
98% 261
99% 262
100% 262 (longest request)
ruby-1.9.2-p290@sandbox @/sandbox [12:09:04] :) $ ab -n 100 -c 2 http://goliath-demo.herokuapp.com/
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 goliath-demo.herokuapp.com (be patient)...Send request timed out!
..done
Server Software: PostRank
Server Hostname: goliath-demo.herokuapp.com
Server Port: 80
Document Path: /
Document Length: 1526 bytes
Concurrency Level: 2
Time taken for tests: 84.686 seconds
Complete requests: 100
Failed requests: 72
(Connect: 0, Receive: 0, Length: 72, Exceptions: 0)
Write errors: 0
Total transferred: 168773 bytes
HTML transferred: 150953 bytes
Requests per second: 1.18 [#/sec] (mean)
Time per request: 1693.718 [ms] (mean)
Time per request: 846.859 [ms] (mean, across all concurrent requests)
Transfer rate: 1.95 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 110 1085 2034.6 219 9099
Processing: 0 608 4229.1 6 30126
Waiting: 0 307 3012.1 5 30126
Total: 197 1693 4573.5 228 30237
Percentage of the requests served within a certain time (ms)
50% 228
66% 242
75% 1381
80% 1427
90% 5407
95% 7635
98% 30237
99% 30237
100% 30237 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment