<?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 Analysis setting of Batch process. in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95757#M5892</link>
    <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;I understand AppMon can analyze the code level of Java batch process.&lt;BR /&gt;So is Dynatrace possible to analyze the code level of java batch process?&lt;/P&gt;&lt;P&gt;If it is possible, what setting do I have to set?&lt;/P&gt;&lt;P&gt;If there are the following java batch program code, do I only set "func01" and "func02" method to "Custom service detection" of Dynatrace setting? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;===== Sample Java Program Code =====&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;public class BatchTest { &lt;BR /&gt;    public static void main(String[] args) { &lt;BR /&gt;        func01();&lt;BR /&gt;&lt;BR /&gt;        func02();&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void func01() {&lt;BR /&gt;&lt;BR /&gt;        // Batch main func 01&lt;BR /&gt;&lt;BR /&gt;        System.out.println("Batch main func01 ");&lt;BR /&gt;&lt;BR /&gt;        testSleep(10000); // sample processing&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void func02() {&lt;BR /&gt;&lt;BR /&gt;        // Batch main func 02&lt;BR /&gt;&lt;BR /&gt;        System.out.println("Batch main func02 ");&lt;BR /&gt;&lt;BR /&gt;        testSleep(3601000); // sample processing&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void testSleep(int ms) {&lt;BR /&gt;&lt;BR /&gt;        try {&lt;BR /&gt;&lt;BR /&gt;            System.out.println("    [testSleep stop "+ms+"msec]");&lt;BR /&gt;&lt;BR /&gt;            Thread.sleep(ms);&lt;BR /&gt;&lt;BR /&gt;            System.out.println("    restart"); &lt;/P&gt;&lt;P&gt;        } catch(InterruptedException e){&lt;BR /&gt;&lt;BR /&gt;               e.printStackTrace();&lt;BR /&gt;&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;    } &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;================================= &lt;/P&gt;&lt;P&gt; Regards,&lt;BR /&gt;Yasuo Ohnishi&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Oct 2018 08:04:46 GMT</pubDate>
    <dc:creator>yohnishi</dc:creator>
    <dc:date>2018-10-03T08:04:46Z</dc:date>
    <item>
      <title>Analysis setting of Batch process.</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95757#M5892</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;I understand AppMon can analyze the code level of Java batch process.&lt;BR /&gt;So is Dynatrace possible to analyze the code level of java batch process?&lt;/P&gt;&lt;P&gt;If it is possible, what setting do I have to set?&lt;/P&gt;&lt;P&gt;If there are the following java batch program code, do I only set "func01" and "func02" method to "Custom service detection" of Dynatrace setting? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;===== Sample Java Program Code =====&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;public class BatchTest { &lt;BR /&gt;    public static void main(String[] args) { &lt;BR /&gt;        func01();&lt;BR /&gt;&lt;BR /&gt;        func02();&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void func01() {&lt;BR /&gt;&lt;BR /&gt;        // Batch main func 01&lt;BR /&gt;&lt;BR /&gt;        System.out.println("Batch main func01 ");&lt;BR /&gt;&lt;BR /&gt;        testSleep(10000); // sample processing&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void func02() {&lt;BR /&gt;&lt;BR /&gt;        // Batch main func 02&lt;BR /&gt;&lt;BR /&gt;        System.out.println("Batch main func02 ");&lt;BR /&gt;&lt;BR /&gt;        testSleep(3601000); // sample processing&lt;BR /&gt;&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    public static void testSleep(int ms) {&lt;BR /&gt;&lt;BR /&gt;        try {&lt;BR /&gt;&lt;BR /&gt;            System.out.println("    [testSleep stop "+ms+"msec]");&lt;BR /&gt;&lt;BR /&gt;            Thread.sleep(ms);&lt;BR /&gt;&lt;BR /&gt;            System.out.println("    restart"); &lt;/P&gt;&lt;P&gt;        } catch(InterruptedException e){&lt;BR /&gt;&lt;BR /&gt;               e.printStackTrace();&lt;BR /&gt;&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;    } &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;================================= &lt;/P&gt;&lt;P&gt; Regards,&lt;BR /&gt;Yasuo Ohnishi&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:04:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95757#M5892</guid>
      <dc:creator>yohnishi</dc:creator>
      <dc:date>2018-10-03T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis setting of Batch process.</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95758#M5893</link>
      <description>&lt;P&gt;Correct, however, you need to specify also the class name including the java package for a service.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 11:07:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95758#M5893</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-10-03T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis setting of Batch process.</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95759#M5894</link>
      <description>&lt;P&gt;Hi Julius,&lt;BR /&gt;&lt;BR /&gt;Thank you for your information! I understand the setting and I will try the analysis of Batch.&lt;BR /&gt;&lt;BR /&gt;I have one more question. How many minutes is the timeout of one PurePath?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yasuo Ohnishi&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:25:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95759#M5894</guid>
      <dc:creator>yohnishi</dc:creator>
      <dc:date>2018-10-04T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis setting of Batch process.</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95760#M5895</link>
      <description>&lt;P&gt;Sorry, no idea. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:53:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Analysis-setting-of-Batch-process/m-p/95760#M5895</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-10-04T09:53:47Z</dc:date>
    </item>
  </channel>
</rss>

