8 Options for capturing Java Thread Dumps


8 Options for capturing Java Thread Dumps

Thread dumps are used to check CPU spikes, deadlocks, memory problems, unresponsive applications, poor responsive times and other system problems.

jstack
Kill -3
JVisualVM
JMC
Windows(Ctrl - Break)
ThreadMXBEan
APM Tool - APP Dynamics
JCMD

For more info, visit https://dzone.com/articles/how-to-take-thread-dumps-7-options

Comments

Popular posts from this blog

Bash - Execute Pl/Sql script from Shell script

How to get client Ip Address using Java HttpServletRequest

How to install Portable JDK in Windows without Admin rights