Replies: 1 comment 2 replies
-
Hi! Not 100% sure what is the question :) Do you want to increase the number of sessions until LB starts throwing old sessions out? Probably you just need to increase the number of Users / ramp up speed further. Maybe clear cookies between each task iteration? https://docs.locust.io/en/stable/faq.html#clear-cookies-to-make-the-next-task-iteration-seem-like-a-new-user-to-my-system-under-test |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
please guide me how to set up sessions count via Locust to test my LoadBalancer limitations. I'm using HA Proxy as lb with user session limits:
I've already tried to apply number of workers:
https://docs.locust.io/en/stable/running-distributed.html#expect-workers-number-of-workers
But the only thing I've got is an RPS increased.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions