<?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 Logging processing time of a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350335#M117205</link>
    <description>Hi,
&lt;BR /&gt;I am looking at logging processing info of a job into flat files. 
&lt;BR /&gt;I used tChronometerStart/Stop to measure time taken by my job and it works perfectly fine but is it there a way I can store it in a flat file?
&lt;BR /&gt;Thanks.</description>
    <pubDate>Mon, 01 Apr 2013 05:42:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-01T05:42:22Z</dc:date>
    <item>
      <title>Logging processing time of a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350335#M117205</link>
      <description>Hi,
&lt;BR /&gt;I am looking at logging processing info of a job into flat files. 
&lt;BR /&gt;I used tChronometerStart/Stop to measure time taken by my job and it works perfectly fine but is it there a way I can store it in a flat file?
&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 01 Apr 2013 05:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350335#M117205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T05:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logging processing time of a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350336#M117206</link>
      <description>Hi,&lt;BR /&gt;I am using tStatCatcher for capturing the log in a flat file. &lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 01 Apr 2013 06:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350336#M117206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T06:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Logging processing time of a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350337#M117207</link>
      <description>Hi
&lt;BR /&gt;There is a global variable ((Long)globalMap.get("tChronometerStop_1_DURATION")) available on tChronometerStop component, this variable counts the duration time between tChronometerStart and tChronometerStop. For example:
&lt;BR /&gt;tChronometerStart
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;a processing of a subjob
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tChronometerStop
&lt;BR /&gt; |
&lt;BR /&gt;tFixedFlowInput--main--tFileOutputDelimited
&lt;BR /&gt;on tFixedFlowinput, define a column called duration, and set its value as :
&lt;BR /&gt;((Long)globalMap.get("tChronometerStop_1_DURATION"))
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 01 Apr 2013 13:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350337#M117207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-01T13:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logging processing time of a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350338#M117208</link>
      <description>Hi Shong, 
&lt;BR /&gt;Thanks a lot!! I am able to capture processing time 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 02 Apr 2013 05:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Logging-processing-time-of-a-job/m-p/2350338#M117208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-02T05:48:21Z</dc:date>
    </item>
  </channel>
</rss>

