top -b -n3 -H -p <PID>
-b: Batch mode
-n3: Take three snapshots
-H: Show threads
-p: Only monitor the specified PID
jcmd <PID> Thread.print
Capture the thread dump from command line
(like jstack)
Get on with it!
High-level survey of tools to help gauge your JVM's state when it seems unresponsive.
4-hour workshop on a set of free tooling and approaches, which can be applied on profiling your JVM so you have clear visibility of what is occurring during execution.
Learn more!