Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
arthas
JDK commands
Thread dump: jstack jvm_pid >
Memory dump: jmap -dump:live,format=b,file=
Heap status: jmap -heap jvm_pid
GC status: jstat …