sshikov / jmxquery

Automatically exported from code.google.com/p/jmxquery
0 stars 0 forks source link

Added comparator patch #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: