Created
September 11, 2013 04:28
-
-
Save chespinoza/6519352 to your computer and use it in GitHub Desktop.
Apache-Web2py
This file contains 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
cespinoza@xanadu ~ $ ab -n 100000 -c 1000 -t 1 -k -g out.dat http://127.0.0.1/ | |
This is ApacheBench, Version 2.3 <$Revision: 655654 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 127.0.0.1 (be patient) | |
Finished 166 requests | |
Server Software: Apache/2.2.22 | |
Server Hostname: 127.0.0.1 | |
Server Port: 80 | |
Document Path: / | |
Document Length: 66 bytes | |
Concurrency Level: 1000 | |
Time taken for tests: 1.001 seconds | |
Complete requests: 166 | |
Failed requests: 0 | |
Write errors: 0 | |
Non-2xx responses: 167 | |
Keep-Alive requests: 24 | |
Total transferred: 47624 bytes | |
HTML transferred: 11022 bytes | |
Requests per second: 165.76 [#/sec] (mean) | |
Time per request: 6032.645 [ms] (mean) | |
Time per request: 6.033 [ms] (mean, across all concurrent requests) | |
Transfer rate: 46.44 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 10 3.3 11 11 | |
Processing: 4 470 292.6 513 978 | |
Waiting: 4 459 292.4 463 976 | |
Total: 15 479 293.7 523 989 | |
Percentage of the requests served within a certain time (ms) | |
50% 523 | |
66% 589 | |
75% 721 | |
80% 805 | |
90% 908 | |
95% 931 | |
98% 976 | |
99% 986 | |
100% 989 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment