<?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 How to calculate bytes per second for each transaction in splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536678#M89963</link>
    <description>&lt;P&gt;I want to calculate the download speed for each fetched transaction page in bytes per second.&lt;BR /&gt;transaction pages consist of login page(that has user login details) and openloan pages consist of documents. I want to have data in bytes per second&lt;BR /&gt;I have written the below query that gives&amp;nbsp; me response time in second and i would like to add one more field here that would give me data in bytes per second for&amp;nbsp; fetched&amp;nbsp; transaction pages.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;index=app_iis source=*Inetpub* (host=JTCOTWCEMPLW* OR host=JTCOTWCEMPPW* OR host=JTCEP1WPLOSW* OR host=JTCEP1WPPORW*) http_method=GET Uri="*LOSWeb*" Uri="*aspx*" Time_taken!="-"&lt;BR /&gt;|eval APClientSource=split(Uri,"/"), APClientName=mvindex(APClientSource,1)&lt;BR /&gt;|search APClientSource="Login.aspx" OR APClientSource="OpenLoan.aspx"&lt;BR /&gt;|eval "Time_taken(s)"='Time_taken'/1000&lt;BR /&gt;|bin _time span=5m |stats avg(Time_taken(s)) as avgURT,distinct_count(C_username) as usercount by host,APClientName,cs_uri_stem,_time&lt;BR /&gt;|eval avgURT=round(avgURT,0),StdevURT=round(StdevURT,0)&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 13:21:47 GMT</pubDate>
    <dc:creator>Aps17</dc:creator>
    <dc:date>2021-01-21T13:21:47Z</dc:date>
    <item>
      <title>How to calculate bytes per second for each transaction in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536678#M89963</link>
      <description>&lt;P&gt;I want to calculate the download speed for each fetched transaction page in bytes per second.&lt;BR /&gt;transaction pages consist of login page(that has user login details) and openloan pages consist of documents. I want to have data in bytes per second&lt;BR /&gt;I have written the below query that gives&amp;nbsp; me response time in second and i would like to add one more field here that would give me data in bytes per second for&amp;nbsp; fetched&amp;nbsp; transaction pages.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;index=app_iis source=*Inetpub* (host=JTCOTWCEMPLW* OR host=JTCOTWCEMPPW* OR host=JTCEP1WPLOSW* OR host=JTCEP1WPPORW*) http_method=GET Uri="*LOSWeb*" Uri="*aspx*" Time_taken!="-"&lt;BR /&gt;|eval APClientSource=split(Uri,"/"), APClientName=mvindex(APClientSource,1)&lt;BR /&gt;|search APClientSource="Login.aspx" OR APClientSource="OpenLoan.aspx"&lt;BR /&gt;|eval "Time_taken(s)"='Time_taken'/1000&lt;BR /&gt;|bin _time span=5m |stats avg(Time_taken(s)) as avgURT,distinct_count(C_username) as usercount by host,APClientName,cs_uri_stem,_time&lt;BR /&gt;|eval avgURT=round(avgURT,0),StdevURT=round(StdevURT,0)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 13:21:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536678#M89963</guid>
      <dc:creator>Aps17</dc:creator>
      <dc:date>2021-01-21T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate bytes per second for each transaction in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536688#M89966</link>
      <description>&lt;P&gt;Which fields in your data tell you how much data is downloaded per response? Does this include headers? Are you interested in these?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536688#M89966</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-01-21T14:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate bytes per second for each transaction in splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536694#M89967</link>
      <description>&lt;P class="lia-align-justify"&gt;I am trying to calculate it based on bytes_in and bytes_out information&lt;BR /&gt;&lt;BR /&gt;|eval MB=((bytes_in+bytes_out)/1024)&lt;BR /&gt;|eval GB=(MB/1024)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;will this query give me the download speed for each response.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:30:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-calculate-bytes-per-second-for-each-transaction-in-splunk/m-p/536694#M89967</guid>
      <dc:creator>Aps17</dc:creator>
      <dc:date>2021-01-21T14:30:27Z</dc:date>
    </item>
  </channel>
</rss>

