JMXQuery icon indicating copy to clipboard operation
JMXQuery copied to clipboard

A simple command line too and Python module to query and collect Java metrics via JMX

Results 13 JMXQuery issues
Sort by recently updated
recently updated
newest added

Extend the JMXQuery library to let the user invoke JMX methods. This would be very useful to create custom reports, where we can trigger actions as well.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Python 2.7 tests passing: `(venv)$ python --version Python 2.7.16 (venv)$ nosetests -v tests/test_JMXQuery.py tests.test_JMXQuery.test_wildcard_query ... ok tests.test_JMXQuery.test_kafka_plugin ... ok This test is to check that we don't get any threading...

The current python __init__.py module is not python27 compatible. Would it be possible to add support for python 2.7? I've created the following diff, which adds python2.7 support: https://gist.github.com/chorejasbob/25ae63bc008e78d712e80daba986a6ef

enhancement

Ive added some change to allow -count n and -every n to allow the data to be queries continually, and so extract data and then a spread sheet showing chart...

Ive got some code which allows JMXQuery to loop for example adding -count 20 -every 30 says loop 20 times, and sleep for 30 seconds between issuing the query. It...

getAttributes(foundKey, cData.get(attribute.getAttributeKey())). cData.get(attribute.getAttributeKey() is null which causes a recursive loop. I think JMXConnector.java needs if (value instanceof CompositeData) { CompositeData cData = (CompositeData) value; // If attribute has key specified,...

Hi. I was having an issue writing a script to monitor an application and trying to dump what I could monitor on that app due to JMX throwing JSON control...

I would like to invoke simple methods using Python. I can do this change, but I would like your approval because as far as I was able to understand the...

Hi i using the following code to test Cassandra JMX query but getting error jsondecode error My cassandra default install and setup from official web site my java version, centos...