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

Wrong request count #280

Closed
lilydjwg opened this issue May 16, 2017 · 2 comments
Closed

Wrong request count #280

lilydjwg opened this issue May 16, 2017 · 2 comments

Comments

@lilydjwg
Copy link

I find that, for n connections, wrk counts m less requests than the web server actually sees / logs, where m <= n.

This seems to be caused by wrk may stop without running the response_complete callback. Maybe wrk can run the last requests till complete, or indicate there are more requests hit the web server than which wrk knows have completed

@ms2008
Copy link

ms2008 commented Jun 5, 2017

referrer #119

@wg
Copy link
Owner

wg commented Jan 21, 2018

Thanks @ms2008! wrk no longer has a calibration phase, but requests could be in flight when the testing interval ends and wrk isn't going to wait for them to complete.

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