<?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 to check the total usage percentage by Windows server memory? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380335#M68671</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;How do you check the total % of memory being used by a windows server. &lt;BR /&gt;
Which Performance counter can help us find the total Percentage of memory a windows server is consuming?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Om&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2019 13:52:31 GMT</pubDate>
    <dc:creator>omprakash9998</dc:creator>
    <dc:date>2019-05-21T13:52:31Z</dc:date>
    <item>
      <title>How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380335#M68671</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;How do you check the total % of memory being used by a windows server. &lt;BR /&gt;
Which Performance counter can help us find the total Percentage of memory a windows server is consuming?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Om&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380335#M68671</guid>
      <dc:creator>omprakash9998</dc:creator>
      <dc:date>2019-05-21T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380336#M68672</link>
      <description>&lt;P&gt;read here:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/Data/MonitorWindowsperformance"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/Data/MonitorWindowsperformance&lt;/A&gt;&lt;BR /&gt;
and here:&lt;BR /&gt;
&lt;A href="https://docs.microsoft.com/en-us/windows/desktop/PerfCtrs/performance-counters-portal"&gt;https://docs.microsoft.com/en-us/windows/desktop/PerfCtrs/performance-counters-portal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380336#M68672</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-21T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380337#M68673</link>
      <description>&lt;P&gt;The stanza should be present in &lt;A href="https://splunkbase.splunk.com/app/742/" target="_blank"&gt;Splunk_TA_windows&lt;/A&gt; . Install this addon onto your Search Head for field extractions&lt;/P&gt;

&lt;P&gt;But essentially, Create an app &lt;CODE&gt;YOUR_windows_inputs&lt;/CODE&gt; and put below stanza into inputs.conf and push it to your clients (using deployment server)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## Memory
[perfmon://Memory]
counters = Page Faults/sec; Available Bytes; Committed Bytes; Commit Limit; Write Copies/sec; Transition Faults/sec; Cache Faults/sec; Demand Zero Faults/sec; Pages/sec; Pages Input/sec; Page Reads/sec; Pages Output/sec; Pool Paged Bytes; Pool Nonpaged Bytes; Page Writes/sec; Pool Paged Allocs; Pool Nonpaged Allocs; Free System Page Table Entries; Cache Bytes; Cache Bytes Peak; Pool Paged Resident Bytes; System Code Total Bytes; System Code Resident Bytes; System Driver Total Bytes; System Driver Resident Bytes; System Cache Resident Bytes; % Committed Bytes In Use; Available KBytes; Available MBytes; Transition Pages RePurposed/sec; Free &amp;amp; Zero Page List Bytes; Modified Page List Bytes; Standby Cache Reserve Bytes; Standby Cache Normal Priority Bytes; Standby Cache Core Bytes; Long-Term Average Standby Cache Lifetime (s)
disabled = false
interval = 30
object = Memory
useEnglishOnly=true
index = yourWindowsIndex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should report to &lt;CODE&gt;yourWindowsIndex&lt;/CODE&gt; with relevant sourcetype.&lt;BR /&gt;
Good to have a read on: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowsperformance" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWindowsperformance&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380337#M68673</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2020-09-30T00:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380338#M68674</link>
      <description>&lt;P&gt;% Committed Bytes In Use&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 18:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380338#M68674</guid>
      <dc:creator>jessec_splunk</dc:creator>
      <dc:date>2019-05-21T18:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380339#M68675</link>
      <description>&lt;P&gt;Thank you for the reply. &lt;/P&gt;

&lt;P&gt;I tried to match the Memory usage in the Performance tab in the Windows task manager to the % Committed Bytes in Use. But the % committed bytes in use is lower than the values showed in the Task Manager. is there any other counter's value that has to be added to the % committed bytes in use.&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380339#M68675</guid>
      <dc:creator>omprakash9998</dc:creator>
      <dc:date>2019-05-22T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380340#M68676</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7083i4933C5DA134E91A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The List of Values are for the Counter % committed bytes in use. But the memory usage on the server lists it higher than the Value of the counter. &lt;BR /&gt;
Any help is appreciated. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 14:43:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380340#M68676</guid>
      <dc:creator>omprakash9998</dc:creator>
      <dc:date>2019-05-22T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380341#M68677</link>
      <description>&lt;P&gt;But the two numbers should not be far apart though. &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;% Committed Bytes In Use&lt;/CODE&gt; is virtual memory used against "Commit Limit", which could be higher than physical memory -- this is for performance reasons so clean pages don't get ejected due to committed size ~= Physical Limit. &lt;/P&gt;

&lt;P&gt;To make your life easier, if you see &lt;CODE&gt;% Committed Bytes In Use&lt;/CODE&gt; is near 80%, then you are hitting memory limit -- only two ways to resolve this: add more memory (so Commit Limit will also increase) and run less load. &lt;/P&gt;

&lt;P&gt;Better approach is to capture both &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;% Committed Bytes In Use&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;Available Bytes&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If &lt;CODE&gt;% Committed Bytes In Use&lt;/CODE&gt; is &amp;gt; 80%, OR &lt;CODE&gt;Available Bytes&lt;/CODE&gt; is &amp;lt; 5%, your system is under extreme memory stress. &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 17:03:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380341#M68677</guid>
      <dc:creator>jessec_splunk</dc:creator>
      <dc:date>2019-05-22T17:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the total usage percentage by Windows server memory?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380342#M68678</link>
      <description>&lt;P&gt;Yes, but how do we calculate % of Available bytes. Counter gives only numbers in Bytes or KBytes or MBytes. Where can I get the total memory installed on system to calculate the total % in use.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-check-the-total-usage-percentage-by-Windows-server-memory/m-p/380342#M68678</guid>
      <dc:creator>kumarpunee</dc:creator>
      <dc:date>2019-07-31T18:41:54Z</dc:date>
    </item>
  </channel>
</rss>

