Created
February 14, 2017 12:55
-
-
Save avelino/0b96c09f6fa7ca6dfc26befa447120f4 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
avelino@klm ~ $ ab -n10000 -c500 http://127.0.0.1:8080/ | |
This is ApacheBench, Version 2.3 <$Revision: 1604373 $> | |
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: 500 | |
Time taken for tests: 0.636 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 1130000 bytes | |
HTML transferred: 110000 bytes | |
Requests per second: 15711.36 [#/sec] (mean) | |
Time per request: 31.824 [ms] (mean) | |
Time per request: 0.064 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1733.77 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 1.7 0 12 | |
Processing: 2 6 5.5 5 205 | |
Waiting: 2 6 5.5 5 205 | |
Total: 4 7 6.4 5 205 | |
Percentage of the requests served within a certain time (ms) | |
50% 5 | |
66% 6 | |
75% 6 | |
80% 6 | |
90% 7 | |
95% 13 | |
98% 28 | |
99% 33 | |
100% 205 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment