spf4j icon indicating copy to clipboard operation
spf4j copied to clipboard

Add utility to capture histograms after GC

Open zolyfarkas opened this issue 9 years ago • 0 comments

Should allow for trending object instances... The JVM can print this out, stdout can be captured automatically, data parsed and stored in a TSDB. Data can then be visualized with the UI, new functionality will probably be required...

capture proof of concept in: https://github.com/zolyfarkas/spf4j/blob/master/spf4j-experimental/src/test/java/org/spf4j/perf/memory/VMHistogramsTest.java

zolyfarkas avatar Jul 14 '15 18:07 zolyfarkas