Skip to content

Instantly share code, notes, and snippets.

@dnagir
Created December 8, 2011 01:31
Show Gist options
  • Save dnagir/1445682 to your computer and use it in GitHub Desktop.
Save dnagir/1445682 to your computer and use it in GitHub Desktop.
JRyby, MRI 1.9.3 and Rails 3.1 Benchmarks
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.670 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2956 bytes
HTML transferred: 2348 bytes
Requests per second: 1.49 [#/sec] (mean)
Time per request: 670.401 [ms] (mean)
Time per request: 670.401 [ms] (mean, across all concurrent requests)
Transfer rate: 4.31 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 670 670 0.0 670 670
Waiting: 670 670 0.0 670 670
Total: 670 670 0.0 670 670
WARMUP
Concurrency Level: 2
Time taken for tests: 6.812 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 147800 bytes
HTML transferred: 117400 bytes
Requests per second: 7.34 [#/sec] (mean)
Time per request: 272.475 [ms] (mean)
Time per request: 136.238 [ms] (mean, across all concurrent requests)
Transfer rate: 21.19 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 25 214 966.2 37 6812
Waiting: 25 214 966.2 37 6812
Total: 25 214 966.2 38 6812
Percentage of the requests served within a certain time (ms)
50% 38
66% 47
75% 64
80% 89
90% 168
95% 233
98% 6812
99% 6812
100% 6812 (longest request)
WARMUP FURTHER
Concurrency Level: 5
Time taken for tests: 13.753 seconds
Complete requests: 100
Failed requests: 1
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0)
Write errors: 0
Non-2xx responses: 1
Total transferred: 293585 bytes
HTML transferred: 233180 bytes
Requests per second: 7.27 [#/sec] (mean)
Time per request: 687.627 [ms] (mean)
Time per request: 137.525 [ms] (mean, across all concurrent requests)
Transfer rate: 20.85 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 21 441 2282.6 35 13752
Waiting: 20 441 2282.6 35 13752
Total: 21 442 2282.6 35 13752
Percentage of the requests served within a certain time (ms)
50% 35
66% 38
75% 45
80% 53
90% 99
95% 159
98% 13653
99% 13752
100% 13752 (longest request)
Run
Concurrency Level: 10
Time taken for tests: 1.402 seconds
Complete requests: 200
Failed requests: 34
(Connect: 0, Receive: 0, Length: 34, Exceptions: 0)
Write errors: 0
Non-2xx responses: 166
Total transferred: 256710 bytes
HTML transferred: 200680 bytes
Requests per second: 142.67 [#/sec] (mean)
Time per request: 70.094 [ms] (mean)
Time per request: 7.009 [ms] (mean, across all concurrent requests)
Transfer rate: 178.83 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 2
Processing: 5 30 104.7 12 1072
Waiting: 5 30 104.7 12 1072
Total: 5 30 104.7 13 1073
Percentage of the requests served within a certain time (ms)
50% 13
66% 17
75% 25
80% 32
90% 49
95% 62
98% 95
99% 1029
100% 1073 (longest request)
# OutOfMemory error appears: https://gist.github.com/e410e70d0c76aee93009
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.247 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2956 bytes
HTML transferred: 2348 bytes
Requests per second: 4.06 [#/sec] (mean)
Time per request: 246.536 [ms] (mean)
Time per request: 246.536 [ms] (mean, across all concurrent requests)
Transfer rate: 11.71 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 246 246 0.0 246 246
Waiting: 246 246 0.0 246 246
Total: 247 247 0.0 247 247
WARMUP
Concurrency Level: 2
Time taken for tests: 7.458 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 147800 bytes
HTML transferred: 117400 bytes
Requests per second: 6.70 [#/sec] (mean)
Time per request: 298.330 [ms] (mean)
Time per request: 149.165 [ms] (mean, across all concurrent requests)
Transfer rate: 19.35 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 23 226 1057.0 35 7458
Waiting: 23 225 1057.0 35 7458
Total: 24 226 1057.0 35 7458
Percentage of the requests served within a certain time (ms)
50% 35
66% 41
75% 66
80% 93
90% 167
95% 220
98% 7458
99% 7458
100% 7458 (longest request)
WARMUP FURTHER
Concurrency Level: 5
Time taken for tests: 14.785 seconds
Complete requests: 100
Failed requests: 1
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0)
Write errors: 0
Non-2xx responses: 1
Total transferred: 293585 bytes
HTML transferred: 233180 bytes
Requests per second: 6.76 [#/sec] (mean)
Time per request: 739.269 [ms] (mean)
Time per request: 147.854 [ms] (mean, across all concurrent requests)
Transfer rate: 19.39 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 18 476 2472.9 37 14785
Waiting: 18 476 2473.0 36 14785
Total: 18 476 2472.9 37 14785
Percentage of the requests served within a certain time (ms)
50% 37
66% 41
75% 48
80% 53
90% 89
95% 134
98% 14779
99% 14785
100% 14785 (longest request)
RUN
Concurrency Level: 10
Time taken for tests: 1.127 seconds
Complete requests: 200
Failed requests: 26
(Connect: 0, Receive: 0, Length: 26, Exceptions: 0)
Write errors: 0
Non-2xx responses: 174
Total transferred: 240590 bytes
HTML transferred: 187720 bytes
Requests per second: 177.45 [#/sec] (mean)
Time per request: 56.354 [ms] (mean)
Time per request: 5.635 [ms] (mean, across all concurrent requests)
Transfer rate: 208.46 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 6 27 104.9 9 1065
Waiting: 6 26 104.9 9 1065
Total: 6 27 104.9 9 1065
Percentage of the requests served within a certain time (ms)
50% 9
66% 12
75% 15
80% 19
90% 42
95% 53
98% 100
99% 1043
100% 1065 (longest request)
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.271 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2978 bytes
HTML transferred: 2348 bytes
Requests per second: 3.69 [#/sec] (mean)
Time per request: 270.698 [ms] (mean)
Time per request: 270.698 [ms] (mean, across all concurrent requests)
Transfer rate: 10.74 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 270 270 0.0 270 270
Waiting: 270 270 0.0 270 270
Total: 271 271 0.0 271 271
WARMUP
Concurrency Level: 2
Time taken for tests: 2.418 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 148900 bytes
HTML transferred: 117400 bytes
Requests per second: 20.68 [#/sec] (mean)
Time per request: 96.709 [ms] (mean)
Time per request: 48.355 [ms] (mean, across all concurrent requests)
Transfer rate: 60.14 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 37 97 130.3 53 736
Waiting: 36 96 129.3 52 726
Total: 37 97 130.3 53 736
Percentage of the requests served within a certain time (ms)
50% 53
66% 75
75% 108
80% 123
90% 155
95% 160
98% 736
99% 736
100% 736 (longest request)
WARMUP FURTHER
Concurrency Level: 5
Time taken for tests: 1.606 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 297800 bytes
HTML transferred: 234800 bytes
Requests per second: 62.25 [#/sec] (mean)
Time per request: 80.316 [ms] (mean)
Time per request: 16.063 [ms] (mean, across all concurrent requests)
Transfer rate: 181.05 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 27 79 10.3 78 98
Waiting: 27 79 10.2 78 98
Total: 27 79 10.3 78 98
Percentage of the requests served within a certain time (ms)
50% 78
66% 82
75% 88
80% 90
90% 93
95% 94
98% 96
99% 98
100% 98 (longest request)
RUN
Concurrency Level: 10
Time taken for tests: 2.659 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 595600 bytes
HTML transferred: 469600 bytes
Requests per second: 75.21 [#/sec] (mean)
Time per request: 132.955 [ms] (mean)
Time per request: 13.296 [ms] (mean, across all concurrent requests)
Transfer rate: 218.74 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 20 130 16.2 130 152
Waiting: 19 130 16.2 130 152
Total: 20 130 16.2 131 152
Percentage of the requests served within a certain time (ms)
50% 131
66% 135
75% 138
80% 142
90% 145
95% 148
98% 150
99% 151
100% 152 (longest request)
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.207 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2978 bytes
HTML transferred: 2348 bytes
Requests per second: 4.82 [#/sec] (mean)
Time per request: 207.449 [ms] (mean)
Time per request: 207.449 [ms] (mean, across all concurrent requests)
Transfer rate: 14.02 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 207 207 0.0 207 207
Waiting: 207 207 0.0 207 207
Total: 207 207 0.0 207 207
WARMUP
Concurrency Level: 2
Time taken for tests: 2.061 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 148900 bytes
HTML transferred: 117400 bytes
Requests per second: 24.26 [#/sec] (mean)
Time per request: 82.433 [ms] (mean)
Time per request: 41.217 [ms] (mean, across all concurrent requests)
Transfer rate: 70.56 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 23 82 143.9 36 786
Waiting: 22 81 141.9 35 778
Total: 23 82 143.9 36 786
Percentage of the requests served within a certain time (ms)
50% 36
66% 56
75% 86
80% 102
90% 127
95% 145
98% 786
99% 786
100% 786 (longest request)
WARMUP FURTHER
Concurrency Level: 5
Time taken for tests: 0.624 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 297800 bytes
HTML transferred: 234800 bytes
Requests per second: 160.21 [#/sec] (mean)
Time per request: 31.209 [ms] (mean)
Time per request: 6.242 [ms] (mean, across all concurrent requests)
Transfer rate: 465.93 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 3
Processing: 18 30 8.4 29 81
Waiting: 17 30 8.4 28 80
Total: 18 31 8.4 29 81
Percentage of the requests served within a certain time (ms)
50% 29
66% 31
75% 33
80% 34
90% 37
95% 52
98% 54
99% 81
100% 81 (longest request)
RUN
Concurrency Level: 10
Time taken for tests: 1.073 seconds
Complete requests: 200
Failed requests: 9
(Connect: 0, Receive: 0, Length: 9, Exceptions: 0)
Write errors: 0
Non-2xx responses: 9
Total transferred: 648302 bytes
HTML transferred: 525767 bytes
Requests per second: 186.47 [#/sec] (mean)
Time per request: 53.629 [ms] (mean)
Time per request: 5.363 [ms] (mean, across all concurrent requests)
Transfer rate: 590.26 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.9 0 8
Processing: 26 52 17.3 51 170
Waiting: 25 52 17.2 51 170
Total: 26 53 17.3 52 170
Percentage of the requests served within a certain time (ms)
50% 52
66% 56
75% 58
80% 60
90% 72
95% 80
98% 113
99% 126
100% 170 (longest request)
FIRST 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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 1
Time taken for tests: 0.044 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2963 bytes
HTML transferred: 2348 bytes
Requests per second: 22.85 [#/sec] (mean)
Time per request: 43.768 [ms] (mean)
Time per request: 43.768 [ms] (mean, across all concurrent requests)
Transfer rate: 66.11 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 44 44 0.0 44 44
Waiting: 44 44 0.0 44 44
Total: 44 44 0.0 44 44
WARMUP
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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 2
Time taken for tests: 0.317 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 148150 bytes
HTML transferred: 117400 bytes
Requests per second: 157.80 [#/sec] (mean)
Time per request: 12.674 [ms] (mean)
Time per request: 6.337 [ms] (mean, across all concurrent requests)
Transfer rate: 456.62 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 8 13 5.1 11 27
Waiting: 8 12 5.0 11 27
Total: 8 13 5.1 11 27
Percentage of the requests served within a certain time (ms)
50% 11
66% 11
75% 11
80% 20
90% 21
95% 23
98% 27
99% 27
100% 27 (longest request)
WARMUP FURTHER
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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 5
Time taken for tests: 0.638 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 296300 bytes
HTML transferred: 234800 bytes
Requests per second: 156.72 [#/sec] (mean)
Time per request: 31.904 [ms] (mean)
Time per request: 6.381 [ms] (mean, across all concurrent requests)
Transfer rate: 453.48 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 21 32 9.2 32 53
Waiting: 21 32 9.1 32 53
Total: 22 32 9.2 32 53
Percentage of the requests served within a certain time (ms)
50% 32
66% 37
75% 37
80% 39
90% 52
95% 53
98% 53
99% 53
100% 53 (longest request)
RUN
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 100 requests
Completed 200 requests
Finished 200 requests
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 10
Time taken for tests: 1.226 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 592600 bytes
HTML transferred: 469600 bytes
Requests per second: 163.15 [#/sec] (mean)
Time per request: 61.293 [ms] (mean)
Time per request: 6.129 [ms] (mean, across all concurrent requests)
Transfer rate: 472.09 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 56 61 4.7 60 74
Waiting: 25 60 6.6 59 74
Total: 56 61 4.7 60 75
Percentage of the requests served within a certain time (ms)
50% 60
66% 60
75% 62
80% 63
90% 74
95% 75
98% 75
99% 75
100% 75 (longest request)
FIRST 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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 1
Time taken for tests: 0.035 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2963 bytes
HTML transferred: 2348 bytes
Requests per second: 28.51 [#/sec] (mean)
Time per request: 35.080 [ms] (mean)
Time per request: 35.080 [ms] (mean, across all concurrent requests)
Transfer rate: 82.48 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 35 35 0.0 35 35
Waiting: 35 35 0.0 35 35
Total: 35 35 0.0 35 35
WARMUP
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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 2
Time taken for tests: 0.296 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 148150 bytes
HTML transferred: 117400 bytes
Requests per second: 168.80 [#/sec] (mean)
Time per request: 11.848 [ms] (mean)
Time per request: 5.924 [ms] (mean, across all concurrent requests)
Transfer rate: 488.44 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 8 12 6.5 10 39
Waiting: 8 12 6.5 10 39
Total: 8 12 6.5 10 39
Percentage of the requests served within a certain time (ms)
50% 10
66% 10
75% 11
80% 11
90% 21
95% 23
98% 39
99% 39
100% 39 (longest request)
WARMUP FURTHER
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).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 5
Time taken for tests: 0.519 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 296300 bytes
HTML transferred: 234800 bytes
Requests per second: 192.72 [#/sec] (mean)
Time per request: 25.944 [ms] (mean)
Time per request: 5.189 [ms] (mean, across all concurrent requests)
Transfer rate: 557.65 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 21 26 10.0 22 51
Waiting: 21 26 10.0 22 51
Total: 21 26 10.0 22 51
Percentage of the requests served within a certain time (ms)
50% 22
66% 22
75% 22
80% 23
90% 49
95% 51
98% 51
99% 51
100% 51 (longest request)
RUN
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 100 requests
Completed 200 requests
Finished 200 requests
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 10
Time taken for tests: 1.048 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 592600 bytes
HTML transferred: 469600 bytes
Requests per second: 190.90 [#/sec] (mean)
Time per request: 52.383 [ms] (mean)
Time per request: 5.238 [ms] (mean, across all concurrent requests)
Transfer rate: 552.38 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 0
Processing: 25 51 13.0 43 72
Waiting: 9 50 14.7 43 72
Total: 25 52 13.0 43 72
Percentage of the requests served within a certain time (ms)
50% 43
66% 46
75% 69
80% 69
90% 70
95% 70
98% 72
99% 72
100% 72 (longest request)
FIRST 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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 1
Time taken for tests: 0.039 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2934 bytes
HTML transferred: 2348 bytes
Requests per second: 25.51 [#/sec] (mean)
Time per request: 39.194 [ms] (mean)
Time per request: 39.194 [ms] (mean, across all concurrent requests)
Transfer rate: 73.10 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 39 39 0.0 39 39
Waiting: 39 39 0.0 39 39
Total: 39 39 0.0 39 39
WARMUP
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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 2
Time taken for tests: 0.363 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 146700 bytes
HTML transferred: 117400 bytes
Requests per second: 137.75 [#/sec] (mean)
Time per request: 14.519 [ms] (mean)
Time per request: 7.260 [ms] (mean, across all concurrent requests)
Transfer rate: 394.68 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 14 5.3 12 29
Waiting: 7 14 5.3 12 28
Total: 8 14 5.3 12 29
Percentage of the requests served within a certain time (ms)
50% 12
66% 12
75% 13
80% 22
90% 22
95% 23
98% 29
99% 29
100% 29 (longest request)
WARMUP FURTHER
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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 5
Time taken for tests: 0.748 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 293400 bytes
HTML transferred: 234800 bytes
Requests per second: 133.61 [#/sec] (mean)
Time per request: 37.424 [ms] (mean)
Time per request: 7.485 [ms] (mean, across all concurrent requests)
Transfer rate: 382.81 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 37 6.4 41 44
Waiting: 7 36 6.4 41 44
Total: 7 37 6.4 41 44
Percentage of the requests served within a certain time (ms)
50% 41
66% 42
75% 42
80% 42
90% 42
95% 43
98% 44
99% 44
100% 44 (longest request)
RUN
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 100 requests
Completed 200 requests
Finished 200 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 10
Time taken for tests: 1.476 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 586800 bytes
HTML transferred: 469600 bytes
Requests per second: 135.49 [#/sec] (mean)
Time per request: 73.806 [ms] (mean)
Time per request: 7.381 [ms] (mean, across all concurrent requests)
Transfer rate: 388.21 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 72 9.7 72 86
Waiting: 7 72 9.7 72 86
Total: 7 72 9.7 72 86
Percentage of the requests served within a certain time (ms)
50% 72
66% 73
75% 73
80% 74
90% 83
95% 83
98% 85
99% 85
100% 86 (longest request)
FIRST 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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 1
Time taken for tests: 0.034 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2934 bytes
HTML transferred: 2348 bytes
Requests per second: 29.42 [#/sec] (mean)
Time per request: 33.986 [ms] (mean)
Time per request: 33.986 [ms] (mean, across all concurrent requests)
Transfer rate: 84.31 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 34 34 0.0 34 34
Waiting: 34 34 0.0 34 34
Total: 34 34 0.0 34 34
WARMUP
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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 2
Time taken for tests: 0.383 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 146700 bytes
HTML transferred: 117400 bytes
Requests per second: 130.49 [#/sec] (mean)
Time per request: 15.327 [ms] (mean)
Time per request: 7.664 [ms] (mean, across all concurrent requests)
Transfer rate: 373.88 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 15 5.3 12 24
Waiting: 7 14 5.1 12 24
Total: 8 15 5.3 12 24
Percentage of the requests served within a certain time (ms)
50% 12
66% 13
75% 23
80% 23
90% 24
95% 24
98% 24
99% 24
100% 24 (longest request)
WARMUP FURTHER
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).....done
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 5
Time taken for tests: 0.762 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 293400 bytes
HTML transferred: 234800 bytes
Requests per second: 131.15 [#/sec] (mean)
Time per request: 38.125 [ms] (mean)
Time per request: 7.625 [ms] (mean, across all concurrent requests)
Transfer rate: 375.77 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 37 6.9 42 44
Waiting: 7 37 6.9 41 44
Total: 8 37 6.9 42 45
Percentage of the requests served within a certain time (ms)
50% 42
66% 42
75% 42
80% 42
90% 43
95% 43
98% 44
99% 45
100% 45 (longest request)
RUN
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 100 requests
Completed 200 requests
Finished 200 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 10
Time taken for tests: 1.547 seconds
Complete requests: 200
Failed requests: 0
Write errors: 0
Total transferred: 586800 bytes
HTML transferred: 469600 bytes
Requests per second: 129.28 [#/sec] (mean)
Time per request: 77.349 [ms] (mean)
Time per request: 7.735 [ms] (mean, across all concurrent requests)
Transfer rate: 370.43 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 76 10.3 73 89
Waiting: 7 75 10.3 73 89
Total: 7 76 10.2 73 90
Percentage of the requests served within a certain time (ms)
50% 73
66% 83
75% 84
80% 85
90% 85
95% 86
98% 88
99% 89
100% 90 (longest request)
# Got socket errors at the end
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.042 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2988 bytes
HTML transferred: 2348 bytes
Requests per second: 23.94 [#/sec] (mean)
Time per request: 41.774 [ms] (mean)
Time per request: 41.774 [ms] (mean, across all concurrent requests)
Transfer rate: 69.85 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 42 42 0.0 42 42
Waiting: 41 41 0.0 41 41
Total: 42 42 0.0 42 42
WARMUP
Concurrency Level: 2
Time taken for tests: 0.404 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 149400 bytes
HTML transferred: 117400 bytes
Requests per second: 123.88 [#/sec] (mean)
Time per request: 16.145 [ms] (mean)
Time per request: 8.072 [ms] (mean, across all concurrent requests)
Transfer rate: 361.47 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 6 16 6.0 13 34
Waiting: 6 15 5.9 13 34
Total: 6 16 6.0 13 34
Percentage of the requests served within a certain time (ms)
50% 13
66% 16
75% 23
80% 23
90% 24
95% 25
98% 34
99% 34
100% 34 (longest request)
WARMUP FURTHER
Concurrency Level: 5
Time taken for tests: 0.765 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 298800 bytes
HTML transferred: 234800 bytes
Requests per second: 130.65 [#/sec] (mean)
Time per request: 38.269 [ms] (mean)
Time per request: 7.654 [ms] (mean, across all concurrent requests)
Transfer rate: 381.24 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 38 12.0 40 64
Waiting: 7 35 11.5 35 62
Total: 7 38 11.9 40 64
Percentage of the requests served within a certain time (ms)
50% 40
66% 43
75% 47
80% 48
90% 55
95% 59
98% 63
99% 64
100% 64 (longest request)
RUN
Concurrency Level: 10
Time taken for tests: 1.518 seconds
Complete requests: 200
Failed requests: 6
(Connect: 3, Receive: 3, Length: 0, Exceptions: 0)
Write errors: 0
Total transferred: 588636 bytes
HTML transferred: 462556 bytes
Requests per second: 131.73 [#/sec] (mean)
Time per request: 75.915 [ms] (mean)
Time per request: 7.592 [ms] (mean, across all concurrent requests)
Transfer rate: 378.61 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 12 116.8 0 1171
Processing: 0 63 14.1 63 113
Waiting: 0 60 13.7 60 97
Total: 0 75 120.3 63 1285
Percentage of the requests served within a certain time (ms)
50% 63
66% 67
75% 70
80% 73
90% 80
95% 86
98% 96
99% 1239
100% 1285 (longest request)
FIRST REQUEST
Concurrency Level: 1
Time taken for tests: 0.032 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Total transferred: 2988 bytes
HTML transferred: 2348 bytes
Requests per second: 30.97 [#/sec] (mean)
Time per request: 32.286 [ms] (mean)
Time per request: 32.286 [ms] (mean, across all concurrent requests)
Transfer rate: 90.38 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 32 32 0.0 32 32
Waiting: 32 32 0.0 32 32
Total: 32 32 0.0 32 32
WARMUP
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).....done
Server Software: WEBrick/1.3.1
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 2
Time taken for tests: 0.405 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 149400 bytes
HTML transferred: 117400 bytes
Requests per second: 123.50 [#/sec] (mean)
Time per request: 16.194 [ms] (mean)
Time per request: 8.097 [ms] (mean, across all concurrent requests)
Transfer rate: 360.38 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 7 16 6.3 13 36
Waiting: 6 15 6.4 13 36
Total: 7 16 6.3 13 36
Percentage of the requests served within a certain time (ms)
50% 13
66% 18
75% 22
80% 24
90% 25
95% 26
98% 36
99% 36
100% 36 (longest request)
WARMUP FURTHER
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).....done
Server Software: WEBrick/1.3.1
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 5
Time taken for tests: 0.683 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 298800 bytes
HTML transferred: 234800 bytes
Requests per second: 146.33 [#/sec] (mean)
Time per request: 34.168 [ms] (mean)
Time per request: 6.834 [ms] (mean, across all concurrent requests)
Transfer rate: 427.00 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 13 34 13.0 32 64
Waiting: 12 32 13.2 28 64
Total: 13 34 13.0 32 65
Percentage of the requests served within a certain time (ms)
50% 32
66% 38
75% 42
80% 47
90% 55
95% 58
98% 63
99% 65
100% 65 (longest request)
RUN
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 100 requests
Completed 200 requests
Finished 200 requests
Server Software: WEBrick/1.3.1
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /pages
Document Length: 2348 bytes
Concurrency Level: 10
Time taken for tests: 1.348 seconds
Complete requests: 200
Failed requests: 14
(Connect: 1, Receive: 5, Length: 8, Exceptions: 0)
Write errors: 0
Non-2xx responses: 8
Total transferred: 625646 bytes
HTML transferred: 504006 bytes
Requests per second: 148.37 [#/sec] (mean)
Time per request: 67.400 [ms] (mean)
Time per request: 6.740 [ms] (mean, across all concurrent requests)
Transfer rate: 453.25 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 6 81.8 0 1157
Processing: 0 61 20.5 55 127
Waiting: 0 59 19.9 53 125
Total: 0 67 83.7 55 1208
Percentage of the requests served within a certain time (ms)
50% 55
66% 70
75% 78
80% 81
90% 88
95% 96
98% 109
99% 127
100% 1208 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment