| setlbvserver_newservicerequest |
Use this method to set number of requests, or percentage of the load on existing services, by which to increase the load on a new service at each interval in slow-start mode. A non-zero value indicates that slow-start is applicable. A zero value indicates that the global RR startup parameter is applied. Changing the value to zero will cause services currently in slow start to take the full traffic as determined by the LB method. Subsequently, any new services added will use the global RR factor. |
Syntax |
Parameters |
name |
Name of the virtual server. This is mandatory parameter. |
newservicerequest |
Number of requests, or percentage of the load on existing services, by which to increase the load on a new service at each interval in slow-start mode. A non-zero value indicates that slow-start is applicable. A zero value indicates that the global RR startup parameter is applied. Changing the value to zero will cause services currently in slow start to take the full traffic as determined by the LB method. Subsequently, any new services added will use the global RR factor. Default value = 0. |
newservicerequestunit |
Units in which to increment load at each interval in slow-start mode. Default value = NEWSVC_REQTYPE_REQS_PER_SEC. Possible Values : PER_SECOND, PERCENT. |
Return Value |
Returns simpleResult |
See Also |