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

Couldn't pass 200 request / second #705

Closed
rendybjunior opened this issue Dec 14, 2017 · 3 comments
Closed

Couldn't pass 200 request / second #705

rendybjunior opened this issue Dec 14, 2017 · 3 comments

Comments

@rendybjunior
Copy link

Description of issue

I tried to increase concurrent user to 100,000 and decrease min wait time to 1ms, and max wait time 2ms.
I couldn't pass 200 request / second, after increasing concurrent user and decreasing wait time.

Expected behavior

I could achive hundred thousand request / second

Actual behavior

I couldn't pass 200 request / second

Environment settings (for bug reports)

  • OS: Ubuntu 14.04
  • Python version: 2.7
  • Locust version: 0.8.1
@heyman
Copy link
Member

heyman commented Dec 14, 2017

What happens when you do this? Do you get errors? Have you increased the OS limit on the max number of open files? How much CPU does the locust/python process use?

@cgoldberg
Copy link
Member

I could achieve hundred thousand request / second

without knowing specifics of your environment and tests, it's impossible to say if this is feasible. It depends on your machine specs, network topology, configuration, number of slaves running, and many other factors. You need to monitor all resources to figure out where your bottleneck is.

btw, I hope you are running in distributed mode with many slave machines. You'll never get even close to 100,000 concurrent users from a single load generator.

@aldenpeterson-wf
Copy link
Contributor

I don't really see anything actionable here. Any expectation that a single Locust node can produce hundreds of thousands of requests per second really isn't realistic.

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

No branches or pull requests

4 participants