Last active
August 29, 2015 13:57
-
-
Save chobie/9852357 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
chobie@debian:~$ ab -c 500 -n 500 http://0.0.0.0:9999/ | |
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 0.0.0.0 (be patient) | |
Completed 100 requests | |
Completed 200 requests | |
Completed 300 requests | |
Completed 400 requests | |
Completed 500 requests | |
Finished 500 requests | |
Server Software: | |
Server Hostname: 0.0.0.0 | |
Server Port: 9999 | |
Document Path: / | |
Document Length: 5 bytes | |
Concurrency Level: 500 | |
Time taken for tests: 0.050 seconds | |
Complete requests: 500 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 34500 bytes | |
HTML transferred: 2500 bytes | |
Requests per second: 10019.24 [#/sec] (mean) | |
Time per request: 49.904 [ms] (mean) | |
Time per request: 0.100 [ms] (mean, across all concurrent requests) | |
Transfer rate: 675.12 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 5 10 2.8 11 15 | |
Processing: 6 20 10.5 29 29 | |
Waiting: 4 12 6.8 11 25 | |
Total: 20 31 8.2 36 40 | |
Percentage of the requests served within a certain time (ms) | |
50% 36 | |
66% 37 | |
75% 38 | |
80% 38 | |
90% 39 | |
95% 40 | |
98% 40 | |
99% 40 | |
100% 40 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment