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:

Java 1.8.x / 1.7.x

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