Last active
February 7, 2017 14:22
-
-
Save sean3z/e06cfd0ebff0231771e8173f44eb5177 to your computer and use it in GitHub Desktop.
AB Benchmark Results Rust (via Rocket) - 10,000 requests (10 concurrent)
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
D:\www\apache-2.4.25\bin>ab -n 10000 -c 10 http://127.0.0.1:8002/ | |
This is ApacheBench, Version 2.3 <$Revision: 1757674 $> | |
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: rocket | |
Server Hostname: 127.0.0.1 | |
Server Port: 8002 | |
Document Path: / | |
Document Length: 13 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 1.069 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Total transferred: 1650000 bytes | |
HTML transferred: 130000 bytes | |
Requests per second: 9354.00 [#/sec] (mean) | |
Time per request: 1.069 [ms] (mean) | |
Time per request: 0.107 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1507.24 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.2 0 1 | |
Processing: 0 1 0.3 1 5 | |
Waiting: 0 1 0.5 1 5 | |
Total: 0 1 0.3 1 5 | |
Percentage of the requests served within a certain time (ms) | |
50% 1 | |
66% 1 | |
75% 1 | |
80% 1 | |
90% 1 | |
95% 2 | |
98% 2 | |
99% 2 | |
100% 5 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment