<?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 do I calculate the average no. of HTTP requests per second? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440731#M76825</link>
    <description>&lt;P&gt;It worked! thank you so much :)!!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 16:12:29 GMT</pubDate>
    <dc:creator>moizmmz</dc:creator>
    <dc:date>2018-10-23T16:12:29Z</dc:date>
    <item>
      <title>How do I calculate the average no. of HTTP requests per second?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440729#M76823</link>
      <description>&lt;P&gt;I have a field name called http_method which lists 6 different types of HTTP requests. I need the average number of a particular HTTP request (say GET) per second. I also have a field called date_second which lists the count as it increases for every second. &lt;/P&gt;

&lt;P&gt;How do I go about doing this? All I need is an average no of that request per second.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440729#M76823</guid>
      <dc:creator>moizmmz</dc:creator>
      <dc:date>2020-09-29T21:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I calculate the average no. of HTTP requests per second?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440730#M76824</link>
      <description>&lt;P&gt;Try this!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="your index" http_method=GET
| timechart count span=1s
|stats avg(count)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Oct 2018 02:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440730#M76824</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2018-10-23T02:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I calculate the average no. of HTTP requests per second?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440731#M76825</link>
      <description>&lt;P&gt;It worked! thank you so much :)!!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 16:12:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440731#M76825</guid>
      <dc:creator>moizmmz</dc:creator>
      <dc:date>2018-10-23T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I calculate the average no. of HTTP requests per second?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440732#M76826</link>
      <description>&lt;P&gt;There's one small problem I'm facing. I'm not able to use the single value visualization for this. I need to put it as a dashboard panel.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 19:28:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-calculate-the-average-no-of-HTTP-requests-per-second/m-p/440732#M76826</guid>
      <dc:creator>moizmmz</dc:creator>
      <dc:date>2018-10-23T19:28:48Z</dc:date>
    </item>
  </channel>
</rss>

