Events-java-threads: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Projects =Overview= =User Manual= =Development=")
 
 
(6 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=
{{Internal|Td_User_Manual|td User Manual}}


=Development=
=Development=
==GitHub==
{{External|https://github.com/NovaOrdis/events-java-threads}}
==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

td User Manual

Development

GitHub

https://github.com/NovaOrdis/events-java-threads

Maven

<dependency>
    <groupId>io.novaordis.events.java.threads</groupId>
    <artifactId>events-java-threads</artifactId>
    <version>${events.java.threads.version}</version>
</dependency>