Created
September 25, 2011 22:04
-
-
Save jmoyers/1241230 to your computer and use it in GitHub Desktop.
luvit ab
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
This is ApacheBench, Version 2.3 <$Revision: 1139530 $> | |
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) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8080 | |
Document Path: / | |
Document Length: 11 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 1.586 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 760000 bytes | |
HTML transferred: 110000 bytes | |
Requests per second: 6303.32 [#/sec] (mean) | |
Time per request: 15.865 [ms] (mean) | |
Time per request: 0.159 [ms] (mean, across all concurrent requests) | |
Transfer rate: 467.82 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 1 7 9.4 7 125 | |
Processing: 1 8 12.2 7 126 | |
Waiting: 1 8 12.2 7 126 | |
Total: 7 16 15.5 14 133 | |
Percentage of the requests served within a certain time (ms) | |
50% 14 | |
66% 14 | |
75% 15 | |
80% 15 | |
90% 16 | |
95% 18 | |
98% 108 | |
99% 131 | |
100% 133 (longest request) |
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
This is ApacheBench, Version 2.3 <$Revision: 1139530 $> | |
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) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8080 | |
Document Path: / | |
Document Length: 11 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 1.728 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 950000 bytes | |
HTML transferred: 110000 bytes | |
Requests per second: 5785.92 [#/sec] (mean) | |
Time per request: 17.283 [ms] (mean) | |
Time per request: 0.173 [ms] (mean, across all concurrent requests) | |
Transfer rate: 536.78 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 1.3 0 95 | |
Processing: 1 17 15.3 14 121 | |
Waiting: 1 17 15.3 14 121 | |
Total: 2 17 15.3 15 121 | |
Percentage of the requests served within a certain time (ms) | |
50% 15 | |
66% 19 | |
75% 21 | |
80% 22 | |
90% 26 | |
95% 30 | |
98% 96 | |
99% 103 | |
100% 121 (longest request) |
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
[jmoyers@Joshuas-MacBook-Air:/usr/local/apache2/bin]:: ab -n 10000 -c 100 http://127.0.0.1:8080/ | |
This is ApacheBench, Version 2.3 <$Revision: 1139530 $> | |
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) | |
Completed 1000 requests | |
Completed 2000 requests | |
Completed 3000 requests | |
Completed 4000 requests | |
Completed 5000 requests | |
Completed 6000 requests | |
Completed 7000 requests | |
Completed 8000 requests | |
Completed 9000 requests | |
Completed 10000 requests | |
Finished 10000 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8080 | |
Document Path: / | |
Document Length: 11 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 2.065 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 950000 bytes | |
HTML transferred: 110000 bytes | |
Requests per second: 4843.54 [#/sec] (mean) | |
Time per request: 20.646 [ms] (mean) | |
Time per request: 0.206 [ms] (mean, across all concurrent requests) | |
Transfer rate: 449.35 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.4 0 4 | |
Processing: 1 20 27.8 17 284 | |
Waiting: 1 20 27.7 17 284 | |
Total: 1 21 27.7 17 284 | |
Percentage of the requests served within a certain time (ms) | |
50% 17 | |
66% 21 | |
75% 24 | |
80% 26 | |
90% 31 | |
95% 35 | |
98% 85 | |
99% 261 | |
100% 284 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adding v0.4.12 momentarily