Events-java-threads
Jump to navigation
Jump to search
Internal
Overview
events-tdp (Events Java Thread Dump parser) is a Java library that parses JVM thread dumps and translates them into events. The project also contains thread-dump-collector.sh and other scripts.
User Manual
Development
GitHub
Maven
<dependency> <groupId>io.novaordis.events.java.threads</groupId> <artifactId>events-java-threads</artifactId> <version>${events.java.threads.version}</version> </dependency>