wg / wrk

Modern HTTP benchmarking tool
Other
37.56k stars 2.92k forks source link

wrk actively disconnect the TCP connection #451

Open abnerwei opened 3 years ago

abnerwei commented 3 years ago
OS: wrk v4.1.0 on MacOS

Hi, Thanks for providing such a great tool.

When I use the wrk tool to test my golang program, I find that there will always be a 503 error. The number of lost connections is the same as the number of concurrency(--connections). Using wireshark to capture packets, I found that wrk will actively disconnect the TCP connection at the end of the test, causing some requests to fail.

IMG10660
dgkanatsios commented 2 years ago

confirming similar behavior on our side.