class MmasOLPService

ManagedElement
+-Mmas
+-MmasOLPService
+-MmasOLPCpu [1..1]
+-MmasOLPMem [1..1]

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).

Attributes
boolean
noNotification
enable = false
This attribute enables the OLP service in general.
Default value is false. If true, the overload protection manager is enabled and operates according to cpu-overload-protection, memory-overload-protection, and other overload-protection-service attributes. Overload regulation protects Web containers from excessive CPU or memory usage.
string
key
mandatory
noNotification
restricted
mmasOLPServiceId
This attribute defines the identity of the mmasOLPService instance.
NonNegativeInteger32
noNotification
retryAfterInterval = 10
This attribute specifies the interval in seconds between request retries.
Default value is 10 seconds. Allowed value is non negative integer. This is part of the retry-after header in a 503 response.

  class MmasOLPService