Basic Weight Questions with HAProxy
Posted
by
Kyle Brandt
on Server Fault
See other posts from Server Fault
or by Kyle Brandt
Published on 2011-02-07T14:37:53Z
Indexed on
2011/02/07
15:27 UTC
Read the original article
Hit count: 177
load-balancing
|haproxy
- Do weights assigned to servers only effect the balance within that particular backend?
- When implementing weights for the first time, if I give all the servers in a backend the same number, would that be the same as before when there we no weights?
- How do I calculate just how much traffic I am shiffting by adjust weights by certain amounts. For example:
server web1 10.10.10.10 weight 100 server web2 10.10.10.11 weight 100 server web3 10.10.10.12 weight 90 server web4 10.10.10.13 weight 90
© Server Fault or respective owner