This monitor will check the virtual memory usage of SAP Cloud connector and others processes.
| Parameter | Description |
|---|---|
| Active | To enable or disable a rule |
| Available metrics | Select the virtual memory to monitor |
| Thresholds | Virtual memory utilization or free in % |
| Severity | The severity of the alarm generated |
| Alarm | Enable/disable alarm sending |
| Active | Available metrics | Thresholds | Severity | Alarm |
|---|---|---|---|---|
| true | MEMORY_VIRTUAL_CLOUD_CONNECTOR_USAGE | 10 | MAJOR | true |
Effect : Generates a MAJOR alarm if the virtual memory usage of Cloud connector is >= 10%.
Alarm message : Virtual memory usage by Cloud connector is 50.0% (>= 10.0%)
| Active | Available metrics | Thresholds | Severity | Alarm |
|---|---|---|---|---|
| true | MEMORY_VIRTUAL_OTHERS_USAGE | 10 | MAJOR | true |
Effect : Generates a MAJOR alarm if the virtual memory usage of other processes is >= 10%.
Alarm message : Virtual memory usage by others processess is 35.0% (>= 10.0%)
| Active | Available metrics | Thresholds | Severity | Alarm |
|---|---|---|---|---|
| true | MEMORY_VIRTUAL_FREE | 20 | MAJOR | true |
Effect : Generates a MAJOR alarm if free virtual memory is ⇐ 20%.
Alarm message : Free virtual memory usage is 15.0% (⇐ 20.0%)
| Metric Id | Metric key | Metric description | Metric Unit |
|---|---|---|---|
| VIRTUAL_TOTAL_MEMORY | promonitor.cloud_connector.virtual_total_memory | Total size of the virtualmemory | KB |
| VIRTUAL_CLOUD_CONNECTOR_MEMORY | promonitor.cloud_connector.virtual_cloud_connector_memory | Size of the virtual memory used by the Cloud Connector | KB |
| VIRTUAL_OTHERS_MEMORY | promonitor.cloud_connector.virtual_others_memory | Size of the virtual memory used by all other processes | KB |
| VIRTUAL_FREE_MEMORY | promonitor.cloud_connector.virtual_free_memory | Size of the free virtual memory | KB |
| VIRTUAL_CLOUD_CONNECTOR_MEMORY_PERCENT | promonitor.cloud_connector.virtual_cloud_connector_memory_percent | Size of the virtual memory used by the Cloud Connector | % |
| VIRTUAL_OTHERS_MEMORY_PERCENT | promonitor.cloud_connector.virtual_others_memory_percent | Size of the virtual memory used by all other processes | % |
| VIRTUAL_FREE_MEMORY_PERCENT | promonitor.cloud_connector.virtual_free_memory_percent | Size of the free virtual memory | % |