<?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 Latency between transactions in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106534#M7397</link>
    <description>&lt;P&gt;I have logs which show a transaction with clear startswith and endswith tabling the duration taken like so&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;source=*.csv | transaction E2ETxnSeq startswith="StartInbound" endswith="EndInbound" | table duration&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I'm looking for finding the latency between transactions (or actually the idle time between traansactions) so how do I pipe the above output to calculate the delta ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2012 08:55:23 GMT</pubDate>
    <dc:creator>josekuzh</dc:creator>
    <dc:date>2012-07-24T08:55:23Z</dc:date>
    <item>
      <title>Latency between transactions</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106534#M7397</link>
      <description>&lt;P&gt;I have logs which show a transaction with clear startswith and endswith tabling the duration taken like so&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;source=*.csv | transaction E2ETxnSeq startswith="StartInbound" endswith="EndInbound" | table duration&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I'm looking for finding the latency between transactions (or actually the idle time between traansactions) so how do I pipe the above output to calculate the delta ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106534#M7397</guid>
      <dc:creator>josekuzh</dc:creator>
      <dc:date>2012-07-24T08:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Latency between transactions</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106535#M7398</link>
      <description>&lt;P&gt;Can transactions overlap?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106535#M7398</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-07-24T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Latency between transactions</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106536#M7399</link>
      <description>&lt;P&gt;If transactions do &lt;EM&gt;not&lt;/EM&gt; overlap, I imagine you could use &lt;CODE&gt;delta&lt;/CODE&gt; for this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=*.csv | transaction E2ETxnSeq startswith="StartInbound" endswith="EndInbound" | delta _time AS transactionlatency | eval transactionlatency=-transactionlatency | table duration transactionlatency
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Jul 2012 16:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106536#M7399</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-07-24T16:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Latency between transactions</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106537#M7400</link>
      <description>&lt;P&gt;actually they occasionally can but i can ignore those cases&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2012 05:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106537#M7400</guid>
      <dc:creator>josekuzh</dc:creator>
      <dc:date>2012-07-25T05:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Latency between transactions</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106538#M7401</link>
      <description>&lt;P&gt;I've tried this and transactionlatency is always 0 which doesnt match our data set. Still checking&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 05:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Latency-between-transactions/m-p/106538#M7401</guid>
      <dc:creator>josekuzh</dc:creator>
      <dc:date>2012-07-26T05:17:25Z</dc:date>
    </item>
  </channel>
</rss>

