Thank you for this wonderful library, it's super fast!
What are your thoughts on outputting to an analysis friendly data structure, e.g. JSON files (per type of schema, such as threads etc.)?
The use-case is, I'd like to run hprof-slurp on a folder full of dumps, have it spit out JSON files, then run something like Apache Spark on the JSON files, to plot out trends.
Thank you for this wonderful library, it's super fast!
What are your thoughts on outputting to an analysis friendly data structure, e.g. JSON files (per type of schema, such as threads etc.)?
The use-case is, I'd like to run
hprof-slurpon a folder full of dumps, have it spit out JSON files, then run something like Apache Spark on the JSON files, to plot out trends.