<?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 difference between the current duration  and avg duration in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/difference-between-the-current-duration-and-avg-duration/m-p/95774#M24732</link>
    <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;i have one table with different task and its duration as,&lt;/P&gt;

&lt;P&gt;TaskAction      duration&lt;/P&gt;

&lt;P&gt;task1              12.2&lt;/P&gt;

&lt;P&gt;task 2              1.90&lt;/P&gt;

&lt;P&gt;task1               2.22&lt;/P&gt;

&lt;P&gt;using the stats command  i found the average duration for the each task ,i want to append those average to the above table as ..&lt;BR /&gt;
my result sholud be&lt;/P&gt;

&lt;P&gt;Taskaction         duration   avg(duration)&lt;/P&gt;

&lt;P&gt;task1               12.2         16&lt;/P&gt;

&lt;P&gt;task2               1.90         2.97&lt;/P&gt;

&lt;P&gt;task1               2.22         16&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2012 09:24:02 GMT</pubDate>
    <dc:creator>splunkpoornima</dc:creator>
    <dc:date>2012-10-19T09:24:02Z</dc:date>
    <item>
      <title>difference between the current duration  and avg duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/difference-between-the-current-duration-and-avg-duration/m-p/95774#M24732</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;i have one table with different task and its duration as,&lt;/P&gt;

&lt;P&gt;TaskAction      duration&lt;/P&gt;

&lt;P&gt;task1              12.2&lt;/P&gt;

&lt;P&gt;task 2              1.90&lt;/P&gt;

&lt;P&gt;task1               2.22&lt;/P&gt;

&lt;P&gt;using the stats command  i found the average duration for the each task ,i want to append those average to the above table as ..&lt;BR /&gt;
my result sholud be&lt;/P&gt;

&lt;P&gt;Taskaction         duration   avg(duration)&lt;/P&gt;

&lt;P&gt;task1               12.2         16&lt;/P&gt;

&lt;P&gt;task2               1.90         2.97&lt;/P&gt;

&lt;P&gt;task1               2.22         16&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/difference-between-the-current-duration-and-avg-duration/m-p/95774#M24732</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-10-19T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: difference between the current duration  and avg duration</title>
      <link>https://community.splunk.com/t5/Splunk-Search/difference-between-the-current-duration-and-avg-duration/m-p/95775#M24733</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | eventstats avg(duration) as avgdur by Taskaction | table Taskaction duration avgdur
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:36:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/difference-between-the-current-duration-and-avg-duration/m-p/95775#M24733</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-19T09:36:42Z</dc:date>
    </item>
  </channel>
</rss>

