Table of Contents

SAP Cloud connector physical memory

This monitor will check the physical 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 physical memory to monitor
ThresholdsPhysical memory utilization or free in %
SeverityThe severity of the alarm generated
AlarmEnable/disable alarm sending

Examples

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_PHYSICAL_CLOUD_CONNECTOR_USAGE10MAJORtrue

Effect : Generates a MAJOR alarm if the physical memory usage of Cloud connector is >= 10%.
Alarm message : Physical memory usage by Cloud connector is 50.0% (>= 10.0%)

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_PHYSICAL_OTHERS_USAGES10MAJORtrue

Effect : Generates a MAJOR alarm if the physical memory usage of other processes is >= 10%.
Alarm message : Physical memory usage by others processess is 35.0% (>= 10.0%)

ActiveAvailable metricsThresholdsSeverityAlarm
trueMEMORY_PHYSICAL_FREE20MAJORtrue

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

Generated metrics

Metric IdMetric keyMetric descriptionMetric Unit
PHYSICAL_TOTAL_MEMORYpromonitor.cloud_connector.physical_total_memoryTotal size of the physical memoryKB
PHYSICAL_CLOUD_CONNECTOR_MEMORYpromonitor.cloud_connector.physical_cloud_connector_memorySize of the physical memory used by the Cloud ConnectorKB
PHYSICAL_OTHERS_MEMORYpromonitor.cloud_connector.physical_others_memorySize of the physical memory used by all other processesKB
PHYSICAL_FREE_MEMORYpromonitor.cloud_connector.physical_free_memorySize of the free physical memoryKB
PHYSICAL_CLOUD_CONNECTOR_MEMORY_PERCENTpromonitor.cloud_connector.physical_cloud_connector_memory_percentSize of the physical memory used by the Cloud Connector%
PHYSICAL_OTHERS_MEMORY_PERCENTpromonitor.cloud_connector.physical_others_memory_percentSize of the physical memory used by all other processes %
PHYSICAL_FREE_MEMORY_PERCENTpromonitor.cloud_connector.physical_free_memory_percentSize of the free physical memory%