<?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: How to create a report showing percentage CPU usage for multiple servers? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195918#M56493</link>
    <description>&lt;P&gt;Hi somesoni2,&lt;BR /&gt;
Thanks for the feedback.&lt;BR /&gt;
Regarding your question  "How frequently do you perfmon input runs?"  - Not sure .I'm newbie on Splunk.Can you point me in the right direction to find that information?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2015 16:03:26 GMT</pubDate>
    <dc:creator>idab</dc:creator>
    <dc:date>2015-09-02T16:03:26Z</dc:date>
    <item>
      <title>How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195909#M56484</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;I'm trying to create a bar chart  that shows the min, avg, and max for five specific servers. The chart shows the whenever a server cpu/processor time crosses the threshold of 75 percent.?&lt;/P&gt;

&lt;P&gt;I have an existing search I created below, but not coming along as planned. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index =perfmon collection="*" Host="DS-*") index=perfmon counter="*" collection="*" Host!="ds-08"  Host!="ds-07"  Host!="DS-ME"  Host!="ds-mes" counter="*"  counter="% Processor Time" | bucket _time span=1m    avg(Value) AS AVG  min(Value) AS MIN max(Value) AS MAX by host | sort -host | eval AVG=round(AVG,2)   | eval MIN=round(MIN,2)   | eval MAX=round(MAX,2)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Aug 2015 17:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195909#M56484</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-08-27T17:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195910#M56485</link>
      <description>&lt;P&gt;It looks like you're missing a &lt;CODE&gt;| stats/chart&lt;/CODE&gt; after the &lt;CODE&gt;| bucket _time span=1m&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;Not sure if that was just a copy-paste error, but if not that would definitely cause a failure. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Also, I'm not sure I completely understand your question. Is the problem you're having that you aren't getting a chart as you would expect or is it that the chart is including cpu/processor times prior to crossing the 75% threshold or something else?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 18:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195910#M56485</guid>
      <dc:creator>PGrantham</dc:creator>
      <dc:date>2015-08-27T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195911#M56486</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index =perfmon collection="*" Host="DS-*") index=perfmon counter="*" collection="*" Host!="ds-08"  Host!="ds-07"  Host!="DS-ME"  Host!="ds-mes" counter="*"  counter="% Processor Time" | bucket _time span=1m    | stats avg(Value) AS AVG  min(Value) AS MIN max(Value) AS MAX by host | sort -host | eval AVG=round(AVG,2)   | eval MIN=round(MIN,2)   | eval MAX=round(MAX,2) | where AVG&amp;gt;=75 OR MIN&amp;gt;=75 OR MAX&amp;gt;=75
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Aug 2015 19:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195911#M56486</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-27T19:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195912#M56487</link>
      <description>&lt;P&gt;hi somesoni2,&lt;/P&gt;

&lt;P&gt;Thanks for the feedback.&lt;BR /&gt;
Yes, as you asked : not getting the chart I want- The picture I have below is  my thoughts.Hopefully, I don't need d3 to do this. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/storage/temp/56223-idea.jpg"&gt;http://answers.splunk.com/storage/temp/56223-idea.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 20:32:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195912#M56487</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-08-27T20:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195913#M56488</link>
      <description>&lt;P&gt;It sounds like you're wanting to use the "Marker Gauge" visualization.&lt;/P&gt;

&lt;P&gt;Once you've run your search, try selecting the "Visualization" tab then selecting the far left dropdown underneath the tab. Choose "Marker Gauge", then select the "Format" dropdown, select "Color Ranges", then "Manual". There you should be able to adjust the thresholds however you like. &lt;/P&gt;

&lt;P&gt;Depending on your Splunk version you should be able to create the same visualization on a dashboard panel.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 20:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195913#M56488</guid>
      <dc:creator>PGrantham</dc:creator>
      <dc:date>2015-08-27T20:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195914#M56489</link>
      <description>&lt;P&gt;Hi PGrantham,&lt;/P&gt;

&lt;P&gt;The Marker Gauge might be an option but just wondering how you would display the cpu time for each server with the data?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/storage/temp/56224-marker-gauge.jpg"&gt;https://answers.splunk.com/storage/temp/56224-marker-gauge.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195914#M56489</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-08-27T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195915#M56490</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/storage/temp/56224-marker-gauge.jpg"&gt;https://answers.splunk.com/storage/temp/56224-marker-gauge.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195915#M56490</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-08-27T21:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195916#M56491</link>
      <description>&lt;P&gt;hi somesoni2,&lt;BR /&gt;
Appreciate the feedback.Quick question:&lt;BR /&gt;
Is there a way to show the raw values between the  specified time span of 1m using the same search?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195916#M56491</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-08-27T21:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195917#M56492</link>
      <description>&lt;P&gt;How frequently you're perfmon input runs? If it runs every 60, they Avg, min or max will give raw values only.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195917#M56492</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-27T21:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a report showing percentage CPU usage for multiple servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195918#M56493</link>
      <description>&lt;P&gt;Hi somesoni2,&lt;BR /&gt;
Thanks for the feedback.&lt;BR /&gt;
Regarding your question  "How frequently do you perfmon input runs?"  - Not sure .I'm newbie on Splunk.Can you point me in the right direction to find that information?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 16:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-report-showing-percentage-CPU-usage-for-multiple/m-p/195918#M56493</guid>
      <dc:creator>idab</dc:creator>
      <dc:date>2015-09-02T16:03:26Z</dc:date>
    </item>
  </channel>
</rss>

