You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a requirement where we have to test an external VIP on https end-point.
We would like to create new connections and test the rate at which it can sustain.
I am able to generate 100,000 RPS on the servers with 30000 ( hatch rate - 10 K ) 1000 locust bots. But the number of connection rate on the external vip is still 10,000 RPS.
Currently using HttpLocust class . ( Tried with FastHttpLocust as well )
Can any one share knowledge on the sessions that locust bot is creating.
The text was updated successfully, but these errors were encountered:
Description of issue / feature request
Currently we have a requirement where we have to test an external VIP on https end-point.
We would like to create new connections and test the rate at which it can sustain.
Currently using HttpLocust class . ( Tried with FastHttpLocust as well )
Can any one share knowledge on the sessions that locust bot is creating.
The text was updated successfully, but these errors were encountered: