<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How Dynatrace calculate Linux memory usage in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114625#M9603</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I understand the Linux memory metric are read from /proc/meminfo.&lt;BR /&gt;&lt;A href="https://answers.dynatrace.com/spaces/482/dynatrace-open-qa/questions/195314/how-dynatrace-get-hardware-resource-metrics.html" target="_blank"&gt;https://community.dynatrace.com/spaces/482/dynatrac...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now, I wonder what metric of /proc/meminfo dynatrace use to calculate Linux memory usage.&lt;/P&gt;
&lt;P&gt;I guess the answer is following;&lt;/P&gt;
&lt;P&gt;memory usage (%) = (MemTotal - (MemFree + Buffers + Cached)) / (MemTotal) * 100&lt;/P&gt;
&lt;P&gt;Is it correct?&lt;BR /&gt;&lt;BR /&gt;If it is different between Redhat Linux version 6 and 7, I would like to know the difference.&lt;/P&gt;
&lt;P&gt;Best Regards, &lt;BR /&gt;Natsumi Tanaka&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 16:34:27 GMT</pubDate>
    <dc:creator>ntanaka</dc:creator>
    <dc:date>2023-10-16T16:34:27Z</dc:date>
    <item>
      <title>How Dynatrace calculate Linux memory usage</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114625#M9603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I understand the Linux memory metric are read from /proc/meminfo.&lt;BR /&gt;&lt;A href="https://answers.dynatrace.com/spaces/482/dynatrace-open-qa/questions/195314/how-dynatrace-get-hardware-resource-metrics.html" target="_blank"&gt;https://community.dynatrace.com/spaces/482/dynatrac...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now, I wonder what metric of /proc/meminfo dynatrace use to calculate Linux memory usage.&lt;/P&gt;
&lt;P&gt;I guess the answer is following;&lt;/P&gt;
&lt;P&gt;memory usage (%) = (MemTotal - (MemFree + Buffers + Cached)) / (MemTotal) * 100&lt;/P&gt;
&lt;P&gt;Is it correct?&lt;BR /&gt;&lt;BR /&gt;If it is different between Redhat Linux version 6 and 7, I would like to know the difference.&lt;/P&gt;
&lt;P&gt;Best Regards, &lt;BR /&gt;Natsumi Tanaka&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 16:34:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114625#M9603</guid>
      <dc:creator>ntanaka</dc:creator>
      <dc:date>2023-10-16T16:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How Dynatrace calculate Linux memory usage</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114626#M9604</link>
      <description>&lt;P&gt;I am sorry to overlook this document&lt;BR /&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/hosts/monitoring/measures-for-host-health/&lt;BR /&gt;&lt;BR /&gt;It says;&lt;BR /&gt;memory_used = total_memory_size - (free_memory + active_memory + inactive_memory + reclaimamble_memory)&lt;BR /&gt;&lt;BR /&gt;So, I guess these metrics can be replaced with /proc/meminfo metrics like following;&lt;BR /&gt;memory usage (%) = (MemTotal - (MemFree + Active+ Inactive + SReclaimable)) / (MemTotal) * 100&lt;BR /&gt;&lt;BR /&gt;Do you think it is correct?&lt;BR /&gt;&lt;BR /&gt;Best Regards, &lt;BR /&gt;Natsumi Tanaka&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Feb 2019 12:34:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114626#M9604</guid>
      <dc:creator>ntanaka</dc:creator>
      <dc:date>2019-02-26T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How Dynatrace calculate Linux memory usage</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114627#M9605</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/8697/view.html" nodeid="8697"&gt;@Natsumi T.&lt;/A&gt;  Dynatrace calculates memory usage as:&lt;/P&gt;&lt;P&gt;memory_used = total_memory_size - (free_memory + active_memory + inactive_memory + reclaimamble_memory)&lt;/P&gt;&lt;P&gt;we have seen this to be correct across all platforms &lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 19:33:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114627#M9605</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-03-12T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How Dynatrace calculate Linux memory usage</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114628#M9606</link>
      <description>Thank you for your answer!</description>
      <pubDate>Thu, 12 Mar 2020 23:51:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-Dynatrace-calculate-Linux-memory-usage/m-p/114628#M9606</guid>
      <dc:creator>ntanaka</dc:creator>
      <dc:date>2020-03-12T23:51:57Z</dc:date>
    </item>
  </channel>
</rss>

