<?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 CPU Pie Chart in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81032#M1002</link>
    <description>&lt;P&gt;Have been trying to get a pie chart that reps the cpu usage.  IE the following log format.&lt;BR /&gt;
Any one have a clue if I can create a pie chart with a multikv fields?&lt;/P&gt;

&lt;P&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt;
avg   0.74   8.0%   2.8%  11.8%  77.4%   0.0%   0.0%   0.0%   0.0% &lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2011 20:22:49 GMT</pubDate>
    <dc:creator>jlaigo2</dc:creator>
    <dc:date>2011-09-23T20:22:49Z</dc:date>
    <item>
      <title>CPU Pie Chart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81032#M1002</link>
      <description>&lt;P&gt;Have been trying to get a pie chart that reps the cpu usage.  IE the following log format.&lt;BR /&gt;
Any one have a clue if I can create a pie chart with a multikv fields?&lt;/P&gt;

&lt;P&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt;
avg   0.74   8.0%   2.8%  11.8%  77.4%   0.0%   0.0%   0.0%   0.0% &lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 20:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81032#M1002</guid>
      <dc:creator>jlaigo2</dc:creator>
      <dc:date>2011-09-23T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Pie Chart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81033#M1003</link>
      <description>&lt;P&gt;Assuming you have the fields extracted, you can use &lt;CODE&gt;transpose&lt;/CODE&gt; to get a chart formatted in a way that can be used for a pie chart. Since a pie chart doesn't deal with time-series data, it will use only the first row of the table it's supplied with. It's cleaner to add &lt;CODE&gt;| head 1&lt;/CODE&gt; to the search to show explicitly what data is used for the pie chart though.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourbasesearch&amp;gt; | head 1 | table USER NICE SYS IDLE BLOCK SWAIT INTR SSYS | transpose
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Sep 2011 20:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81033#M1003</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-09-23T20:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: CPU Pie Chart</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81034#M1004</link>
      <description>&lt;P&gt;Works perfect thanks for the help:)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 21:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/CPU-Pie-Chart/m-p/81034#M1004</guid>
      <dc:creator>jlaigo2</dc:creator>
      <dc:date>2011-09-23T21:04:24Z</dc:date>
    </item>
  </channel>
</rss>

