DEV Community

Discussion on: Interactive Java JVM Monitoring on Kubernetes: Exposing JMXMP

Collapse
 
elmuerte profile image
Michiel Hendriks

JMX over RMI is a real PITA protocol.
Jolokia fixed the problems of this protocol by moving to plain HTTP and JSON. It's easy to add to any Java application.

Collapse
 
jflamy profile image
Jean-François Lamy

Yes. But haven’t found the equivalent of visualvm and similar tools for jolokia...

Collapse
 
elmuerte profile image
Michiel Hendriks

hawtio is a really nice UI.