We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i was using the typical step-load mode copy from the document
locust --headless -u 1000 -r 100 --run-time 30m --step-load --step-clients 10 --step-time 20m
and got a "unknown user exception like the follow
[2020-05-19 20:41:59,569] brix/ERROR/locust.main: Unknown User(s): 10
The text was updated successfully, but these errors were encountered:
the parameter is now called --step-users, not --step-clients.
--step-users
--step-clients
I'll admit, the error message is really confusing though :)
Sorry, something went wrong.
thanks. that parameter works
Update documentation from --step-clients to --step-users. Adresses #1385
5cdc226
No branches or pull requests
Describe the bug
i was using the typical step-load mode copy from the document
and got a "unknown user exception like the follow
Environment
locust --headless -u 1000 -r 100 --run-time 30m --step-load --step-clients 10 --step-time 20m
The text was updated successfully, but these errors were encountered: