Created
April 2, 2015 11:10
-
-
Save goldalworming/397396449e609dc66bb9 to your computer and use it in GitHub Desktop.
phalcon vs ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab -n 10000 -c 100 http://localhost:8010/web/project/spll/app.php/profiling/datalist?table=user | |
| This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking localhost (be patient) | |
| Completed 1000 requests | |
| Completed 2000 requests | |
| Completed 3000 requests | |
| Completed 4000 requests | |
| Completed 5000 requests | |
| Completed 6000 requests | |
| Completed 7000 requests | |
| Completed 8000 requests | |
| Completed 9000 requests | |
| Completed 10000 requests | |
| Finished 10000 requests | |
| Server Software: Apache/2.4.7 | |
| Server Hostname: localhost | |
| Server Port: 8010 | |
| Document Path: /web/project/spll/app.php/profiling/datalist?table=user | |
| Document Length: 426 bytes | |
| Concurrency Level: 100 | |
| Time taken for tests: 34.478 seconds | |
| Complete requests: 10000 | |
| Failed requests: 0 | |
| Total transferred: 11673684 bytes | |
| HTML transferred: 4260000 bytes | |
| Requests per second: 290.04 [#/sec] (mean) | |
| Time per request: 344.779 [ms] (mean) | |
| Time per request: 3.448 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 330.65 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 1 17.6 0 1000 | |
| Processing: 3 343 194.3 300 1494 | |
| Waiting: 3 340 192.9 297 1484 | |
| Total: 3 344 195.5 300 1494 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 300 | |
| 66% 391 | |
| 75% 454 | |
| 80% 498 | |
| 90% 609 | |
| 95% 716 | |
| 98% 840 | |
| 99% 941 | |
| 100% 1494 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab -n 1000 -c 1000 http://localhost:8010/web/project/spll/app.php/profiling/datalist?table=user | |
| This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking localhost (be patient) | |
| Completed 100 requests | |
| Completed 200 requests | |
| Completed 300 requests | |
| Completed 400 requests | |
| Completed 500 requests | |
| Completed 600 requests | |
| Completed 700 requests | |
| Completed 800 requests | |
| Completed 900 requests | |
| Completed 1000 requests | |
| Finished 1000 requests | |
| Server Software: Apache/2.4.7 | |
| Server Hostname: localhost | |
| Server Port: 8010 | |
| Document Path: /web/project/spll/app.php/profiling/datalist?table=user | |
| Document Length: 426 bytes | |
| Concurrency Level: 1000 | |
| Time taken for tests: 26.731 seconds | |
| Complete requests: 1000 | |
| Failed requests: 0 | |
| Total transferred: 1167276 bytes | |
| HTML transferred: 426000 bytes | |
| Requests per second: 37.41 [#/sec] (mean) | |
| Time per request: 26730.638 [ms] (mean) | |
| Time per request: 26.731 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 42.64 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 604 1031.7 73 3007 | |
| Processing: 359 4265 4779.5 2100 26638 | |
| Waiting: 358 4260 4780.4 2100 26637 | |
| Total: 425 4869 4734.8 3167 26712 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 3167 | |
| 66% 5470 | |
| 75% 7014 | |
| 80% 7110 | |
| 90% 7946 | |
| 95% 13446 | |
| 98% 26650 | |
| 99% 26668 | |
| 100% 26712 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab -n 10000 -c 100 http://localhost:8010/web/phalcon/tes2.php/ | |
| This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking localhost (be patient) | |
| Completed 1000 requests | |
| Completed 2000 requests | |
| Completed 3000 requests | |
| Completed 4000 requests | |
| Completed 5000 requests | |
| Completed 6000 requests | |
| Completed 7000 requests | |
| Completed 8000 requests | |
| Completed 9000 requests | |
| Completed 10000 requests | |
| Finished 10000 requests | |
| Server Software: Apache/2.4.7 | |
| Server Hostname: localhost | |
| Server Port: 8010 | |
| Document Path: /web/phalcon/tes2.php/ | |
| Document Length: 310 bytes | |
| Concurrency Level: 100 | |
| Time taken for tests: 10.693 seconds | |
| Complete requests: 10000 | |
| Failed requests: 32 | |
| (Connect: 0, Receive: 0, Length: 32, Exceptions: 0) | |
| Non-2xx responses: 32 | |
| Total transferred: 5199888 bytes | |
| HTML transferred: 3090080 bytes | |
| Requests per second: 935.18 [#/sec] (mean) | |
| Time per request: 106.931 [ms] (mean) | |
| Time per request: 1.069 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 474.89 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 1 30.0 0 1000 | |
| Processing: 18 105 54.3 88 769 | |
| Waiting: 18 100 52.6 82 769 | |
| Total: 22 106 62.9 88 1182 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 88 | |
| 66% 110 | |
| 75% 129 | |
| 80% 142 | |
| 90% 181 | |
| 95% 205 | |
| 98% 231 | |
| 99% 267 | |
| 100% 1182 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ab -n 1000 -c 1000 http://localhost:8010/web/phalcon/tes2.php/ | |
| This is ApacheBench, Version 2.3 <$Revision: 1528965 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking localhost (be patient) | |
| Completed 100 requests | |
| Completed 200 requests | |
| Completed 300 requests | |
| Completed 400 requests | |
| Completed 500 requests | |
| Completed 600 requests | |
| Completed 700 requests | |
| Completed 800 requests | |
| Completed 900 requests | |
| Completed 1000 requests | |
| Finished 1000 requests | |
| Server Software: Apache/2.4.7 | |
| Server Hostname: localhost | |
| Server Port: 8010 | |
| Document Path: /web/phalcon/tes2.php/ | |
| Document Length: 310 bytes | |
| Concurrency Level: 1000 | |
| Time taken for tests: 26.385 seconds | |
| Complete requests: 1000 | |
| Failed requests: 0 | |
| Total transferred: 521000 bytes | |
| HTML transferred: 310000 bytes | |
| Requests per second: 37.90 [#/sec] (mean) | |
| Time per request: 26385.296 [ms] (mean) | |
| Time per request: 26.385 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 19.28 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 313 433.4 73 1003 | |
| Processing: 15 2408 5145.6 454 26293 | |
| Waiting: 15 2407 5145.5 452 26293 | |
| Total: 85 2721 5086.9 1360 26363 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 1360 | |
| 66% 1681 | |
| 75% 1928 | |
| 80% 1979 | |
| 90% 10796 | |
| 95% 13252 | |
| 98% 26291 | |
| 99% 26330 | |
| 100% 26363 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment