sjk

Java diagnostic and profiling tool for analyzing JVM performance

brewmacoslinux
Try with needOr install directly
Source

About

Swiss Java Knife

Commands

sjk

Examples

List all running Java processes$ sjk jps
Collect heap dump from a running JVM process$ sjk hh --pid <PID> -o heap.bin
Display thread information and stack traces$ sjk ttop --pid <PID>