<?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 CPU usage of indexers over time? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Graph-CPU-usage-of-indexers-over-time/m-p/599760#M12727</link>
    <description>&lt;P&gt;I received this image from support and I would like to create a panel in my dashboard to mimic this information.&amp;nbsp; How would I go about doing that?&amp;nbsp; I was trying with the current query, but am not having luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_introspection data.normalized_pct_cpu=* sourcetype=splunk_resource_usage host=idx*
| stats avg(data.normalized_pct_cpu) AS cpu_usage BY host
| table host cpu_usage&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="indexer_cpu.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19864iDA6B548165B7A41C/image-size/large?v=v2&amp;amp;px=999" role="button" title="indexer_cpu.png" alt="indexer_cpu.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using &lt;STRONG&gt;data.normalized_pct_cpu&lt;/STRONG&gt; as the docs state that it is&amp;nbsp;&lt;EM&gt;Percentage of CPU usage across all cores.&amp;nbsp;100%&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;is equivalent to all CPU resources on the machine,&lt;/EM&gt; which seems to be what I want but not sure if that is the best way to go about this.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 13:54:34 GMT</pubDate>
    <dc:creator>DEADBEEF</dc:creator>
    <dc:date>2022-05-31T13:54:34Z</dc:date>
    <item>
      <title>How to Graph CPU usage of indexers over time?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Graph-CPU-usage-of-indexers-over-time/m-p/599760#M12727</link>
      <description>&lt;P&gt;I received this image from support and I would like to create a panel in my dashboard to mimic this information.&amp;nbsp; How would I go about doing that?&amp;nbsp; I was trying with the current query, but am not having luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=_introspection data.normalized_pct_cpu=* sourcetype=splunk_resource_usage host=idx*
| stats avg(data.normalized_pct_cpu) AS cpu_usage BY host
| table host cpu_usage&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="indexer_cpu.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19864iDA6B548165B7A41C/image-size/large?v=v2&amp;amp;px=999" role="button" title="indexer_cpu.png" alt="indexer_cpu.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using &lt;STRONG&gt;data.normalized_pct_cpu&lt;/STRONG&gt; as the docs state that it is&amp;nbsp;&lt;EM&gt;Percentage of CPU usage across all cores.&amp;nbsp;100%&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;nbsp;is equivalent to all CPU resources on the machine,&lt;/EM&gt; which seems to be what I want but not sure if that is the best way to go about this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 13:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Graph-CPU-usage-of-indexers-over-time/m-p/599760#M12727</guid>
      <dc:creator>DEADBEEF</dc:creator>
      <dc:date>2022-05-31T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Graph CPU usage of indexers over time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Graph-CPU-usage-of-indexers-over-time/m-p/599762#M12728</link>
      <description>&lt;P&gt;Given that you graphic has a time component, perhaps this might work better for you&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_introspection data.normalized_pct_cpu=* sourcetype=splunk_resource_usage host=idx*
| timechart avg(data.normalized_pct_cpu) AS cpu_usage BY host&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 May 2022 16:26:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-Graph-CPU-usage-of-indexers-over-time/m-p/599762#M12728</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-30T16:26:33Z</dc:date>
    </item>
  </channel>
</rss>

