A JMX client with a file system style. You use ls to check all the mbeans, 
use cd to go down one level, and use cat to check the attribute value of a 
mbean's attribute.

In jmx-repl the following jmx bean:

java.lang:type=MemoryPool,name=CMS Old Gen

translates to the following path:

/java.lang/MemoryPool/CMS Old Gen

i.e. in jmx-repl, java.lang, MemoryPool, CMS Old Gen are all directories, 
the attributes of this bean are "file" in jmx-repl

Currently connect to remote JMX server is not yet implemented. For details, 
have a look at: https://github.com/xumingming/jmx-repl, hope you find it 
interesting.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to