cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

High memory alert

SAPSupport
Employee
Employee
0 Likes
428

Hello Team,

We are received multiple high memory alert from frun and while checking managed system there is enough space. For example  alert received due to Used Memory [%]

We are using Linux template and we want to monitor only physical memory. How can we achieve this. is there any customize metric available for  only monitor physical memory used %

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Free Memory metric from Linux template is measuring available physical Memory :

This the amount of physical memory free on the host in gigabyte.

The metric returns data in GB.

However this metric is not capable of measuring in %, but you have metric Free Memory [%]

This the amount of physical memory free on the host in percentage of total memory available.

Answers (1)

Answers (1)

AvaWang0143
Product and Topic Expert
Product and Topic Expert
0 Likes

Dear customer,

Metric "Used Memory[%]" is the amount of physical memory used on the host in percentage of total memory available.

This value is collected by SDA via saphostctrl GetCIMObject webmethod, thus you could use following command to verify the correctness of the received value:

./saphostctrl -function GetCIMObject -enuminstances "SAP_MetricValue?MetricDefinitionId=OS.FreePhysicalMemory&MetricDefinitionId=OS.AvailablePhysicalMemory&MetricDefinitionId=OS.TotalVisibleMemorySize"

Used Memory [%] = 100-(OS.AvailablePhysicalMemory*100/OS.TotalVisibleMemorySize)

Best regards,

Ava Wang