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

How many locust-workers can I add to a locust-master? #605

Closed
umiyosh opened this issue Jun 15, 2017 · 3 comments
Closed

How many locust-workers can I add to a locust-master? #605

umiyosh opened this issue Jun 15, 2017 · 3 comments

Comments

@umiyosh
Copy link

umiyosh commented Jun 15, 2017

Hi locustio and community

We built locust-cluster on GKE for a stress test.
Our locust-cluster size is as below.

  • locust workers(GKE replicas): 3200 on 960 GKE node VMs(node spec is n1-highcpu-8 :8 vCPUs, 7.2 GB memory)
    • Note: CPUs we prepared are 8640 core but locust had actually used 4800 cores in our test scenario
  • Simultaneous connection: 500000 users
  • HTTP(s) throughput: 450000 ~ 500000 RPS

Our locust-cluster well behave according to the above cluster size. And we were able to carry out the test as designed.
Thank you for a wonderful tool!

By the way, we plan to carry out a larger stress test in the near future.

  • locust workers(GKE replicas): ???
  • Simultaneous connection: 5000000 users
  • HTTP(s) throughput: 4500000 ~ 5000000 RPS

I heard that scalability updates in Kubernetes 1.6: Kubernetes can scale out 5,000 node and 150,000 pod clusters.

Kubernetes: Kubernetes 1.6: Multi-user, Multi-workloads at Scale

I'm candid afraid with tremendous sizes, but do you think how many sizes locust can scale out?

@cgoldberg
Copy link
Member

I'm candid afraid with tremendous sizes, but do you think how many sizes locust can scale out?

I can't interpret exactly what you are asking here.. can you possibly rephrase the question in better english?

@umiyosh
Copy link
Author

umiyosh commented Jun 16, 2017

Please excuse my poor English. I rephrased Question as I could. 😣

question rephrased

  • How many locust-workers can I add to a locust-master? Is there a limitation in locust?

@umiyosh umiyosh changed the title How many sizes can locust scale out? How many can I add locust-worker to locust-master? Jun 16, 2017
@umiyosh umiyosh changed the title How many can I add locust-worker to locust-master? How many locust-workers can I add to a locust-master? Jun 21, 2017
@aldenpeterson-wf
Copy link
Contributor

There is not a limitation in locust - https://github.com/locustio/locust/blob/master/locust/runners.py

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

3 participants