20 Feb 2019 10:00 AM
Hi all
Can anybody explain why Dynatrace shows different Used memory memory than OS does?
Thanks in advance
Dynatrace screen
OS top and free -h screens
Solved! Go to Solution.
20 Feb 2019 12:31 PM
Hi Vladyslav,
this recent blog post may clear things up: https://www.dynatrace.com/news/blog/improved-host-...
Under linux:
used = total – free – buff/cacheWhile Dynatrace calculates used memory as:
used = MemTotal - MemAvailableIn your case: 3.7GB - 2.1GB = 1.6GB (the value that's displayed in Dynatrace)
best regards
Franz