Created
June 10, 2016 06:45
-
-
Save dgoldie/015d2e4a7735126edb81ef3029a9eaa0 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 -n 1000 -c 100 http://127.0.0.1:4001/api/test/ | |
This is ApacheBench, Version 2.3 <$Revision: 1706008 $> | |
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 100 requests | |
Completed 200 requests | |
Completed 300 requests | |
Completed 400 requests | |
Completed 500 requests | |
Completed 600 requests | |
Completed 700 requests | |
Completed 800 requests | |
Completed 900 requests | |
Completed 1000 requests | |
Finished 1000 requests | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 4001 | |
Document Path: /api/test/ | |
Document Length: 13 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 0.231 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 252000 bytes | |
HTML transferred: 13000 bytes | |
Requests per second: 4320.01 [#/sec] (mean) | |
Time per request: 23.148 [ms] (mean) | |
Time per request: 0.231 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1063.13 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 1 8 2.3 9 11 | |
Processing: 7 14 13.7 10 60 | |
Waiting: 7 14 13.6 9 60 | |
Total: 11 22 11.7 19 63 | |
Percentage of the requests served within a certain time (ms) | |
50% 19 | |
66% 19 | |
75% 20 | |
80% 20 | |
90% 52 | |
95% 57 | |
98% 59 | |
99% 61 | |
100% 63 (longest request) | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment