[OpenSIPS-Users] Question about Load Balancer

Bakko asannucci at gmail.com
Wed Aug 21 15:43:19 CEST 2013


Hello,

this is the normal behavior.

You can change it in script route using algorithm option:

load_balance(grp,resources[,alg])

algorithm- algorithm used for computing the available load on the system:

0- Absolute value - the effective available load ( maximum_load - 
current_load) is used in computing the load of
each pear/resource.

1- Relative value - the relative available load (how many percentages 
are free) is used in computing the load of each
pear/resource.

If missing, the default algorithm in 0.

Regards



More information about the Users mailing list