<?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 to display time parameters (start time, end time, total duration) of a transaction? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177654#M51077</link>
    <description>&lt;P&gt;Add a transaction command next to earlier one based on your req.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2014 00:40:20 GMT</pubDate>
    <dc:creator>vasanthmss</dc:creator>
    <dc:date>2014-11-19T00:40:20Z</dc:date>
    <item>
      <title>How to display time parameters (start time, end time, total duration) of a transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177651#M51074</link>
      <description>&lt;P&gt;10/21/14 13:17:08.747 SERIAL ZPIMXTerminal.Send Start&lt;BR /&gt;
10/21/14 13:17:08.747 SERIAL SerialComClass:*&lt;STRONG&gt;*NOTICE:  Serial Port  cleared OK&lt;BR /&gt;
10/21/14 13:17:08.809 **SERIAL GetAckNak Sent&lt;/STRONG&gt;: [00]&lt;BR /&gt;
10/21/14 13:17:08.840 WLL-EX CCTX_POS_GET_TenderTypeStatus = 0 &lt;/P&gt;

&lt;P&gt;10/21/14 13:17:08.919 SERIAL SerialComClass:****NOTICE:  Serial Port  cleared OK&lt;BR /&gt;
10/21/14 13:17:08.919 SERIAL Send Msg() &amp;gt;&lt;BR /&gt;
10/21/14 13:17:08.981 SERIAL GetAckNak Recv: [00]&lt;/P&gt;

&lt;P&gt;10/21/14 13:17:09.090 WLL-EX CCTX_OS_GET_TypeStatus = 0  &lt;/P&gt;

&lt;P&gt;10/21/14 13:17:09.090 SERIAL SerialComClass:*&lt;STRONG&gt;*NOTICE:  Serial Port cleared OK&lt;BR /&gt;
10/21/14 13:17:09.153 **SERIAL GetAckNak Recv&lt;/STRONG&gt;: [00]&lt;BR /&gt;
10/21/14 13:17:09.262 SERIAL SerialComClass:****NOTICE:  Serial Port  cleared OK&lt;BR /&gt;
10/21/14 13:17:08.747 SERIAL ZPIMXTerminal.Send Start&lt;/P&gt;

&lt;P&gt;in above log.. i formed a transaction using  "transaction startswith="ZPIMXTerminal.Send Start" endswith="ZPIMXTerminal.Send Start"  &lt;/P&gt;

&lt;P&gt;but I'm not sure how to display time parameters. I would like to see start time of transaction, end time of transaction and total duration. Along with that, I wanted to display the start and end time of "GetAckNak " in a table. Can anyone help?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:58:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177651#M51074</guid>
      <dc:creator>hemanath_ofc</dc:creator>
      <dc:date>2020-09-28T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display time parameters (start time, end time, total duration) of a transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177652#M51075</link>
      <description>&lt;P&gt;transaction startswith="ZPIMXTerminal.Send Start" endswith="ZPIMXTerminal.Send Start"|eval starttime=_time|eval endtime=_time+duration &lt;/P&gt;

&lt;P&gt;If you want to convert time to human readable format use this &lt;BR /&gt;
|convert ctime(starttime) ctime(endtime)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177652#M51075</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2020-09-28T17:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display time parameters (start time, end time, total duration) of a transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177653#M51076</link>
      <description>&lt;P&gt;Thanks Vasanth..&lt;/P&gt;

&lt;P&gt;But can i find the duration of different event within a transaction. &lt;/P&gt;

&lt;P&gt;for expample : time between &lt;BR /&gt;
&lt;STRONG&gt;SERIAL GetAckNak Sent: [00]&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;SERIAL GetAckNak Recv: [00]&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177653#M51076</guid>
      <dc:creator>hemanath_ofc</dc:creator>
      <dc:date>2014-10-31T06:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to display time parameters (start time, end time, total duration) of a transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177654#M51077</link>
      <description>&lt;P&gt;Add a transaction command next to earlier one based on your req.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 00:40:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177654#M51077</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2014-11-19T00:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to display time parameters (start time, end time, total duration) of a transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177655#M51078</link>
      <description>&lt;P&gt;Is it working?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 18:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-time-parameters-start-time-end-time-total/m-p/177655#M51078</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2014-12-12T18:39:27Z</dc:date>
    </item>
  </channel>
</rss>

