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

command line arguments for clients and spawn rate should populate ui in the same way as url #1186

Closed
cjw296 opened this issue Dec 4, 2019 · 1 comment · Fixed by #1339
Closed

Comments

@cjw296
Copy link

cjw296 commented Dec 4, 2019

Describe the bug

The command parameters should consistently populate the UI boxes.

Expected behavior

Command line arguments for clients and spawn rate should populate ui in the same way as url

Actual behavior

While the command line arguments for url is populated into the web ui, those are clients and spawn rate are ignored and only used if the web ui is not started.

Steps to reproduce

python3.6 locust.py -c 1000 -s 100 

Environment settings

  • OS: RHEL7.5
  • Python version: 3.6
  • Locust version: latest
@cjw296 cjw296 added the bug label Dec 4, 2019
@cyberw
Copy link
Collaborator

cyberw commented Jan 11, 2020

Great suggestion! If you implement it I would definitely merge it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants