/jvmdumpanalyser

JVM thread dump filter and groupping tool

Primary LanguageKotlin

jvmdumpanalyser

JVM thread dump filter and groupping tool

Usage

  1. ./gradle fatJar
  2. Get jvm dump
  3. Run app, java -jar JvmDumpAnalyser.jar -f threaddump.tdump
  4. ??PROFIT??

Requirements

JDK 17, Kotlin 1.8

TBD

Command samples on how to capture thread dump.