Created
March 4, 2016 09:02
-
-
Save ichiban/15a3267ba0d3b37d9e2b to your computer and use it in GitHub Desktop.
進捗です。1w: main: Unix.Unix_error(Unix.ECONNRESET, "read", "")とは?
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
$ wrk -t12 -c400 -d30s http://localhost:9000/ | |
Running 30s test @ http://localhost:9000/ | |
12 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 10.92ms 1.86ms 23.20ms 91.61% | |
Req/Sec 2.44k 745.81 3.65k 65.37% | |
655855 requests in 30.09s, 56.29MB read | |
Socket errors: connect 157, read 56, write 13, timeout 0 | |
Requests/sec: 21799.25 | |
Transfer/sec: 1.87MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment