<?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 WMI vs Perfmon: No Local Processes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67225#M13503</link>
    <description>&lt;P&gt;I noticed while comparing the default configs for WMI and Perfmon that there's a LocalProcesses query in WMI that lacks a corresponding entry in Perfmon. It seems unique in this regard and I'm wondering if there's a reason it's not there. &lt;/P&gt;

&lt;P&gt;Is there something I'm missing?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2011 22:02:17 GMT</pubDate>
    <dc:creator>adamw</dc:creator>
    <dc:date>2011-03-24T22:02:17Z</dc:date>
    <item>
      <title>WMI vs Perfmon: No Local Processes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67225#M13503</link>
      <description>&lt;P&gt;I noticed while comparing the default configs for WMI and Perfmon that there's a LocalProcesses query in WMI that lacks a corresponding entry in Perfmon. It seems unique in this regard and I'm wondering if there's a reason it's not there. &lt;/P&gt;

&lt;P&gt;Is there something I'm missing?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2011 22:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67225#M13503</guid>
      <dc:creator>adamw</dc:creator>
      <dc:date>2011-03-24T22:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: WMI vs Perfmon: No Local Processes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67226#M13504</link>
      <description>&lt;P&gt;Perfmon does usually have a Process Query, you would have to add the counter for it in perfmon.conf. The entry would look something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PERFMON:Process Monitor]
counters = ID Process;% User Time
disabled = 0
instances = *
interval = 10
object = Process
index = some_Index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The instances field could be * (all processes) like mine or a specific process, ex. notepad, splunkd, or explorer. The Counters field would be aspects you want to monitor of the process, PID, Memory Usage, CPU Usage, etc.&lt;/P&gt;

&lt;P&gt;EDIT: Switched the counters and object, got messed up in translation. It is correct now, or look at Dokian's, Thx Dokian!&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;P&gt; EDITx2: Clarity/Grammar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2011 21:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67226#M13504</guid>
      <dc:creator>proctorgeorge</dc:creator>
      <dc:date>2011-04-07T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: WMI vs Perfmon: No Local Processes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67227#M13505</link>
      <description>&lt;P&gt;I was hanging out for an answer to this question. Thanks for the response!&lt;/P&gt;

&lt;P&gt;I needed to make a slight change to get it working though:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[PERFMON:Process Monitor]
counters = ID Process;% User Time
disabled = 0
instances = *
interval = 10
object = Process
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The values for &lt;CODE&gt;counters&lt;/CODE&gt; and &lt;CODE&gt;object&lt;/CODE&gt; needed to be swapped.  &lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2011 09:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67227#M13505</guid>
      <dc:creator>dokian</dc:creator>
      <dc:date>2011-04-08T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: WMI vs Perfmon: No Local Processes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67228#M13506</link>
      <description>&lt;P&gt;Are you noticing that only processes run by SYSTEM show up?  We are noticing this in our environment.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 01:29:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WMI-vs-Perfmon-No-Local-Processes/m-p/67228#M13506</guid>
      <dc:creator>fervin</dc:creator>
      <dc:date>2011-05-18T01:29:35Z</dc:date>
    </item>
  </channel>
</rss>

