Basic Weight Questions with HAProxy

Solution 1:

  1. It should be.

  2. Yes.

    From haproxy config. The "weight" parameter is used to adjust the server's weight relative to other servers. All servers will receive a load proportional to their weight relative to the sum of all weights, so the higher the weight, the higher the load. The default weight is 1, and the maximal value is 256.

  3. It should be proportional as stated in 2.