eostermueller / heapSpank

Detect memory leaks in minutes without a heap dump.
http://heapSpank.org
Apache License 2.0
17 stars 4 forks source link

integration with glowroot.org #7

Open eostermueller opened 7 years ago

eostermueller commented 7 years ago

Current, glowroot provides jmap -histo output -- but it just displays one run at a time. Making decisions on a single sample like this is not a good idea.

Need to write a plugin that makes heapSpank data available from glowroot user interface. Don't need live refresh, like in the command line version.

This doc on glowroot plugins might be helpful: https://glowroot.org/instrumentation.html