ns-spParams¶
The following operations can be performed on "ns-spParams":
set ns spParams¶
Sets surge protection attributes on the appliance.
Synopsis¶
set ns spParams [-baseThreshold <integer>] [-throttle <throttle>]
Arguments¶
baseThreshold
Maximum number of server connections that can be opened before surge protection is activated. Default value: 200 Maximum value: 32767
throttle
Rate at which the system opens connections to the server.
Possible values: Aggressive, Normal, Relaxed Default value: Normal
Example¶
set ns spparams -baseThreshold 1000 -throttle aggressive set ns spparams -throttle relaxed
unset ns spParams¶
Use this command to remove ns spParams settings.Refer to the set ns spParams command for meanings of the arguments.
Synopsis¶
unset ns spParams [-baseThreshold] [-throttle]
show ns spParams¶
Displays the surge protection configuration on the appliance. Surge protection parameters are set by using the 'set ns spParams' command.
Synopsis¶
show ns spParams
Arguments¶
Output¶
baseThreshold
The base threshold. This is the maximum number of server connections that can be open before surge protection is activated.
throttle
Rate at which the system opens connections to the server.
Table
Table.
builtin
Flag to determine if sp param is built-in or not
feature
The feature to be checked while applying this config
Example¶
show ns spparams Surge Protection parameters: BaseThreshold: 200 Throttle: Normal Done