Node A RPS
480
Distribute total RPS across nodes based on weighted load balancing.
Node A RPS
480
Node B RPS
420
Node C RPS
300
This tool applies weighted balancing ratios to a total throughput target, estimating how many requests per second each node should absorb.
node_rps = total_rps * (node_weight / sum_of_weights)Use real load-balancer policy and health-check behavior for production-grade planning.
With 1200 total RPS and weights 40/35/25, node allocation is approximately 480/420/300 RPS.
No. Any positive weights work; values are normalized.
Yes, it approximates weighted distribution outcomes.
No. Model failover separately by removing nodes and recalculating.