<?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: help with setting up windows perfmon in the universal forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121402#M25177</link>
    <description>&lt;P&gt;Just for troubleshooting/check,&lt;BR /&gt;
if your wmi service on windows are running/started.&lt;/P&gt;

&lt;P&gt;Restart the splunk service if still doesn't workout.&lt;/P&gt;

&lt;P&gt;Share the recent logs&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2015 14:21:38 GMT</pubDate>
    <dc:creator>neelamssantosh</dc:creator>
    <dc:date>2015-05-23T14:21:38Z</dc:date>
    <item>
      <title>help with setting up windows perfmon in the universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121401#M25176</link>
      <description>&lt;P&gt;I am trying to get a few perfmon counters setup in the universal forwarder for Windows 2012 without much luck.&lt;/P&gt;

&lt;P&gt;I am getting the following error&lt;/P&gt;

&lt;P&gt;05-21-2015 16:45:14.950 -0500 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe"" splunk-perfmon - PdhEnumObjectItems returned error 0xc0000bb8 for object '.NET CLR Exceptions'.&lt;BR /&gt;
05-21-2015 16:45:14.950 -0500 ERROR ExecProcessor - message from ""C:\Program Files\SplunkUniversalForwarder\bin\splunk-perfmon.exe"" splunk-perfmon - getAllInstancesCounters failed in PeriodicDataCollector::enumInstancesCounters&lt;/P&gt;

&lt;P&gt;Any ideas are very welcome. &lt;/P&gt;

&lt;P&gt;Here is my inputs.conf&lt;/P&gt;

&lt;H1&gt;Performance Monitors -------------------------------------------------------------------------------------&lt;/H1&gt;

&lt;P&gt;[perfmon://CPU]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = Processor&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://LogicalDisk]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = % Free Space; Free Megabytes; % Disk Time; Avg. Disk sec/Read; Avg. Disk sec/Write; Avg. Disk sec/Transfer; Disk Reads/sec; Disk Writes/sec;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = LogicalDisk&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://Memory]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = % Committed Bytes In Use; Committed Bytes; Available MBytes; Page Reads/sec, Page Writes/sec; Page Faults/sec; Transition Faults/sec;&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = Memory&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://Network]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = Bytes Received/sec; Bytes Sent/sec; Bytes Total/sec;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = Network Interface&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://System]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = System Up Time; Processor Queue Length;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 60&lt;BR /&gt;
object = System&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://.NET CLR Exceptions]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = .NET CLR Exceptions&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://.NET CLR Memory]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = .NET CLR Memory&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://ASP.NET]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = ASP.NET&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://ASP.NET Applications]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *;&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = ASP.NET Applications&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://Web Service]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = Web Service&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://MSMQ Service]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = MSMQ Service&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://MSMQ Session]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = MSMQ Session&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;

&lt;P&gt;[perfmon://MSMQ Queue]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
counters = *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 10&lt;BR /&gt;
object = MSMQ Queue&lt;BR /&gt;
useEnglishOnly = true&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 19:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121401#M25176</guid>
      <dc:creator>ebailey</dc:creator>
      <dc:date>2015-05-22T19:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: help with setting up windows perfmon in the universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121402#M25177</link>
      <description>&lt;P&gt;Just for troubleshooting/check,&lt;BR /&gt;
if your wmi service on windows are running/started.&lt;/P&gt;

&lt;P&gt;Restart the splunk service if still doesn't workout.&lt;/P&gt;

&lt;P&gt;Share the recent logs&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2015 14:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121402#M25177</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2015-05-23T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with setting up windows perfmon in the universal forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121403#M25178</link>
      <description>&lt;P&gt;It is possible that one or more of the performance counters you have an input for are corrupted.  Disable all counters and add back one at a time until you find out which input/counter is causing the problem.   &lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2015 04:34:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/help-with-setting-up-windows-perfmon-in-the-universal-forwarder/m-p/121403#M25178</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2015-05-24T04:34:52Z</dc:date>
    </item>
  </channel>
</rss>

