This SLB method tie to the source IP of the client to the real server processing the request. An example application for this metric is when doing e-commerce transactions and a specific server needs to maintain state about the client’s transaction. Keep in mind that if a large ISP deploys a Mega-Proxy, that one real server could service thousands of requests. (A Mega-Proxy is used to proxy all client requests from a single IP.)
slb group method <group_name> pi <hash_bits> [rr, sr, lc]
hash_bits - Number of IP bits to be hashed (1 - 32) when creating a hash table. (Default value is 32)
[rr, sr, lc] - Method to use when choosing the first server (rr, sr, lc). (Default value is rr)