<?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: free vs. used visualization ideas? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/free-vs-used-visualization-ideas/m-p/17601#M2467</link>
    <description>&lt;P&gt;I typically use a stacked area or column chart to represent free vs. used quantities. This is because together the free+used should equal the total in the system. Of course, in some metrics, the OS itself will take a slice that's either unreported or reported as buffers/cached. If you want to preserve the relative usage regardless of system usage, you can switch from an ordinary stacked chart to a 100% stacked chart.&lt;/P&gt;

&lt;P&gt;Assuming that you have two fields in your time-series data, one for free and one for used, you can just use timechart: &lt;CODE&gt;... | timechart median(free) median(used)&lt;/CODE&gt;. If you want to look at extremal behavior, use &lt;CODE&gt;min(free)&lt;/CODE&gt; and &lt;CODE&gt;max(used)&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2010 00:29:02 GMT</pubDate>
    <dc:creator>Stephen_Sorkin</dc:creator>
    <dc:date>2010-08-18T00:29:02Z</dc:date>
    <item>
      <title>free vs. used visualization ideas?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/free-vs-used-visualization-ideas/m-p/17600#M2466</link>
      <description>&lt;P&gt;I'd like to chart free memory vs. used memory over time on the same Splunk dashboard module. I'm trying to figure out a good visualization to use.&lt;/P&gt;

&lt;P&gt;This sounds like a pretty common charting use-case.  Splunk experts: how have you visualized free vs. used metrics in your own reports, and what Splunk commands did you use to create that visualization?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2010 10:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/free-vs-used-visualization-ideas/m-p/17600#M2466</guid>
      <dc:creator>Justin_Grant</dc:creator>
      <dc:date>2010-07-17T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: free vs. used visualization ideas?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/free-vs-used-visualization-ideas/m-p/17601#M2467</link>
      <description>&lt;P&gt;I typically use a stacked area or column chart to represent free vs. used quantities. This is because together the free+used should equal the total in the system. Of course, in some metrics, the OS itself will take a slice that's either unreported or reported as buffers/cached. If you want to preserve the relative usage regardless of system usage, you can switch from an ordinary stacked chart to a 100% stacked chart.&lt;/P&gt;

&lt;P&gt;Assuming that you have two fields in your time-series data, one for free and one for used, you can just use timechart: &lt;CODE&gt;... | timechart median(free) median(used)&lt;/CODE&gt;. If you want to look at extremal behavior, use &lt;CODE&gt;min(free)&lt;/CODE&gt; and &lt;CODE&gt;max(used)&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2010 00:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/free-vs-used-visualization-ideas/m-p/17601#M2467</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-08-18T00:29:02Z</dc:date>
    </item>
  </channel>
</rss>

