Last active
July 29, 2020 16:21
-
-
Save joakime/5145dc82c0f6eb1e5de4fc05e3f35316 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
| $ ab -n 100000 -c 10000 http://localhost:8888/ | |
| 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 10000 requests | |
| Completed 20000 requests | |
| Completed 30000 requests | |
| Completed 40000 requests | |
| Completed 50000 requests | |
| Completed 60000 requests | |
| Completed 70000 requests | |
| Completed 80000 requests | |
| Completed 90000 requests | |
| Completed 100000 requests | |
| Finished 100000 requests | |
| Server Software: Jetty(Loom)-10.0.0-SNAPSHOT | |
| Server Hostname: localhost | |
| Server Port: 8888 | |
| Document Path: / | |
| Document Length: 7 bytes | |
| Concurrency Level: 10000 | |
| Time taken for tests: 5.701 seconds | |
| Complete requests: 100000 | |
| Failed requests: 0 | |
| Total transferred: 15900000 bytes | |
| HTML transferred: 700000 bytes | |
| Requests per second: 17541.33 [#/sec] (mean) | |
| Time per request: 570.082 [ms] (mean) | |
| Time per request: 0.057 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 2723.70 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 81 283 339.9 210 3185 | |
| Processing: 54 250 103.3 244 3660 | |
| Waiting: 35 142 111.9 113 3640 | |
| Total: 260 532 369.4 483 4720 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 483 | |
| 66% 529 | |
| 75% 540 | |
| 80% 553 | |
| 90% 584 | |
| 95% 1316 | |
| 98% 1494 | |
| 99% 2139 | |
| 100% 4720 (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 100000 -c 10000 http://localhost:8888/ | |
| 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 10000 requests | |
| Completed 20000 requests | |
| Completed 30000 requests | |
| Completed 40000 requests | |
| Completed 50000 requests | |
| Completed 60000 requests | |
| Completed 70000 requests | |
| Completed 80000 requests | |
| Completed 90000 requests | |
| Completed 100000 requests | |
| Finished 100000 requests | |
| Server Software: Jetty(10.0.0-SNAPSHOT) | |
| Server Hostname: localhost | |
| Server Port: 8888 | |
| Document Path: / | |
| Document Length: 7 bytes | |
| Concurrency Level: 10000 | |
| Time taken for tests: 5.869 seconds | |
| Complete requests: 100000 | |
| Failed requests: 0 | |
| Total transferred: 15400000 bytes | |
| HTML transferred: 700000 bytes | |
| Requests per second: 17040.12 [#/sec] (mean) | |
| Time per request: 586.850 [ms] (mean) | |
| Time per request: 0.059 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 2562.67 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 0 309 621.1 155 3297 | |
| Processing: 8 153 72.9 145 364 | |
| Waiting: 5 107 59.9 102 342 | |
| Total: 31 462 638.7 378 3486 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 378 | |
| 66% 407 | |
| 75% 419 | |
| 80% 430 | |
| 90% 450 | |
| 95% 1237 | |
| 98% 3413 | |
| 99% 3463 | |
| 100% 3486 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment