I've recently used a jmx console tool recently, which let's you access and browse jmx from a simple shell that you start from command line. Took me 5 minutes to get it and get info from jmx.
Otis ---- Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ ----- Original Message ---- > From: Gora Mohanty <g...@mimirtech.com> > To: solr-user@lucene.apache.org > Sent: Sat, February 12, 2011 4:51:48 AM > Subject: Re: Monitor the QTime. > > On Sat, Feb 12, 2011 at 4:54 AM, Stijn Vanhoorelbeke > <stijn.vanhoorelb...@gmail.com> wrote: > [...] > > Can you access this URL from a web browser (tried but doesn't work ) ? Or > > must this used in jConsole / custom made java program. > > Please try http://localhost:8983/solr/admin/stats.jsp (change hostname/port as > needed). > > > Could you please point me to a good guide to implement this JMX stuff, cause > > I'm a newbie for JMX. > > The easiest way to get access to JMX is indeed a Java console, like jconsole. > There are various open-source JMX clients available, but we could find none > that met our needs, and were being actively maintained. We have been > toying with the idea of a JMX client that offers a REST API to Solr MBeans > (or even to any generic MBeans). This would be a more natural interface for > people used to web development. > > Regards, > Gora >