Events-java-threads: Difference between revisions
Jump to navigation
Jump to search
(→Maven) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Overview= | =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= | =User Manual= | ||
Line 13: | Line 15: | ||
==GitHub== | ==GitHub== | ||
{{External|https://github.com/NovaOrdis/events- | {{External|https://github.com/NovaOrdis/events-java-threads}} | ||
==Maven== | ==Maven== | ||
<dependency> | |||
<groupId>io.novaordis.events.java.threads</groupId> | |||
<artifactId>events-java-threads</artifactId> | |||
<version>${events.java.threads.version}</version> | |||
</dependency> |
Latest revision as of 18:47, 21 August 2017
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>