-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
http_req_blocked should include delays caused by the --rps option #1169
Comments
I think this will be hard and instead, we should just deprecate the |
Hmm, it shouldn't be too hard, I think... But in any case, I don't think it will happen in 0.30, so I'll remove it from the milestone. Looking over the issue again, calculating delays due to |
Team agreed that it should be addressed under a new HTTP module #2461 |
If I have the following script:
I'd currently get results at the end of the test like this:
There's absolutely no indication that the
rps
option has delayed or restricted any of the requests. And it has, tremendously, since without it, the summary looks like this:I think we should record any delays caused by
rps
in thehttp_req_blocked
metric. That metric isn't very usable at the moment anyway, and it makes sense to track the delay there.The text was updated successfully, but these errors were encountered: