# README
jstackparser - Parser/Analyzer of jstack Java output
Base on:
https://dzone.com/articles/how-analyze-java-thread-dumps https://www.jahia.com/about-us/news-events/blog/five-tricks-to-analyze-java-thread-dumps
# 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.