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

why drop the "-n "prameter after version 0.8 #1048

Closed
whidbey opened this issue Jul 13, 2019 · 1 comment
Closed

why drop the "-n "prameter after version 0.8 #1048

whidbey opened this issue Jul 13, 2019 · 1 comment

Comments

@whidbey
Copy link

whidbey commented Jul 13, 2019

I can't use " locust -f xx.py -n 10000 -c 100 -r 10 now.
I just want to force simulate sounds of connection and tcp package in short time to make down my server.

Description of issue

TBD

Expected behavior

TBD

Actual behavior

TBD

Environment settings

  • OS:
  • Python version:
  • Locust version:

Steps to reproduce (for bug reports)

TBD - please provide example code

@cgoldberg
Copy link
Member

why drop the "-n "prameter after version 0.8

We switched to time-based runs rather than using request count as a way to define run duration. It's a better model.

I can't use " locust -f xx.py -n 10000 -c 100 -r 10 now.

Correct. Instead of -n, use the -t parameter to define the run time.

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

2 participants