jvm-monitoring-agent icon indicating copy to clipboard operation
jvm-monitoring-agent copied to clipboard

Monitor JVM from within, detect thread blocks and automatically save threads dump

Results 2 jvm-monitoring-agent issues
Sort by recently updated
recently updated
newest added

In addition, or even instead of saving a thread dump we could also send JMX notifications that threads are stuck. Extra idea - associate threads_dump file with a thread and...

It is possible that threads are not blocked but are spending time on IO and preventing things from happening, we could write an example to simulate that and catch such...

complicated