|
The class mmasOLPService configures the overload parameters for HTTP.
Overload can be determined on two resources: memory and CPU.
For each resource, two thresholds are defined. Max and regular.
If regular or Max threshold is activated, it will reject the HTTP requests with 503 Service Unavailable.
Each threshold is specified with an upper value and lower value. A threshold is activated when a resource, such as CPU or memory, is exceeds the upper threshold (taking into account the activation algorithm and the number of samples). After a threshold is activated, it can only be deactivated when the resource drops below the lower threshold value (taking into accound the deactivation algorithm and the number of samples).
|