- Agent 1: weight 30. Agent 2: weight 70, Total users: 1000
- Agent 1 will get 300 users
- Agent 2 will get 700 users - Agent 1: weight 50. Agent 2: weight 100, Total users: 1000
- Agent 1 will get 333 users
- Agent 2 will get 667 users
For this example, the total weight is 150 (Agent 1 + Agent 2).
Then get the percentage of each agent with this total weight, that leads to
Agent 1 = 50/150 = 33.3333% of the total users = 333 users
Agent 2 = 100/150 = 66.6667% of the total users = 667 users
Screenshot of Load test agent properties |