Created
August 22, 2012 17:47
-
-
Save jordanorelli/3427872 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
jordanorelli@yupa[0] ~: ab -n 10 -c 10 "http://127.0.0.1:8080/" | |
This is ApacheBench, Version 2.3 <$Revision: 1178079 $> | |
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).....done | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8080 | |
Document Path: / | |
Document Length: 10 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 10.004 seconds | |
Complete requests: 10 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 1070 bytes | |
HTML transferred: 100 bytes | |
Requests per second: 1.00 [#/sec] (mean) | |
Time per request: 10003.620 [ms] (mean) | |
Time per request: 1000.362 [ms] (mean, across all concurrent requests) | |
Transfer rate: 0.10 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.1 0 0 | |
Processing: 10002 10002 0.5 10002 10003 | |
Waiting: 10001 10002 0.6 10002 10003 | |
Total: 10002 10002 0.4 10002 10003 | |
Percentage of the requests served within a certain time (ms) | |
50% 10002 | |
66% 10002 | |
75% 10003 | |
80% 10003 | |
90% 10003 | |
95% 10003 | |
98% 10003 | |
99% 10003 | |
100% 10003 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment