<?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 scatter graph correlating two data sources of transactions and average CPU usage? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118370#M31599</link>
    <description>&lt;P&gt;I would probably do something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=cpu.csv OR source=transaction.csv
| eval Time=coalesce(Time,time)
| stats first(cpu) as cpu first(transaction) as xact by Time
| table cpu xact
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then choose the visualization for scatterplot. This does not provide any mechanism for fitting a line to the data.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2014 03:16:47 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2014-09-10T03:16:47Z</dc:date>
    <item>
      <title>How to create scatter graph correlating two data sources of transactions and average CPU usage?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118369#M31598</link>
      <description>&lt;P&gt;Hi Splunkers, &lt;/P&gt;

&lt;P&gt;I have two data sources. In the first i have the number of transactions executed grouped by hours. In the second i have the average cpu usage for the same transactions in the same time. I need do correlate the number of transactions with the average cpu usage in a scatter graph (x,y). Is it possible?&lt;/P&gt;

&lt;P&gt;E.g&amp;gt;&lt;BR /&gt;
    cpu.csv&lt;BR /&gt;
    time,cpu&lt;BR /&gt;
    00:00,0.3&lt;BR /&gt;
    01:00,025&lt;BR /&gt;
    02:00,0.50&lt;BR /&gt;
    03:00,0.87&lt;BR /&gt;
    04:00,090&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;transaction.csv
Time,transaction
00:00,50
01:00,60
02:00,70
03:00,87
04:00,25
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Finally, I need create a prediction about that information, is it possible using scatter graph?&lt;/P&gt;

&lt;P&gt;Cheers, &lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 02:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118369#M31598</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-09-10T02:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create scatter graph correlating two data sources of transactions and average CPU usage?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118370#M31599</link>
      <description>&lt;P&gt;I would probably do something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=cpu.csv OR source=transaction.csv
| eval Time=coalesce(Time,time)
| stats first(cpu) as cpu first(transaction) as xact by Time
| table cpu xact
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then choose the visualization for scatterplot. This does not provide any mechanism for fitting a line to the data.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 03:16:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118370#M31599</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-09-10T03:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create scatter graph correlating two data sources of transactions and average CPU usage?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118371#M31600</link>
      <description>&lt;P&gt;lguinn , &lt;BR /&gt;
is it impossible to create a predict in this case ?&lt;/P&gt;

&lt;P&gt;Tks.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2014 01:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-scatter-graph-correlating-two-data-sources-of/m-p/118371#M31600</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-09-13T01:21:40Z</dc:date>
    </item>
  </channel>
</rss>

