<?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 do you calculate the RAM on windows (perfmon) ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-calculate-the-RAM-on-windows-perfmon/m-p/395225#M70510</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I want to calculate the percentage of the RAM utilization and I do this but I know it is not good. Do you have a better proposition ?&lt;/P&gt;

&lt;P&gt;index=xxx host=xxxx eventtype="perfmon_windows" object="Memory" counter="% Committed Bytes In Use" &lt;BR /&gt;
| timechart span=1m eval(round(latest(Value),4)) as "RAM"&lt;/P&gt;

&lt;P&gt;Same for the RAM utilization in Go :&lt;/P&gt;

&lt;P&gt;index=xxx host=xxxx eventtype="perfmon_windows" object="Memory" counter="% Committed Bytes In Use" OR counter="Committed Bytes" &lt;/P&gt;

&lt;P&gt;| eval percentused = case( counter=="% Committed Bytes In Use", round(Value, 4) )&lt;BR /&gt;
| eval committed = case( counter=="Committed Bytes", round(Value, 4) )&lt;BR /&gt;
| eval usedbytes = (percentused/100)*committed &lt;/P&gt;

&lt;P&gt;| timechart span=1m eval((round(latest(percentused),4)) / 100 * round(latest(committed),4) / 1000000000) as "RAM"&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 08:09:15 GMT</pubDate>
    <dc:creator>henriq_c</dc:creator>
    <dc:date>2019-07-23T08:09:15Z</dc:date>
    <item>
      <title>How do you calculate the RAM on windows (perfmon) ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-you-calculate-the-RAM-on-windows-perfmon/m-p/395225#M70510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I want to calculate the percentage of the RAM utilization and I do this but I know it is not good. Do you have a better proposition ?&lt;/P&gt;

&lt;P&gt;index=xxx host=xxxx eventtype="perfmon_windows" object="Memory" counter="% Committed Bytes In Use" &lt;BR /&gt;
| timechart span=1m eval(round(latest(Value),4)) as "RAM"&lt;/P&gt;

&lt;P&gt;Same for the RAM utilization in Go :&lt;/P&gt;

&lt;P&gt;index=xxx host=xxxx eventtype="perfmon_windows" object="Memory" counter="% Committed Bytes In Use" OR counter="Committed Bytes" &lt;/P&gt;

&lt;P&gt;| eval percentused = case( counter=="% Committed Bytes In Use", round(Value, 4) )&lt;BR /&gt;
| eval committed = case( counter=="Committed Bytes", round(Value, 4) )&lt;BR /&gt;
| eval usedbytes = (percentused/100)*committed &lt;/P&gt;

&lt;P&gt;| timechart span=1m eval((round(latest(percentused),4)) / 100 * round(latest(committed),4) / 1000000000) as "RAM"&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-you-calculate-the-RAM-on-windows-perfmon/m-p/395225#M70510</guid>
      <dc:creator>henriq_c</dc:creator>
      <dc:date>2019-07-23T08:09:15Z</dc:date>
    </item>
  </channel>
</rss>

