17 Mar 2022 12:57 AM - last edited on 25 May 2023 01:28 PM by Michal_Gebacki
Hello,
is it possible to generate charts and alerts for JVM threads that are in a stuck state?
This is the type of thread you expect to see:
Thank you
Solved! Go to Solution.
17 Mar 2022 06:15 AM
Hello @mauricio_capiz
It seems you are looking for the hung threads. We are using a builtin feature 'Use JMX/PMI extension editor to add custom metrics without coding.' to get the hung threads for the traditional WebSphere.
You can try this feature in case it is available for Weblogic. Otherwise, you might have to use your own custom-built OneAgent extension.
Regards,
Babar
21 Aug 2024 01:49 PM
I am looking for a metric for JVM hung threads. I would like to pick a management zone and split by and filter by a chart showing a hung state count or a chart showing how long these threads are showing still connected/still running(time) or do I need a custom OneAgent extension built?
Is there something built-in Dynatrace or do I need a
21 Aug 2024 02:28 PM - edited 21 Aug 2024 02:29 PM
21 Aug 2024 06:36 PM
Thanks! I requested the Tomcat (JMX) ext. It says it is for JMX monitoring of Tomcat connections, thread pools, and web requests......