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

Support ramping up the requests over time #607

Open
nioncode opened this issue Nov 22, 2024 · 0 comments
Open

Support ramping up the requests over time #607

nioncode opened this issue Nov 22, 2024 · 0 comments

Comments

@nioncode
Copy link

It would be nice if oha would support ramping up the requests over time, so that we can give a rate like --rampup 5 which means to add 5 requests/s, so that it does:

  • 0s: 5 requests/s
  • 1s: 10 requests/s
  • 2s: 15 requests/s
  • 3s: 20 requests/s
  • ...
  • 1000s: 5000 requests/s
  • ...

That way one could measure after what time the latencies of a service get worse or how many requests/s it can reasonably handle without blowing up the latencies.

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

1 participant