<?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: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199615#M57805</link>
    <description>&lt;P&gt;please find the raw data below&lt;BR /&gt;
[2108749225][8/26/14 00:59:17:858 CDT][..][][INFO][com.xx.common.perfmon.PerformanceMonitor][WebContainer : 2] PERFMON: KEY: 2108749225 API: IO ET: 2516ms [NAME: Agg For RCV ET: 2474ms&lt;/P&gt;</description>
    <pubDate>Wed, 03 Sep 2014 05:37:03 GMT</pubDate>
    <dc:creator>valameti</dc:creator>
    <dc:date>2014-09-03T05:37:03Z</dc:date>
    <item>
      <title>query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199611#M57801</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
 please help me in query to   find the values of transactions  between  3 to 5secs, 7 to 9 secs and above 9 secs in percentage.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 04:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199611#M57801</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-03T04:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199612#M57802</link>
      <description>&lt;P&gt;Are you talking about transaction duration? Could pls post more details,data example, etc?&lt;/P&gt;

&lt;P&gt;From what I can "guess" you might use rangemap command, like that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rangemap field=duration veryfast=0-3 fast=3-5 normal=5-9 default=slow | top range
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But you also could use "eval" combined with "case" or "if", which can be more flexible.&lt;BR /&gt;
    | eval range=CASE(duration &amp;lt; 0, "veryfast", duration &amp;lt; 3, "normal", duration &amp;lt; 5, "slow")&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 05:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199612#M57802</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-09-03T05:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199613#M57803</link>
      <description>&lt;P&gt;What I am looking for a simply chart for RCV for day need to break down by hour , % of transaction between 3 to 5 secs and 5 to 7 secs and 7 to 9 secs and above 9 secs..&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 05:13:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199613#M57803</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-03T05:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199614#M57804</link>
      <description>&lt;P&gt;Could pls post some example of the raw data?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 05:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199614#M57804</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-09-03T05:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199615#M57805</link>
      <description>&lt;P&gt;please find the raw data below&lt;BR /&gt;
[2108749225][8/26/14 00:59:17:858 CDT][..][][INFO][com.xx.common.perfmon.PerformanceMonitor][WebContainer : 2] PERFMON: KEY: 2108749225 API: IO ET: 2516ms [NAME: Agg For RCV ET: 2474ms&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 05:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199615#M57805</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-03T05:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199616#M57806</link>
      <description>&lt;P&gt;if you already have the fields extracted, just use the "case" example I posted, adjusting it for the field and ranges you wish, like:&lt;BR /&gt;
index=main &lt;YOUR search=""&gt; | eval range=CASE(myField &amp;lt; 0, "veryfast", myField &amp;lt; 3, "normal", myField &amp;lt; 5, "slow") | top range. It'll show a table, or chart with the values and %.&lt;/YOUR&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 05:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199616#M57806</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-09-03T05:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199617#M57807</link>
      <description>&lt;P&gt;Thanks alot.it is working.:)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 06:02:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199617#M57807</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-03T06:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199618#M57808</link>
      <description>&lt;P&gt;when i use the above query it is displaying the chart in count .it is possible to display the chart in percent?&lt;BR /&gt;
please help me.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2014 07:28:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199618#M57808</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-03T07:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199619#M57809</link>
      <description>&lt;P&gt;The "top" command will return count and percentage. You can remove the count column by adding "| fields - count" at the end.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 21:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199619#M57809</guid>
      <dc:creator>musskopf</dc:creator>
      <dc:date>2014-09-04T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: query to find the values 3 to 5 secs, 7 to 9 secs and above 9 secs in percentage.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199620#M57810</link>
      <description>&lt;P&gt;How can I get this data charted for a day, I mean to plot a graph of % of transactions (fast, normal,slow) for hours of the day.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 10:16:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/query-to-find-the-values-3-to-5-secs-7-to-9-secs-and-above-9/m-p/199620#M57810</guid>
      <dc:creator>valameti</dc:creator>
      <dc:date>2014-09-08T10:16:46Z</dc:date>
    </item>
  </channel>
</rss>

