New data adapter: Hotpsot JVM GC log files #150
fthevenet
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
This is a new discussion thread for gathering feedback on the upcoming "GC log files" data adapter.
This new adapter uses the Microsoft GCTookit to parse garbage collection events from log files produced by the Hotspot Java Virtual Machine.
It currently works with the Serial, Parallel, CMS and G1 collectors, and can produces graphs that shows heap occupancy, pause time, allocation rate, CPU time, heap size and more. You can find a complete list here.
Please give it a try and tell us what think and what could be improved.
Cheers!
Links
Some WIP documentation about what is included so far:
https://github.com/binjr/binjr/blob/v3.19.0-dev/binjr-adapter-jvmgc/README.md
Where to find "preview" builds to give it a try:
https://github.com/binjr/binjr/releases/tag/v3.19.0-SNAPSHOT
A sample GC log file to try it on, if you don't have one handy:
https://github.com/binjr/binjr/blob/v3.19.0-dev/binjr-adapter-jvmgc/sample_g1gc.zip
Beta Was this translation helpful? Give feedback.
All reactions