Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeouts in wrk2 response #105

Open
hinawatts opened this issue Jan 21, 2021 · 3 comments
Open

Timeouts in wrk2 response #105

hinawatts opened this issue Jan 21, 2021 · 3 comments

Comments

@hinawatts
Copy link

Hi,
Can someone explain when wrk2 reports timeouts in response ?
I am doing performance benchmark of a service, and I see response like below -
Socket errors: connect 0, read 0, write 0, timeout 1139 Requests/sec: 9326.30
As per my understanding 1139 requests are those that reached our service but did not get response from our service within configured timeout(tried configuring timeout to 50s for this run). However, when I see service logs, these requests never reached service.
Please help me understand when are timeouts reported in wrk2.

@ayende
Copy link

ayende commented Feb 5, 2021

I'm also seeing something similar.

@anshchauhan
Copy link

Same here...

@hinawatts
Copy link
Author

After multiple runs and using wrk with different configurations, one conclusion I made is - The timeout requests include requests that kept waiting for connection to your service and since all connections of your service are busy processing requests, the requests got timed out at wrk level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants