Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring Java application with Python [closed]

Tags:

java

python

jmx

I'm a python programmer, and want to monitor a Java application, by communicating with JMX.

I've been searching the web and I haven't found a proved solution.
I've looked at jmx4python and JPype but I haven't maid up my mind about them.
Py4J doesn't look useful.

Does anyone have a suggestion of a Framework or a way to do this?

btw - The application is already running and I don't want to invoke it

like image 876
Tal Avatar asked Nov 11 '13 06:11

Tal


2 Answers

Jolikia is an http-jmx that can help you : http://www.jolokia.org

like image 126
fbacchella Avatar answered Sep 25 '22 19:09

fbacchella


You could use jython to interface with Java's JMX libraries.

like image 41
Nathan Davis Avatar answered Sep 21 '22 19:09

Nathan Davis