Created
January 20, 2013 15:37
-
-
Save schocco/4579384 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
ab -n10000 -c100 http://127.0.0.1:8080/index.html | |
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) | |
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: /index.html | |
Document Length: 28062 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 1.977 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 281290000 bytes | |
HTML transferred: 280620000 bytes | |
Requests per second: 5058.94 [#/sec] (mean) | |
Time per request: 19.767 [ms] (mean) | |
Time per request: 0.198 [ms] (mean, across all concurrent requests) | |
Transfer rate: 138967.75 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 5 67.6 0 999 | |
Processing: 1 15 7.9 14 241 | |
Waiting: 1 15 7.9 14 241 | |
Total: 1 20 68.0 14 1021 | |
Percentage of the requests served within a certain time (ms) | |
50% 14 | |
66% 17 | |
75% 19 | |
80% 20 | |
90% 24 | |
95% 28 | |
98% 33 | |
99% 48 | |
100% 1021 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment