Created
September 11, 2013 04:26
-
-
Save chespinoza/6519344 to your computer and use it in GitHub Desktop.
Revel test
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:9000/ | |
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 1034 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 9000 | |
Document Path: / | |
Document Length: 0 bytes | |
Concurrency Level: 1000 | |
Time taken for tests: 1.001 seconds | |
Complete requests: 1034 | |
Failed requests: 238 | |
(Connect: 0, Receive: 0, Length: 238, Exceptions: 0) | |
Write errors: 0 | |
Non-2xx responses: 796 | |
Keep-Alive requests: 1034 | |
Total transferred: 378844 bytes | |
HTML transferred: 181356 bytes | |
Requests per second: 1033.35 [#/sec] (mean) | |
Time per request: 967.724 [ms] (mean) | |
Time per request: 0.968 [ms] (mean, across all concurrent requests) | |
Transfer rate: 369.73 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 6 7.6 0 25 | |
Processing: 2 216 306.4 55 974 | |
Waiting: 2 216 306.4 55 974 | |
Total: 2 222 307.5 69 991 | |
Percentage of the requests served within a certain time (ms) | |
50% 69 | |
66% 108 | |
75% 217 | |
80% 322 | |
90% 815 | |
95% 962 | |
98% 976 | |
99% 984 | |
100% 991 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment