I am working on my own monitoring system on my server.
application is developed using python and Django.
The server is running java web applications, and I need to track the JVM under which the application server is running, so I am running JMX-enabled applications.
Now I need to connect my python application to the JVM JMX agent.
Is there any way to get this?
I read about the HtmlAdapterServer that allow you to control JMX MBeans from a specific URL, but I don't know how to use it?
Thanks in advance and best wishes.
java python django jmx
Fanooos
source share