Class PhysicalMemoryUtilizationAlert
java.lang.Object
org.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.PhysicalMemoryUtilizationAlert
- All Implemented Interfaces:
Externalizable,Serializable,Alert
A physical memory utilization alert, fired upon triggered machine physical memory thresholds. The
alert is raised when memory crosses a 'high' threshold for a specified period of time. The alert
is resolved when memory crosses a 'low' threshold for a specified period of time.
These
thresholds can be configured by using the PhysicalMemoryUtilizationAlertConfigurer.
This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert)
for registered listeners.
- Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionrequired by java.io.Externalizable -
Method Summary
Modifier and TypeMethodDescriptionThe component UID is equivalent toOperatingSystem.getUid()The CPU utilization reading when this alert was fired.The host address of the machine that this alert corresponds to.The host name of the machine that this alert corresponds to.The memory utilization reading when this alert was fired.Methods inherited from class org.openspaces.admin.alert.alerts.AbstractAlert
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal
-
Field Details
-
HOST_ADDRESS
- See Also:
-
HOST_NAME
- See Also:
-
CPU_UTILIZATION
- See Also:
-
MEMORY_UTILIZATION
- See Also:
-
-
Constructor Details
-
PhysicalMemoryUtilizationAlert
public PhysicalMemoryUtilizationAlert()required by java.io.Externalizable -
PhysicalMemoryUtilizationAlert
-
-
Method Details
-
getComponentUid
The component UID is equivalent toOperatingSystem.getUid()- Specified by:
getComponentUidin interfaceAlert- Overrides:
getComponentUidin classAbstractAlert- Returns:
- Component UID - the unique identifier of the component associated with the alert.
-
getHostAddress
The host address of the machine that this alert corresponds to.- Returns:
- the host address; may be
null.
-
getHostName
The host name of the machine that this alert corresponds to.- Returns:
- the host name; may be
null.
-
getCpuUtilization
The CPU utilization reading when this alert was fired.- Returns:
- the CPU utilization; may be
null.
-
getMemoryUtilization
The memory utilization reading when this alert was fired.- Returns:
- the memory utilization; may be
null.
-