All Projects → irockel → Tda

irockel / Tda

Licence: lgpl-2.1
TDA - Thread Dump Analyzer

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Tda

Komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.
Stars: ✭ 295 (-26.25%)
Mutual labels:  jvm
Play Samples
Stars: ✭ 335 (-16.25%)
Mutual labels:  jvm
Javadeserh2hc
Sample codes written for the Hackers to Hackers Conference magazine 2017 (H2HC).
Stars: ✭ 361 (-9.75%)
Mutual labels:  jvm
Arquillian Core
Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.
Stars: ✭ 315 (-21.25%)
Mutual labels:  jvm
Java Multi Thread Programming
🏆 《Java多线程编程核心技术》📚(高洪严 著 机械工业出版社) 源码 https://loveincode.github.io/java-multi-thread-programming/
Stars: ✭ 325 (-18.75%)
Mutual labels:  jvm
Gosu Lang
The Gosu programming language
Stars: ✭ 338 (-15.5%)
Mutual labels:  jvm
Jikesrvm
Jikes RVM (Research Virtual Machine)
Stars: ✭ 281 (-29.75%)
Mutual labels:  jvm
Zvm
A lightweight jvm written by python
Stars: ✭ 388 (-3%)
Mutual labels:  jvm
Friceengine
🎮 JVM game engine based on Swing/JavaFX.
Stars: ✭ 330 (-17.5%)
Mutual labels:  jvm
Jruby
JRuby is an implementation of the Ruby language using the JVM.
Stars: ✭ 3,576 (+794%)
Mutual labels:  jvm
Idris Jvm
JVM bytecode back end for Idris
Stars: ✭ 317 (-20.75%)
Mutual labels:  jvm
Dotenv Kotlin
🗝️ Dotenv is a module that loads environment variables from a .env file
Stars: ✭ 326 (-18.5%)
Mutual labels:  jvm
Jvm
JVM written in Rust
Stars: ✭ 346 (-13.5%)
Mutual labels:  jvm
Docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
Stars: ✭ 308 (-23%)
Mutual labels:  jvm
Kotlin Result
A multiplatform Result monad for modelling success or failure operations.
Stars: ✭ 369 (-7.75%)
Mutual labels:  jvm
Meins
a personal and smart journal
Stars: ✭ 288 (-28%)
Mutual labels:  jvm
Hexagon
Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications, APIs or queue consumers) that run inside a cloud platform.
Stars: ✭ 336 (-16%)
Mutual labels:  jvm
Perlito
"Perlito" Perl programming language compiler
Stars: ✭ 396 (-1%)
Mutual labels:  jvm
Blog
个人博客,记录个人总结(见issues)
Stars: ✭ 385 (-3.75%)
Mutual labels:  jvm
Reactor Core
Non-Blocking Reactive Foundation for the JVM
Stars: ✭ 3,891 (+872.75%)
Mutual labels:  jvm

TDA - Thread Dump Analyzer

News

2020-08-21 TDA 2.4 released

This release fixed parsing of JDK 11 Thread dumps and provides integration for VisualVM 2.0. For Downloads and Release Notes see here: https://github.com/irockel/tda/releases/tag/2.4

2017-11-16 Migrated Online-Help to GitHub Wiki

The broken Online-Help is migrated to the Wiki and is available again.

2016-07-27 TDA 2.3.3 released

For Downloads and Release Notes see here: https://github.com/irockel/tda/releases/tag/2.3.3

2016-07-23 TDA 2.3.2 released

For Downloads and Release Notes see here: https://github.com/irockel/tda/releases/tag/2.3.2

2016-07-21 TDA 2.3.1 released

For Downloads and Release Notes see here: https://github.com/irockel/tda/releases/tag/2.3.1

2016-07-12 TDA 2.3 released

For Downloads and Release Notes see here: https://github.com/irockel/tda/releases/tag/2.3

Overview

The TDA Thread Dump Analyzer for Java is a small Swing GUI for analyzing Thread Dumps and Heap Information generated by the Sun Java VM (currently tested with 1.4.x, 1.5.0_x, 1.6.0_x, 1.7.0_x and 1.8.0_x releases). It parses the thread dumps and class histograms from a provided log file. TDA needs at least Java 1.4.2_x to run.

It provides statistic informations about the found thread dumps, gives information about locked monitors and waiting threads. It can diff between threads to look for similarities and has a "long-running-thread" detection. It also provides overview of heap objects at a thread dump, if class histogram was logged.

Features are in detail:

  • Parsing all thread dumps of a log file, using a specified regular expression for log file time stamps (thread dumps don't have any date information by default), displaying them in a tree.
  • Display of statistic data about the found thread dumps, display of monitors, waiting, sleeping and locking threads, dumps provide links in context for easy dump navigation,
  • integrated class histogram analysis for a specific thread dump (using the -XX:+PrintClassHistogram option of the VM), can also be parsed from a second file, if loggc-Option was used (to log garbage collections to a different log file).
  • displays deadlock information from the thread dump, displays hints about possible problems in the analyzed dumps and
  • ability to add additional logfiles (useful if logfiles are rotated) or open many at once.
  • Session handling to be able to reopen a tda session.
  • Integration into JConsole as plugin.
  • A VisualVM plugin, available through the VisualVM Plugin Center.

The emphasis of the TDA is to provide analysis support of offline information gathered from production environments.

In addition to TDA you might find the GCViewer helpful. It parses the output of the garbage collector from a loggc file and displays it graphically, so you can analyse the memory usage over the time. See here: https://github.com/chewiebug/GCViewer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].