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

Severe difference in RPS when adding more than two URLs #722

Closed
celord opened this issue Jan 12, 2018 · 2 comments
Closed

Severe difference in RPS when adding more than two URLs #722

celord opened this issue Jan 12, 2018 · 2 comments

Comments

@celord
Copy link

celord commented Jan 12, 2018

Description of issue / feature request

We are using locust distributed, each agent is runnung 8 instances of locust slave when targetting just 1 url we get 4659 RPS but when adding another 5 urls to the test we can't pass the 350 RPS

Expected behavior

To achieve the same 4659 RPS divided by the 5 URLs used

Actual behavior

We are getting only aprox 350 RPS

Environment settings (for bug reports)

  • OS: Ubuntu
  • Python version: 2.7
  • Locust version: 0.8.1
@aldenpeterson-wf
Copy link
Contributor

Are you sure that the responses from the additional urls are actually as fast?

It's possible one of the 5 urls is slowing everything down.

@celord
Copy link
Author

celord commented Jan 12, 2018

@aldenpeterson-wf that was the problem.
Thanks

@celord celord closed this as completed Jan 12, 2018
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