<?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 can I get the PID for the current process running? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229236#M20232</link>
    <description>hi Foldi Tamas,&lt;BR /&gt;Kindly explain me where I can write this and how to use this to get PID.&lt;BR /&gt;And also tell me where can I see the output.&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;java.lang.management.ManagementFactory.getRuntimeMXBean().getName().split("@");&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Satya.</description>
    <pubDate>Tue, 19 Feb 2013 05:13:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-19T05:13:49Z</dc:date>
    <item>
      <title>How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229231#M20227</link>
      <description>Hi,&lt;BR /&gt;How can I get the PID of the current job running?? Is there an existing global variable?</description>
      <pubDate>Sat, 16 Nov 2024 14:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229231#M20227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229232#M20228</link>
      <description>Hi,&lt;BR /&gt;I have the same need : Does anyone know how it is possible to retrieve the PID of the current job ?&lt;BR /&gt;(The PID that we can find in the statistics and logs tables ; Fields PID, ROOT_PID...)&lt;BR /&gt;Thx</description>
      <pubDate>Mon, 16 Jan 2012 13:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229232#M20228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T13:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229233#M20229</link>
      <description>You can get the job's pid by: &lt;BR /&gt;&lt;PRE&gt;java.lang.management.ManagementFactory.getRuntimeMXBean().getName().split("@");&lt;/PRE&gt;&lt;BR /&gt;ugly, but works.</description>
      <pubDate>Mon, 16 Jan 2012 14:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229233#M20229</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-16T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229234#M20230</link>
      <description>Thanks for your answer.&lt;BR /&gt;It seems that your code returns the system_pid. &lt;BR /&gt;This system_pid is present in the statistics table but not in the logs table. It's different from the field PID of these tables.&lt;BR /&gt;However, if there isn't a better method to retrieve this PID, i can retrieve it with the system_pid and a join between the statistics table and the logs table.</description>
      <pubDate>Mon, 16 Jan 2012 15:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229234#M20230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-16T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229235#M20231</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You can get the job's pid by: &lt;BR /&gt;&lt;PRE&gt;java.lang.management.ManagementFactory.getRuntimeMXBean().getName().split("@");&lt;/PRE&gt;&lt;BR /&gt;ugly, but works.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Thanks for the info. It worked.</description>
      <pubDate>Mon, 18 Feb 2013 09:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229235#M20231</guid>
      <dc:creator>josephmundadan</dc:creator>
      <dc:date>2013-02-18T09:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the PID for the current process running?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229236#M20232</link>
      <description>hi Foldi Tamas,&lt;BR /&gt;Kindly explain me where I can write this and how to use this to get PID.&lt;BR /&gt;And also tell me where can I see the output.&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;java.lang.management.ManagementFactory.getRuntimeMXBean().getName().split("@");&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Satya.</description>
      <pubDate>Tue, 19 Feb 2013 05:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-get-the-PID-for-the-current-process-running/m-p/2229236#M20232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T05:13:49Z</dc:date>
    </item>
  </channel>
</rss>

