Created
October 10, 2016 16:26
-
-
Save dataf3l/2526fc1b18af60dfa66dfdb4c96afa1f 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
Felipes-MacBook-Pro:backend2 a$ ab -c 10 -n 1000 http://localhost:3000/ | |
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 localhost (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: localhost | |
Server Port: 3000 | |
Document Path: / | |
Document Length: 11 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 10.941 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 55000 bytes | |
HTML transferred: 11000 bytes | |
Requests per second: 91.40 [#/sec] (mean) | |
Time per request: 109.414 [ms] (mean) | |
Time per request: 10.941 [ms] (mean, across all concurrent requests) | |
Transfer rate: 4.91 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.3 0 8 | |
Processing: 27 108 19.4 104 185 | |
Waiting: 27 108 19.4 104 185 | |
Total: 28 109 19.4 104 185 | |
Percentage of the requests served within a certain time (ms) | |
50% 104 | |
66% 112 | |
75% 118 | |
80% 123 | |
90% 137 | |
95% 147 | |
98% 163 | |
99% 173 | |
100% 185 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment