Releases: dgildeh/JMXQuery
Brand new version with Python Module
This release is pretty much a complete rewrite of the original code and also includes a new Python module which can be pip installed and used by plugins! Pre-release version for testing only.
Ready for testing!
Added ability to pull and list metrics by query. This means you can pull all the Hit queries using the following metric query:
cassandra.[cache].hits=org.apache.cassandra.db:*/Hits
[cache] will automatically be populated by the cache name in the MBean name (i.e. org.apache.cassandra.db:type=Caches,keyspace=system,cache=LocationInfoKeyCache)
MBean List Query Update
Added a query parameter to -list mbeans command. Use : to list everything, or specific domain/mbean to only show metrics for that branch of the tree
Initial Release
Initial Release for testing Jar on various environments. Built on JDK 1.6