Last active
December 21, 2015 19:49
-
-
Save davidcroda/6356800 to your computer and use it in GitHub Desktop.
This file contains 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
1 DYNO | |
=================================================== | |
Benchmarking express-test.respage.com (be patient).....done | |
Server Software: Apache/2.2.25 | |
Server Hostname: express-test.respage.com | |
Server Port: 80 | |
Document Path: /users/login | |
Document Length: 5059 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 39.980 seconds | |
Complete requests: 100 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 542000 bytes | |
HTML transferred: 505900 bytes | |
Requests per second: 2.50 [#/sec] (mean) | |
Time per request: 3997.963 [ms] (mean) | |
Time per request: 399.796 [ms] (mean, across all concurrent requests) | |
Transfer rate: 13.24 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 16 20 5.0 18 42 | |
Processing: 541 3800 1552.6 3726 8029 | |
Waiting: 541 3799 1552.6 3724 8028 | |
Total: 559 3819 1553.8 3743 8048 | |
Percentage of the requests served within a certain time (ms) | |
50% 3743 | |
66% 3887 | |
75% 3998 | |
80% 5020 | |
90% 6300 | |
95% 7227 | |
98% 7717 | |
99% 8048 | |
100% 8048 (longest request) | |
2 DYNO | |
===================================================================== | |
dave@dave-ubuntu:~/www/datafeeds$ ab -c 10 -n 200 http://express-test.respage.com/users/login | |
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 express-test.respage.com (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Finished 200 requests | |
Server Software: Apache/2.2.25 | |
Server Hostname: express-test.respage.com | |
Server Port: 80 | |
Document Path: /users/login | |
Document Length: 5059 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 16.980 seconds | |
Complete requests: 200 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 1084000 bytes | |
HTML transferred: 1011800 bytes | |
Requests per second: 11.78 [#/sec] (mean) | |
Time per request: 848.992 [ms] (mean) | |
Time per request: 84.899 [ms] (mean, across all concurrent requests) | |
Transfer rate: 62.34 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 16 19 2.9 18 36 | |
Processing: 201 808 313.5 765 1896 | |
Waiting: 201 807 313.6 765 1895 | |
Total: 219 827 313.8 784 1914 | |
Percentage of the requests served within a certain time (ms) | |
50% 784 | |
66% 891 | |
75% 978 | |
80% 1033 | |
90% 1303 | |
95% 1468 | |
98% 1692 | |
99% 1859 | |
100% 1914 (longest request) | |
3 DYNOS | |
======================================================================== | |
dave@dave-ubuntu:~/www/datafeeds$ ab -c 10 -n 200 http://express-test.respage.com/users/login | |
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 express-test.respage.com (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Finished 200 requests | |
Server Software: Apache/2.2.25 | |
Server Hostname: express-test.respage.com | |
Server Port: 80 | |
Document Path: /users/login | |
Document Length: 5059 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 37.779 seconds | |
Complete requests: 200 | |
Failed requests: 1 | |
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0) | |
Write errors: 0 | |
Total transferred: 1083812 bytes | |
HTML transferred: 1011612 bytes | |
Requests per second: 5.29 [#/sec] (mean) | |
Time per request: 1888.957 [ms] (mean) | |
Time per request: 188.896 [ms] (mean, across all concurrent requests) | |
Transfer rate: 28.02 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 17 20 5.8 18 57 | |
Processing: 137 1789 2542.1 451 9439 | |
Waiting: 136 1788 2542.2 450 9439 | |
Total: 155 1809 2541.8 477 9458 | |
Percentage of the requests served within a certain time (ms) | |
50% 477 | |
66% 1152 | |
75% 2284 | |
80% 3112 | |
90% 6565 | |
95% 8256 | |
98% 9188 | |
99% 9451 | |
100% 9458 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment