Hi -

This is my first night working with JMX, particularly for the purpose of 
querying Solr statistics running under Tomcat.  Before, I was trying to xpath 
to stats.jsp which just felt dirty.

I gotta say - I think this is pretty neat.

Right now, being inexperienced with JMX and all, I was wondering if there was a 
way to pull all Solr-specific items out of there.  I see some general counters 
pertaining to each of my Solr instances, but nothing along the lines of 
lookups, hits, hit ratios, and the like.  They're all more Tomcat-centric - 
memory usage etc etc.  That's fine, too, but the whole point of this exercise 
is to get instance-specific statistics regarding Solr.

Is this information exposed via JMX under Solr?  Can I pull a list somewhere of 
all items that find their way through JMX to be seen from an external source?

Thanks in advance
-dant

Reply via email to