Hi guys,
thanks for the plugin! I added an comparator parameter which allows to check
for >=, >, <=, < and = for Comparable java types. (In this case Long and
Double).
You can use it like:
jmxquery.jar [...] -comparator >=
jmxquery.jar [...] -comparator >
jmxquery.jar [...] -comparator <=
jmxquery.jar [...] -comparator <
jmxquery.jar [...] -comparator =
I attached a "patch" to share this feature with you.
Original issue reported on code.google.com by wittig.m...@gmail.com on 4 Aug 2010 at 10:43
Original issue reported on code.google.com by
wittig.m...@gmail.com
on 4 Aug 2010 at 10:43Attachments: