lslb split workload

Clockwork

Well-Known Member
#1
Hello,

is it possible to split the workload of a backend server in lslb?

example:
server1 receives 60% traffic
server2 receives 40% traffic

I'm looking for a similar feature like the weight=X tag in nginx.
 

mistwang

LiteSpeed Staff
#2
Just assign different value for "Max connections" to the different backend, like "60" connections to server1, "40" connections to "server2", LSLB will use that as "weight" for different backend.
 

dihuta

Well-Known Member
#3
Just assign different value for "Max connections" to the different backend, like "60" connections to server1, "40" connections to "server2", LSLB will use that as "weight" for different backend.
Where to assign this?
In each of web server or in Litespeed Load Balancer web cp?
 
Top