Hi Michael;

I've implemented a management console and dashboard for such kind of
purposes.  After a time later I want to make it an open source project for
the people who needs it. It is a more complicated but very flexible and
pluggable management console and dashboard. I suggest you to look at the
Solr admin page. You can see what you can get and you should debug the
incoming and outcoming requests via a tools as like firebug. So you can
understand what is going on behind the scene. Of course you should read the
wiki to learn what Solr exposes via jmx and http.

If you want a basic mechanism start with a CloudSolrServer that connects to
Zookeeper. You can learn the clusterstate from there. If you check it
within a time period you can be up to date with recent situation of
cluster. That's the way how I started. If you have any question feel free
to ask it I can answer them.

Thanks;
Furkan KAMACI


12 Aralık 2013 Perşembe tarihinde Ahmet Arslan <iori...@yahoo.com> adlı
kullanıcı şöyle yazdı:
> Hi Michael,
>
> Not sure about collection, solr exposes 2) and 3) via :
>
> http://wiki.apache.org/solr/SolrJmx
>
> https://cwiki.apache.org/confluence/display/solr/MBean+Request+Handler
>
>
>
>
> On Thursday, December 12, 2013 4:47 PM, michael.boom <my_sky...@yahoo.com>
wrote:
> Hi,
>
> I'm trying to add SolrCloud to out internal monitoring tools and I wonder
if
> anybody else proceeded in this direction and could maybe provide some
tips.
> I would want to be able to get from SolrCloud:
> 1. The status for each collection - meaning can it serve queries or not.
> 2. Average query time per collection
> 3. Nr of requests per second/min for each collection
>
> Would i need to implement some solr plugins for this, or is the
information
> already existing?
>
> Thanks!
>
>
>
> -----
> Thanks,
> Michael
> --
> View this message in context:
http://lucene.472066.n3.nabble.com/Metrics-in-monitoring-SolrCloud-tp4106384.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to