Created
October 14, 2015 20:40
-
-
Save amejiarosario/c6f45e6cc046871f9ef5 to your computer and use it in GitHub Desktop.
Benchmark of meanshop app deployed at Digital Ocean
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 -c 100 -n 10000 http://PUBLIC-IP-ADDRESS/api/products | |
This is ApacheBench, Version 2.3 <$Revision: 1604373 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking PUBLIC-IP-ADDRESS (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: nginx/1.4.6 | |
Server Hostname: 104.236.65.14 | |
Server Port: 80 | |
Document Path: /api/products | |
Document Length: 122 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 27.942 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 4656782 bytes | |
HTML transferred: 1220000 bytes | |
Requests per second: 357.89 [#/sec] (mean) | |
Time per request: 279.417 [ms] (mean) | |
Time per request: 2.794 [ms] (mean, across all concurrent requests) | |
Transfer rate: 162.75 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 62 69 5.1 68 126 | |
Processing: 74 210 41.8 204 375 | |
Waiting: 73 208 41.8 203 373 | |
Total: 144 278 42.1 274 444 | |
Percentage of the requests served within a certain time (ms) | |
50% 274 | |
66% 292 | |
75% 302 | |
80% 309 | |
90% 333 | |
95% 356 | |
98% 378 | |
99% 394 | |
100% 444 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment