Created
February 3, 2016 23:26
-
-
Save rowanwins/fae3bd7e6f9831e27b72 to your computer and use it in GitHub Desktop.
Tile server load testing results
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
//NODE, MBTILES AND EXPRESS TILE SERVER WITH 200 CONCURRENT REQUESTS FOR 20seconds | |
Target URL: http://localhost:7777/scene/tiles/15/29987/19801.png | |
Completed requests: 7568 | |
Total errors: 0 | |
Total time: 20.001499538 s | |
Requests per second: 378 | |
Total time: 20.001499538 s | |
Percentage of the requests served within a certain time | |
50% 518 ms | |
90% 556 ms | |
95% 580 ms | |
99% 656 ms | |
100% 663 ms (longest request) | |
//PHP TILE SERVER OF IMAGES IN DIRECTORY WITH 200 CONCURRENT REQUESTS FOR 20seconds | |
Target URL: http://localhost:8888/phpTiles/images/15/29987/19801.png | |
Completed requests: 8242 | |
Total errors: 558 | |
Total time: 20.003220742 s | |
Requests per second: 412 | |
Total time: 20.003220742 s | |
Percentage of the requests served within a certain time | |
50% 481 ms | |
90% 670 ms | |
95% 686 ms | |
99% 730 ms | |
100% 1337 ms (longest request) | |
100% 1337 ms (longest request) | |
-1: 558 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment