appqoe-parameter¶
The following operations can be performed on "appqoe-parameter":
show appqoe parameter¶
Displays the values of the session life and filename parameters
Synopsis¶
show appqoe parameter
Arguments¶
Output¶
sessionLife appqoe session life (in seconds)
avgwaitingclient average number of client connections, that can sit in service waiting queue
MaxAltRespBandWidth maximum bandwidth which will determine whether to send alternate content response
dosAttackThresh average number of client connection that can queue up on vserver level without triggering DoS mitigation module
Example¶
show appqos parameter
unset appqoe parameter¶
Use this command to remove appqoe parameter settings.Refer to the set appqoe parameter command for meanings of the arguments.
Synopsis¶
unset appqoe parameter [-sessionLife] [-avgwaitingclient] [-MaxAltRespBandWidth] [-dosAttackThresh]
set appqoe parameter¶
Sets the parameters for displaying appqoe information.
Synopsis¶
set appqoe parameter [-sessionLife
Arguments¶
sessionLife Time, in seconds, between the first time and the next time the AppQoE alternative content window is displayed. The alternative content window is displayed only once during a session for the same browser accessing a configured URL, so this parameter determines the length of a session. Default value: 300 Minimum value: 1 Maximum value: 4294967294
avgwaitingclient average number of client connections, that can sit in service waiting queue Default value: 1000000 Minimum value: 0 Maximum value: 4294967294
MaxAltRespBandWidth maximum bandwidth which will determine whether to send alternate content response Default value: 100 Minimum value: 1 Maximum value: 4294967294
dosAttackThresh average number of client connection that can queue up on vserver level without triggering DoS mitigation module Default value: 2000 Minimum value: 0 Maximum value: 4294967294
Example¶
set appqoe parameter -sessionlife 200 -avgwaitingclient 10