SlbPredictor
The predictor represents the load-balancing algorithm being used on a server farm to distribute load evenly among real servers. 'roundRobin' : assign evenly amongst real servers. 'leastConns' : assign to the real server with the least number of current connections. 'ipHash' : assign based on the hash value of the source IP and destination IP address. 'ipHashSrc' : assign based on the hash value of the source IP address. 'ipHashDest' : assign based on the hash value of the destination IP address. 'urlHash' : assign based on the hash value of the URL string. 'forward' : forward the connection to the appropriate next-hop as determined by a routing lookup on the destination IP address. 'leastLoaded' : assign to a real server that is least loaded/busy. The load information is available from agents(DFP, SASP etc). 'httpCookieHash' : assign based on the hash value of the HTTP Cookie value. 'httpHeaderHash' : assign based on the hash value of the HTTP Header Name. 'layer4PayloadHash' : assign to real server based on the hash value (of configured attributes) of the layer 4 payload. 'responseTime' : assign to real server with lowest average response time(for the configured method). 'leastBandwidth' : assign to a real server which has least traffic/bandwidth in a given sampling period. 'httpContentHash' : assign to real server based on the hash value (of configured attributes) of the HTTP payload.
Possible values
14 objects| Number | Name |
|---|---|
| 1 | roundRobin |
| 2 | leastConns |
| 3 | ipHash |
| 4 | ipHashSrc |
| 5 | ipHashDest |
| 6 | urlHash |
| 7 | forward |
| 8 | leastLoaded |
| 9 | httpCookieHash |
| 10 | httpHeaderHash |
| 11 | layer4PayloadHash |
| 12 | responseTime |
| 13 | leastBandwidth |
| 14 | httpContentHash |