<?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 How to graph timechart of top 5 processes for the metric selected by the user? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197561#M57086</link>
    <description>&lt;P&gt;Hi All. If the user selects %_Processor_Time,then I need to show the graph for avg(%_Processor_Time) for top 5 processes that consumes %_Processor_Time. I got the top 5 processes using the search but unable to write the timechart command in the same query to display graph.&lt;/P&gt;

&lt;P&gt;index=winserver_process sourcetype="PerfmonMk:Process"  NOT instance=Idle NOT instance=_Total  host="ddweng09" | eval Process=upper(instance)   | table Process %_Processor_Time | sort - %_Processor_Time | dedup Process | head 5&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:25:56 GMT</pubDate>
    <dc:creator>vaishnavi07</dc:creator>
    <dc:date>2020-09-28T17:25:56Z</dc:date>
    <item>
      <title>How to graph timechart of top 5 processes for the metric selected by the user?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197561#M57086</link>
      <description>&lt;P&gt;Hi All. If the user selects %_Processor_Time,then I need to show the graph for avg(%_Processor_Time) for top 5 processes that consumes %_Processor_Time. I got the top 5 processes using the search but unable to write the timechart command in the same query to display graph.&lt;/P&gt;

&lt;P&gt;index=winserver_process sourcetype="PerfmonMk:Process"  NOT instance=Idle NOT instance=_Total  host="ddweng09" | eval Process=upper(instance)   | table Process %_Processor_Time | sort - %_Processor_Time | dedup Process | head 5&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:25:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197561#M57086</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2020-09-28T17:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph timechart of top 5 processes for the metric selected by the user?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197562#M57087</link>
      <description>&lt;P&gt;Can anyone please help me on this?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2014 05:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197562#M57087</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-08-28T05:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph timechart of top 5 processes for the metric selected by the user?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197563#M57088</link>
      <description>&lt;P&gt;Throw it all into a subsearch that returns the processes, then run your timechart command in the outer search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=winserver_process sourcetype="PerfmonMk:Process" NOT instance=Idle NOT instance=_Total host="ddweng09" [search index=winserver_process sourcetype="PerfmonMk:Process" NOT instance=Idle NOT instance=_Total host="ddweng09" | eval Process=upper(instance) | table Process %_Processor_Time | sort - %_Processor_Time | dedup Process | head 5 | fields Process] | timechart avg(%_Processor_Time) by Process
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Aug 2014 07:23:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197563#M57088</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-08-28T07:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to graph timechart of top 5 processes for the metric selected by the user?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197564#M57089</link>
      <description>&lt;P&gt;Thanks I used the same and its working.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2014 07:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-graph-timechart-of-top-5-processes-for-the-metric/m-p/197564#M57089</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-09-02T07:55:32Z</dc:date>
    </item>
  </channel>
</rss>

