Hacker News new | ask | show | jobs
by uxcn 3557 days ago
If it's exposed through JMX, would it also be visible via something like jvisualvm?
1 comments

Not sure about jvisualvm, but it will definitely be visible in jconsole
jvisualvm is largely a superset of jconsole, with a plugin interface, so it probably is.

I have no idea how many other people actually use it though.