Created
March 12, 2018 12:32
-
-
Save densh/60e9db68cd77352d5c785b1b60185fbf to your computer and use it in GitHub Desktop.
This file contains 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 10000 "http://127.0.0.1:7000/" | |
This is ApacheBench, Version 2.3 <$Revision: 1807734 $> | |
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: 7000 | |
Document Path: / | |
Document Length: 357 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 1.898 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 4550000 bytes | |
HTML transferred: 3570000 bytes | |
Requests per second: 5268.51 [#/sec] (mean) | |
Time per request: 0.190 [ms] (mean) | |
Time per request: 0.190 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2340.99 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 0 0 1.7 0 166 | |
Waiting: 0 0 1.7 0 166 | |
Total: 0 0 1.7 0 166 | |
Percentage of the requests served within a certain time (ms) | |
50% 0 | |
66% 0 | |
75% 0 | |
80% 0 | |
90% 0 | |
95% 0 | |
98% 0 | |
99% 0 | |
100% 166 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment