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

Is it possible to keep a constant concurrency rate through out the run? #213

Closed
soumsg opened this issue Nov 25, 2016 · 1 comment · Fixed by #1320
Closed

Is it possible to keep a constant concurrency rate through out the run? #213

soumsg opened this issue Nov 25, 2016 · 1 comment · Fixed by #1320

Comments

@soumsg
Copy link

soumsg commented Nov 25, 2016

When I set the arrivalRate to 10 and if the app server can process only 8 per sec, the next second concurrency level become 12. I was wondering if it is possible to keep a constant concurrency rate through out the run.

@hassy
Copy link
Member

hassy commented Nov 26, 2016

There's arrivalCount which can be used to create a specific number of virtual users, which will maintain a constant concurrency level if the scenarios are long.

Otherwise there's no way to maintain a constant concurrency rate.

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

Successfully merging a pull request may close this issue.

2 participants