Categorygithub.com/adrinicomartin/jstackparser
modulepackage
1.0.4
Repository: https://github.com/adrinicomartin/jstackparser.git
Documentation: pkg.go.dev

# README

# Functions

ParseJStack receives a jstack command output and parse it to extract the JavaThreadDump structure.

# Structs

JavaThread represents the information parsed for a single thread.
JavaThreadDump represents all the information parsed for the complete stacktrace.