Created
April 22, 2016 18:14
-
-
Save chrisking/de3268384938e2464177465fd1891c69 to your computer and use it in GitHub Desktop.
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
| root@ubuntu:~# ab -n 1000 -c 100 http://acdoctest.mybluemix.net/ | |
| 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 acdoctest.mybluemix.net (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: nginx | |
| Server Hostname: acdoctest.mybluemix.net | |
| Server Port: 80 | |
| Document Path: / | |
| Document Length: 25910 bytes | |
| Concurrency Level: 100 | |
| Time taken for tests: 2.323 seconds | |
| Complete requests: 1000 | |
| Failed requests: 0 | |
| Total transferred: 26278682 bytes | |
| HTML transferred: 25910000 bytes | |
| Requests per second: 430.42 [#/sec] (mean) | |
| Time per request: 232.329 [ms] (mean) | |
| Time per request: 2.323 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 11045.89 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 23 23 0.6 23 27 | |
| Processing: 75 119 90.9 83 1084 | |
| Waiting: 29 71 89.6 36 1038 | |
| Total: 97 142 90.9 106 1107 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 106 | |
| 66% 112 | |
| 75% 121 | |
| 80% 143 | |
| 90% 270 | |
| 95% 354 | |
| 98% 420 | |
| 99% 452 | |
| 100% 1107 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment