Created
April 13, 2014 18:06
Event Store full atom reads
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
greg@orc:~/src/evhttp-sharp$ ab -k -n 5000000 -c 200 http://127.0.0.1:2113/streams/test-stream | |
This is ApacheBench, Version 2.3 <$Revision: 1430300 $> | |
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 500000 requests | |
Completed 1000000 requests | |
Completed 1500000 requests | |
Completed 2000000 requests | |
Completed 2500000 requests | |
Completed 3000000 requests | |
Completed 3500000 requests | |
Completed 4000000 requests | |
Completed 4500000 requests | |
Completed 5000000 requests | |
Finished 5000000 requests | |
Server Software: Mono-HTTPAPI/1.0 | |
Server Hostname: 127.0.0.1 | |
Server Port: 2113 | |
Document Path: /streams/test-stream | |
Document Length: 0 bytes | |
Concurrency Level: 200 | |
Time taken for tests: 809.497 seconds | |
Complete requests: 5000000 | |
Failed requests: 0 | |
Write errors: 0 | |
Non-2xx responses: 5000000 | |
Keep-Alive requests: 4950590 | |
Total transferred: 2252826083 bytes | |
HTML transferred: 0 bytes | |
Requests per second: 6176.68 [#/sec] (mean) | |
Time per request: 32.380 [ms] (mean) | |
Time per request: 0.162 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2717.77 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 2.3 0 998 | |
Processing: 0 32 13.3 31 256 | |
Waiting: 0 32 13.3 31 256 | |
Total: 0 32 13.5 31 1051 | |
Percentage of the requests served within a certain time (ms) | |
50% 31 | |
66% 36 | |
75% 40 | |
80% 43 | |
90% 50 | |
95% 56 | |
98% 65 | |
99% 70 | |
100% 1051 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment