Table of Contents

SAP Cloud connector virtual memory

This monitor will check the virtual memory usage of SAP Cloud connector and others processes.

Configuration hints

SAP Documentation

https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/monitoring-apis#loiof6e7a7bc6af345d2a334c2427a31d294__memory

Surveillance table

ParameterDescription
ActiveTo enable or disable a rule
Available metricsSelect the virtual memory to monitor
ThresholdsVirtual memory utilization or free in %
SeverityThe severity of the alarm generated
AlarmEnable/disable alarm sending

Examples

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_VIRTUAL_CLOUD_CONNECTOR_USAGE10MAJORtrue

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

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_VIRTUAL_OTHERS_USAGE10MAJORtrue

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

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_VIRTUAL_FREE20MAJORtrue

Effect : Generates a MAJOR alarm if free virtual memory is ⇐ 20%.
Alarm message : Free virtual memory usage is 15.0% (⇐ 20.0%)

Generated metrics

Metric IdMetric keyMetric descriptionMetric Unit
VIRTUAL_TOTAL_MEMORYpromonitor.cloud_connector.virtual_total_memoryTotal size of the virtualmemoryKB
VIRTUAL_CLOUD_CONNECTOR_MEMORYpromonitor.cloud_connector.virtual_cloud_connector_memorySize of the virtual memory used by the Cloud ConnectorKB
VIRTUAL_OTHERS_MEMORYpromonitor.cloud_connector.virtual_others_memorySize of the virtual memory used by all other processesKB
VIRTUAL_FREE_MEMORYpromonitor.cloud_connector.virtual_free_memorySize of the free virtual memoryKB
VIRTUAL_CLOUD_CONNECTOR_MEMORY_PERCENTpromonitor.cloud_connector.virtual_cloud_connector_memory_percentSize of the virtual memory used by the Cloud Connector%
VIRTUAL_OTHERS_MEMORY_PERCENTpromonitor.cloud_connector.virtual_others_memory_percentSize of the virtual memory used by all other processes %
VIRTUAL_FREE_MEMORY_PERCENTpromonitor.cloud_connector.virtual_free_memory_percentSize of the free virtual memory%