TLDR
Enter a command. For example: calendar, zig, pssh, traceroute.

jstack

 
Java Stack Trace Tool. More information: https://manned.org/jstack.
 
  • Print Java stack traces for all threads in a Java process:
     
    jstack {{java_pid}}
     
  • Print mixed mode (Java/C++) stack traces for all threads in a Java process:
     
    jstack -m {{java_pid}}
     
  • Print stack traces from Java core dump:
     
    jstack {{/usr/bin/java}} {{file.core}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.