Skip to content

maxandersen/tda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDA - Thread dump analyzer

The TDA Thread Dump Analyzer for Java is a small Swing GUI for analyzing Thread Dumps and Heap Information generated by the Java VM (currently tested with 1.8.x & 1.7.x).

It parses the thread dumps and class histograms from a provided log file.

This project is a remake of an older java.net project to make it compatible with thread dumps generated by java 1.8.x & 1.7.x

Other changes:

  • Update build system to Maven
  • launchable with jbang

Run

Install jbang from https://jbang.dev

Run:

jbang tda@maxandersen/tda

Java 1.8.x / 1.7.x

  • Checkout latest tag from github
  • Look in the bin folder:
    • tda.jar
    • tda.sh
    • tda.bat
  • Run java -Xmx512m -jar tda.jar
  • Alternatively you can run one of the shell scripts.
  • For larger thread dumps the -Xmx parameter should be increased.

Original source

https://java.net/projects/tda
More:https://java.net/projects/tda/pages/Home

Java 1.6.x and older

It is advisable to use the original project for older versions of Java

About

Thread dump analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.6%
  • Other 1.4%