Adaptive scheduling command level
- Last Updated: October 9, 2024
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
The following commands are available at the adaptive command level. No changes to the configuration will occur until the command level returns to the top level i.e. when the user types “exit”.
Interval <Integer>
With this command, the interval of sampling the server loads will be set to <Integer> seconds.
Min <Integer>
The minimum load (as a percentage) where adaptive balancing takes effect can be set.
If the mean load of the server falls below this threshold, the Virtual Service will be considered "idle" and the weights will return gradually to their "static" values.
Port <PortSpec>
The specified port will be used to access the Real Servers where adaptive checking is enabled.
Show
Displays the current adaptive checking parameters.
Url <String>
<String> specifies a URL, which will be fetched by the adaptive checking system. The contents of this URL should specify the load on the current Real Server, with 0 representing no load and 100 representing a fully loaded server.
Weight <Integer>
This specifies the minimal value of the weight (as a percentage of the static weight).
The adaptive scheduling method will not adjust a server weight below this value.
Help
Prints out a list of the available commands at the adaptive command level.
End
Terminates the CLI session. No changes performed after entering this level will be saved.
Exit
Returns the input to the top command level. Any changes will be written to the configuration file, and the system will be updated accordingly.