jmx_exporter
jmx_exporter copied to clipboard
jmx_ prometheus_ Javaagent stopped running
Hi, I use JMX_ prometheus_ Javaagent monitors Tomcat and encounters a problem, JMX stops running! In http://prometheus_ip:9090/targets Down is displayed, but Tomcat can still be accessed normally.
I guess JMX quit because of the high load? How can I solve this problem?
Use the ss command to view the port status, there are a lot of close-wait.

The first step would be to figure out why the jmx_exporter agent is unresponsive. Could you create a thread dump? This can be done by sending the -3 signal to the Tomcat process, like kill -3 <pid>.
@fstab Hi, It's jmx_ exporter dump thread? How do I create a thread dump?
Sorry, English is not my mother tongue. Can you understand what I mean?
@saodis Hi, brother, I meet the same problem. Have you solved it?
@saodis Have you resolved this issue?
yes ,i was resolved this issue, Maybe we're not having the same problem
@saodis @yuguangye Can you share how you resolve the issue?