Created
June 11, 2011 07:50
-
-
Save seanparsons/1020352 to your computer and use it in GitHub Desktop.
Early results from my HTTP server with ApacheBench
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
Server Software: Gigantor! | |
Server Hostname: 127.0.0.1 | |
Server Port: 8080 | |
Document Path: /dave | |
Document Length: 44 bytes | |
Concurrency Level: 200 | |
Time taken for tests: 5318.533 seconds | |
Complete requests: 10000000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 1470000000 bytes | |
HTML transferred: 440000000 bytes | |
Requests per second: 1880.22 [#/sec] (mean) | |
Time per request: 106.371 [ms] (mean) | |
Time per request: 0.532 [ms] (mean, across all concurrent requests) | |
Transfer rate: 269.91 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.5 0 4 | |
Processing: 6 106 4.3 106 1008 | |
Waiting: 1 76 20.5 79 1001 | |
Total: 6 106 4.3 106 1008 | |
Percentage of the requests served within a certain time (ms) | |
50% 106 | |
66% 106 | |
75% 107 | |
80% 107 | |
90% 108 | |
95% 109 | |
98% 110 | |
99% 111 | |
100% 1008 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment