Skip to content

Releases: feng-zh/thread-dump

Support JDK 9 jstack output

16 Nov 04:18
Compare
Choose a tag to compare
Pre-release
v1.2.0

Fix name issue in jitpack.io

Support JDK 8 jstack output

24 Aug 16:11
Compare
Choose a tag to compare
v1.1.0

Update to support jdk 8 jstack output

First Release

20 Dec 17:33
Compare
Choose a tag to compare
  1. Support get thread dump via different ways
    • Inside JVM by using java.lang.Thread (same JVM)
    • Simulate jstack (same machine)
    • Use JMX (local or remote if JMX enabled)
    • Use WebLogic interface (remote weblogic)
  2. Support generic API.
  3. Perform thread dump or online-sampling via Web UI.