<?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: CPU Usage by Process in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360649#M162235</link>
    <description>&lt;P&gt;Have a look at this&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowsperformance"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowsperformance&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 21:09:51 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-03-15T21:09:51Z</dc:date>
    <item>
      <title>CPU Usage by Process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360648#M162234</link>
      <description>&lt;P&gt;Is there a way to pull a list of running processes and the CPU % usage per process via Splunk natively?  Using Powershell isn't proving to be that useful.  For example, get-process | select name,CPU will give you the CPU time, but not the CPU percentage.  Various scripts I've tried aren't successful at converting to a percentage.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360648#M162234</guid>
      <dc:creator>Kendo213</dc:creator>
      <dc:date>2018-03-15T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Usage by Process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360649#M162235</link>
      <description>&lt;P&gt;Have a look at this&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowsperformance"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowsperformance&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 21:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360649#M162235</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-03-15T21:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Usage by Process</title>
      <link>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360650#M162236</link>
      <description>&lt;P&gt;inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://Process]
object = Process\(*
counters = *
instances = *
index = perfmon
interval = 30
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;index=perfmon object=Process counter="% Processor Time" instance!=_Total instance!=Idle | stats latest(Value) as Value by host, instance&lt;/P&gt;

&lt;P&gt;Turns nicely into Trellis pie chart&lt;/P&gt;

&lt;P&gt;Edit: formatting to code to maintain backslash-&amp;gt;paren&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 22:14:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/CPU-Usage-by-Process/m-p/360650#M162236</guid>
      <dc:creator>hortonew</dc:creator>
      <dc:date>2018-03-16T22:14:46Z</dc:date>
    </item>
  </channel>
</rss>

