macOS / binaries /

jstack

/usr/bin/jstack
Print Java stack traces of Java threads for a specified Java process

The jstack command prints Java stack traces of Java threads for a specified Java process. For each Java frame, the full class name, method name, byte code index (BCI), and line number, when available, are printed.