<?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 Re: How do I debug perfmon:memory missing on a windows 2012 R2 host? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278921#M53385</link>
    <description>&lt;P&gt;All the other Perfmon sources work, as well as the Windows events (system, security, application). Only Perfmon:Memory isn't working. I've gone into the machines and run the wql for the Memory data in a Powershell window:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Get-WmiObject -Query "SELECT PagesPerSec, AvailableBytes, CommittedBytes, PercentCommittedBytesInUse FROM Win32_PerfFormattedData_PerfOS_Memory"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it gives the same results (other than the numbers) on the host that works and the one that doesn't work. The Splunk UF is running as administrator on the hosts.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 18:19:24 GMT</pubDate>
    <dc:creator>cpetterborg</dc:creator>
    <dc:date>2016-12-14T18:19:24Z</dc:date>
    <item>
      <title>How do I debug perfmon:memory missing on a windows 2012 R2 host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278919#M53383</link>
      <description>&lt;P&gt;I have a couple of hosts that have the same version of Windows (2012 R2) that one will produce perfmon:memory data, and the other will not. They have been installed with the same version of the UF (6.5.0) and they are getting the same Splunk_TA_windows app from the deployment server. There is no real difference in the data in the _internal index for these hosts. So I'm thinking that the problem lies in the host itself. &lt;STRONG&gt;How do I debug&lt;/STRONG&gt; what the TA is doing for the data to go to be indexed?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:07:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278919#M53383</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2020-09-29T12:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug perfmon:memory missing on a windows 2012 R2 host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278920#M53384</link>
      <description>&lt;P&gt;Hi there @cpetterborg&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Under which user is Splunk UF running ? Domain or local ? I believe it has to be domain user for remote performance monitoring.&lt;/LI&gt;
&lt;LI&gt;Are you forwarding any other type of data besides perfmon from that host ?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278920#M53384</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-12-14T17:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug perfmon:memory missing on a windows 2012 R2 host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278921#M53385</link>
      <description>&lt;P&gt;All the other Perfmon sources work, as well as the Windows events (system, security, application). Only Perfmon:Memory isn't working. I've gone into the machines and run the wql for the Memory data in a Powershell window:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Get-WmiObject -Query "SELECT PagesPerSec, AvailableBytes, CommittedBytes, PercentCommittedBytesInUse FROM Win32_PerfFormattedData_PerfOS_Memory"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and it gives the same results (other than the numbers) on the host that works and the one that doesn't work. The Splunk UF is running as administrator on the hosts.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278921#M53385</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2016-12-14T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I debug perfmon:memory missing on a windows 2012 R2 host?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278922#M53386</link>
      <description>&lt;P&gt;I didn't try this. But it's worth while to try.&lt;BR /&gt;
 &lt;A href="http://superuser.com/questions/453886/perfmon-counters-missing"&gt;http://superuser.com/questions/453886/perfmon-counters-missing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"lodctr /r (in your command line)"&lt;BR /&gt;
 &lt;A href="http://social.technet.microsoft.com/wiki/contents/articles/19374.windows-performance-monitor-unable-to-add-these-counters.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/19374.windows-performance-monitor-unable-to-add-these-counters.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 14:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-debug-perfmon-memory-missing-on-a-windows-2012-R2-host/m-p/278922#M53386</guid>
      <dc:creator>tkomatsubara_sp</dc:creator>
      <dc:date>2016-12-15T14:08:24Z</dc:date>
    </item>
  </channel>
</rss>

