<?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: Unable to pull Perfmon Counter for %Processor Time Windows 2003 32-bit in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47430#M9001</link>
    <description>&lt;P&gt;Are you sure the Processor Information perfmon object exists in Windows 2003? I thought that was a new one....&lt;/P&gt;</description>
    <pubDate>Sun, 24 Jul 2011 14:23:58 GMT</pubDate>
    <dc:creator>neilamoran</dc:creator>
    <dc:date>2011-07-24T14:23:58Z</dc:date>
    <item>
      <title>Unable to pull Perfmon Counter for %Processor Time Windows 2003 32-bit</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47429#M9000</link>
      <description>&lt;P&gt;Has anyone seen the errors below and know how to correct? This same perfmon.conf is applied to both Windows 2008 64-bit (working) and Windows 2003 32-bit (% Processor Time not working). The other counters are working just fine on both Windows 2008 and 2003. Running Splunk 4.2.2.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**ERRORS in splunkd.log**:  
07-22-2011 15:06:47.510 -0400 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -noui" splunk-perfmon - Unable to add counter '\Processor Information(*)\% Processor Time'  error 0xc0000bb8

07-22-2011 16:30:14.057 -0400 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe" -noui" splunk-perfmon - Counter list is empty in method PeriodicDataCollector::tick

**perfmon.conf**  
[Perfmon:LocalPhysicalDisk]  
interval = 60  
object = PhysicalDisk  
counters = % Disk Read Time; % Disk Write Time; % Disk Time; Current Disk Queue Length  
instances = _Total  
disabled = 0  
index = ems  

[Perfmon:LocalMainMemory]  
interval = 60  
object = Memory  
counters = % Committed Bytes In Use  
disabled = 0  
index = ems  

[Perfmon:Processor]  
interval = 60  
object = Processor Information  
counters = % Processor Time  
instances = _Total  
disabled = 0  
index = ems
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jul 2011 20:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47429#M9000</guid>
      <dc:creator>larry_lind</dc:creator>
      <dc:date>2011-07-22T20:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to pull Perfmon Counter for %Processor Time Windows 2003 32-bit</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47430#M9001</link>
      <description>&lt;P&gt;Are you sure the Processor Information perfmon object exists in Windows 2003? I thought that was a new one....&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2011 14:23:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47430#M9001</guid>
      <dc:creator>neilamoran</dc:creator>
      <dc:date>2011-07-24T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to pull Perfmon Counter for %Processor Time Windows 2003 32-bit</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47431#M9002</link>
      <description>&lt;P&gt;I found the issue. It was the Perfmon Counter Object that changed between 2003 and 2008.&lt;/P&gt;

&lt;P&gt;Windows 2003:&lt;BR /&gt;&lt;BR /&gt;
Object = Process&lt;/P&gt;

&lt;P&gt;Windows 2008:&lt;BR /&gt;&lt;BR /&gt;
Object = Process Information&lt;/P&gt;

&lt;P&gt;All is working now. &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 13:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47431#M9002</guid>
      <dc:creator>larry_lind</dc:creator>
      <dc:date>2011-07-25T13:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to pull Perfmon Counter for %Processor Time Windows 2003 32-bit</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47432#M9003</link>
      <description>&lt;P&gt;I'm curious - I'm also seeing lots of the "Counter list is empty" error message, and also having a problem with collecting % Processor Time for the _Total instance - all my instances are returned regardless of which ones I specify in perfmon.conf.&lt;/P&gt;

&lt;P&gt;I am also running UF 4.2.2 on 64bit Windows 2003 R2 and 4.2.2 on the Indexer (Windows 2008 R2). Have also posted this question - &lt;A href="http://splunk-base.splunk.com/answers/27989/specific-perfmon-instance-collection-problem"&gt;http://splunk-base.splunk.com/answers/27989/specific-perfmon-instance-collection-problem&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Have you seen similar behaviour in your installation? Or are you just getting the _Total instance as expected?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 08:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Unable-to-pull-Perfmon-Counter-for-Processor-Time-Windows-2003/m-p/47432#M9003</guid>
      <dc:creator>neilamoran</dc:creator>
      <dc:date>2011-08-16T08:17:55Z</dc:date>
    </item>
  </channel>
</rss>

