Last active
January 8, 2018 07:33
-
-
Save karuna/4646be17b68facdfa3afb18fa28f64a0 to your computer and use it in GitHub Desktop.
Rails + Rocket Benchmark
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
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
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: | |
Server Hostname: localhost | |
Server Port: 7878 | |
Document Path: / | |
Document Length: 14 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 0.201 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 316942 bytes | |
HTML transferred: 14000 bytes | |
Requests per second: 4984.97 [#/sec] (mean) | |
Time per request: 20.060 [ms] (mean) | |
Time per request: 0.201 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1542.92 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 1 1.4 1 9 | |
Processing: 1 17 11.0 15 62 | |
Waiting: 0 11 8.0 10 40 | |
Total: 1 19 11.1 17 63 | |
Percentage of the requests served within a certain time (ms) | |
50% 17 | |
66% 22 | |
75% 25 | |
80% 26 | |
90% 36 | |
95% 39 | |
98% 45 | |
99% 62 | |
100% 63 (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
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
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: | |
Server Hostname: localhost | |
Server Port: 3000 | |
Document Path: / | |
Document Length: 786 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 14.085 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 1109000 bytes | |
HTML transferred: 786000 bytes | |
Requests per second: 71.00 [#/sec] (mean) | |
Time per request: 1408.505 [ms] (mean) | |
Time per request: 14.085 [ms] (mean, across all concurrent requests) | |
Transfer rate: 76.89 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.8 0 4 | |
Processing: 43 1341 245.2 1405 1515 | |
Waiting: 43 1340 245.2 1405 1515 | |
Total: 45 1341 244.5 1405 1515 | |
Percentage of the requests served within a certain time (ms) | |
50% 1405 | |
66% 1421 | |
75% 1430 | |
80% 1436 | |
90% 1452 | |
95% 1463 | |
98% 1478 | |
99% 1488 | |
100% 1515 (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
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
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: Rocket | |
Server Hostname: localhost | |
Server Port: 8000 | |
Document Path: / | |
Document Length: 798 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 0.385 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 950000 bytes | |
HTML transferred: 798000 bytes | |
Requests per second: 2597.67 [#/sec] (mean) | |
Time per request: 38.496 [ms] (mean) | |
Time per request: 0.385 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2409.95 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.9 0 4 | |
Processing: 2 36 7.0 37 53 | |
Waiting: 2 35 6.9 36 53 | |
Total: 6 37 6.3 37 53 | |
Percentage of the requests served within a certain time (ms) | |
50% 37 | |
66% 38 | |
75% 39 | |
80% 40 | |
90% 42 | |
95% 43 | |
98% 46 | |
99% 48 | |
100% 53 (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
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
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: Rocket | |
Server Hostname: localhost | |
Server Port: 8000 | |
Document Path: /users/dbefc1de-f644-4dbe-9e8c-73c7830c8aea | |
Document Length: 921 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 7.454 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 10730000 bytes | |
HTML transferred: 9210000 bytes | |
Requests per second: 1341.55 [#/sec] (mean) | |
Time per request: 74.540 [ms] (mean) | |
Time per request: 0.745 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1405.75 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.3 0 3 | |
Processing: 5 74 7.1 73 108 | |
Waiting: 5 73 7.0 72 107 | |
Total: 9 74 7.0 73 108 | |
Percentage of the requests served within a certain time (ms) | |
50% 73 | |
66% 74 | |
75% 76 | |
80% 77 | |
90% 81 | |
95% 88 | |
98% 95 | |
99% 98 | |
100% 108 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment