Skip to content

Java Thread Analyzer(JTA) tool can be useful in analyzing thread dumps of a java process. The analysis can be done live using process id or offline after collecting thread dumps.

License

Notifications You must be signed in to change notification settings

abhishek8gupta/jta

Repository files navigation

jta

Java Thread Analyzer(JTA) tool can be useful in analyzing thread dumps of a java process. The analysis can be done live using process id or offline after collecting thread dumps.

Usage

usage: jta
 -d,--details        details of thread dump
 -i,--input <arg>    input file path (mandatory if PID is not specified)
 -o,--output <arg>   output file
 -p,--pid <arg>      jvm process id (mandatory if input file path is not
                     specified)
 -s,--summary        summary of thread dump
 -st,--stacktrace    stacktrace of thread dump

Build

gradle clean build fatJar

Run

java -jar build/libs/jta-1.0-SNAPSHOT.jar

About

Java Thread Analyzer(JTA) tool can be useful in analyzing thread dumps of a java process. The analysis can be done live using process id or offline after collecting thread dumps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published