Install | Jstack On Ubuntu

OpenJDK is the default Java implementation on Ubuntu. Install a full JDK package (not *-jre).

  • Confirm installation:
    java -version
    
    jstack will be installed as part of the JDK and available at /usr/bin/jstack or under the JDK bin directory.
  • jstack <PID> > thread_dump.txt