<?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 How to Monitor Java Threadpool Count (Similar to /ui/apps/dynatrace.classic.profiling/ui/diagnostictools/PROCESS_GROUP_INSTANCE-XX in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-Monitor-Java-Threadpool-Count-Similar-to-ui-apps/m-p/275950#M36378</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need guidance on how to monitor and visualize the number of threads in a Java threadpool directly within Dynatrace. Ideally, I would like to achieve something similar to the Threadpool Count information displayed at the following path:&lt;/P&gt;
&lt;P&gt;/ui/apps/dynatrace.classic.profiling/ui/diagnostictools/PROCESS_GROUP_INSTANCE-XXXX&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynatrace-profiling.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27724iA410C2663C1F755F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dynatrace-profiling.png" alt="dynatrace-profiling.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This type of metric is critical for identifying performance bottlenecks and ensuring the health of Java applications.&lt;/P&gt;
&lt;P&gt;Could someone please guide me on how to implement this? Is there a native way to achieve it, or would it require custom metrics or additional configurations?&lt;/P&gt;
&lt;P&gt;Thank you for your assistance!&lt;/P&gt;</description>
    <pubDate>Mon, 28 Apr 2025 06:25:35 GMT</pubDate>
    <dc:creator>michelsantos10</dc:creator>
    <dc:date>2025-04-28T06:25:35Z</dc:date>
    <item>
      <title>How to Monitor Java Threadpool Count (Similar to /ui/apps/dynatrace.classic.profiling/ui/diagnostictools/PROCESS_GROUP_INSTANCE-XX</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-Monitor-Java-Threadpool-Count-Similar-to-ui-apps/m-p/275950#M36378</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need guidance on how to monitor and visualize the number of threads in a Java threadpool directly within Dynatrace. Ideally, I would like to achieve something similar to the Threadpool Count information displayed at the following path:&lt;/P&gt;
&lt;P&gt;/ui/apps/dynatrace.classic.profiling/ui/diagnostictools/PROCESS_GROUP_INSTANCE-XXXX&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dynatrace-profiling.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27724iA410C2663C1F755F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dynatrace-profiling.png" alt="dynatrace-profiling.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This type of metric is critical for identifying performance bottlenecks and ensuring the health of Java applications.&lt;/P&gt;
&lt;P&gt;Could someone please guide me on how to implement this? Is there a native way to achieve it, or would it require custom metrics or additional configurations?&lt;/P&gt;
&lt;P&gt;Thank you for your assistance!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 06:25:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-Monitor-Java-Threadpool-Count-Similar-to-ui-apps/m-p/275950#M36378</guid>
      <dc:creator>michelsantos10</dc:creator>
      <dc:date>2025-04-28T06:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor Java Threadpool Count (Similar to /ui/apps/dynatrace.classic.profiling/ui/diagnostictools/PROCESS_GROUP_INSTANC</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/How-to-Monitor-Java-Threadpool-Count-Similar-to-ui-apps/m-p/276024#M36379</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/89675"&gt;@michelsantos10&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the inbuilt metrics to get the Thread count for the process level.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AravindhanV_0-1745821312844.png" style="width: 730px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27736i070B61704AF3B44E/image-dimensions/730x86?v=v2" width="730" height="86" role="button" title="AravindhanV_0-1745821312844.png" alt="AravindhanV_0-1745821312844.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If this is not the one you are looking then, please check the Extensions which can be used as per the technology such as Tomcat, Weblogic, WebSphere or any other JVM based setups.&lt;/P&gt;&lt;P&gt;If none of this gives you the expected solution, you can use the Custom JMX extension to build your own. And the only thing you should know is, MBean package and the metric.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extend-dynatrace/extend-metrics/ingestion-methods/jmx-extensions" target="_blank"&gt;JMX extensions — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 06:26:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/How-to-Monitor-Java-Threadpool-Count-Similar-to-ui-apps/m-p/276024#M36379</guid>
      <dc:creator>AravindhanV</dc:creator>
      <dc:date>2025-04-28T06:26:28Z</dc:date>
    </item>
  </channel>
</rss>

