Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created November 27, 2008 15:15
Show Gist options
  • Select an option

  • Save Oshuma/29767 to your computer and use it in GitHub Desktop.

Select an option

Save Oshuma/29767 to your computer and use it in GitHub Desktop.
Simple merb app in production mode; 5000 requests, 5 concurrent.
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)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 4000
Document Path: /details/new
Document Length: 2437 bytes
Concurrency Level: 5
Time taken for tests: 15.963 seconds
Complete requests: 5000
Failed requests: 0
Write errors: 0
Total transferred: 12877716 bytes
HTML transferred: 12192168 bytes
Requests per second: 313.23 [#/sec] (mean)
Time per request: 15.963 [ms] (mean)
Time per request: 3.193 [ms] (mean, across all concurrent requests)
Transfer rate: 787.84 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 4
Processing: 4 16 13.3 12 82
Waiting: 2 8 10.0 6 79
Total: 4 16 13.3 12 82
Percentage of the requests served within a certain time (ms)
50% 12
66% 12
75% 13
80% 13
90% 16
95% 61
98% 63
99% 65
100% 82 (longest request)
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)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 4000
Document Path: /
Document Length: 1236 bytes
Concurrency Level: 5
Time taken for tests: 11.439 seconds
Complete requests: 5000
Failed requests: 0
Write errors: 0
Total transferred: 6865000 bytes
HTML transferred: 6180000 bytes
Requests per second: 437.10 [#/sec] (mean)
Time per request: 11.439 [ms] (mean)
Time per request: 2.288 [ms] (mean, across all concurrent requests)
Transfer rate: 586.08 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 2
Processing: 2 11 10.6 9 76
Waiting: 2 6 7.8 5 70
Total: 2 11 10.6 9 76
Percentage of the requests served within a certain time (ms)
50% 9
66% 9
75% 9
80% 9
90% 10
95% 54
98% 56
99% 56
100% 76 (longest request)
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)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 4000
Document Path: /details/new
Document Length: 2402 bytes
Concurrency Level: 5
Time taken for tests: 20.039 seconds
Complete requests: 5000
Failed requests: 0
Write errors: 0
Total transferred: 12695000 bytes
HTML transferred: 12010000 bytes
Requests per second: 249.52 [#/sec] (mean)
Time per request: 20.039 [ms] (mean)
Time per request: 4.008 [ms] (mean, across all concurrent requests)
Transfer rate: 618.67 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 4
Processing: 4 20 14.6 15 74
Waiting: 3 10 11.0 8 71
Total: 4 20 14.6 15 74
Percentage of the requests served within a certain time (ms)
50% 15
66% 16
75% 16
80% 17
90% 24
95% 65
98% 66
99% 67
100% 74 (longest request)
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)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 4000
Document Path: /
Document Length: 1261 bytes
Concurrency Level: 5
Time taken for tests: 12.430 seconds
Complete requests: 5000
Failed requests: 0
Write errors: 0
Total transferred: 6990000 bytes
HTML transferred: 6305000 bytes
Requests per second: 402.24 [#/sec] (mean)
Time per request: 12.430 [ms] (mean)
Time per request: 2.486 [ms] (mean, across all concurrent requests)
Transfer rate: 549.15 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 3 12 11.0 10 62
Waiting: 0 6 8.0 5 56
Total: 3 12 11.0 10 62
Percentage of the requests served within a certain time (ms)
50% 10
66% 10
75% 10
80% 10
90% 11
95% 56
98% 58
99% 59
100% 62 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment