RE: monitor jvm heap size for solrcloud

2013-07-31 Thread Joshi, Shital
Thanks for all answers. We decided to use VisualVM with multiple remote 
connections. 

-Original Message-
From: Utkarsh Sengar [mailto:utkarsh2...@gmail.com] 
Sent: Friday, July 26, 2013 6:19 PM
To: solr-user@lucene.apache.org
Subject: Re: monitor jvm heap size for solrcloud

We have been using newrelic (they have a free plan too) and gives all
needed info like: jvm heap usage in eden space, survivor space and old gen.
Garbage collection info, detailed info about the solr requests and its
response times, error rates etc.

I highly recommend using newrelic to monitor your solr cluster:
http://blog.newrelic.com/2010/05/11/got-apache-solr-search-server-use-rpm-to-monitor-troubleshoot-and-tune-solr-operations/

Thanks,
-Utkarsh


On Fri, Jul 26, 2013 at 2:38 PM, SolrLover bbar...@gmail.com wrote:

 I have used JMX with SOLR before..

 http://docs.lucidworks.com/display/solr/Using+JMX+with+Solr



 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/monitor-jvm-heap-size-for-solrcloud-tp4080713p4080725.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Thanks,
-Utkarsh


monitor jvm heap size for solrcloud

2013-07-26 Thread Joshi, Shital
We have SolrCloud cluster (5 shards and 2 replicas) on 10 boxes. While running 
stress tests, we want to monitor JVM heap size across 10 nodes. Is there a 
utility which would connect to all nodes' jmx port and display all bean details 
for the cloud?

Thanks!




Re: monitor jvm heap size for solrcloud

2013-07-26 Thread Ali, Saqib
You can use SPM (i think):
http://sematext.com/spm/solr-performance-monitoring/


On Fri, Jul 26, 2013 at 1:36 PM, Joshi, Shital shital.jo...@gs.com wrote:

 We have SolrCloud cluster (5 shards and 2 replicas) on 10 boxes. While
 running stress tests, we want to monitor JVM heap size across 10 nodes. Is
 there a utility which would connect to all nodes' jmx port and display all
 bean details for the cloud?

 Thanks!





Re: monitor jvm heap size for solrcloud

2013-07-26 Thread SolrLover
I have used JMX with SOLR before..

http://docs.lucidworks.com/display/solr/Using+JMX+with+Solr



--
View this message in context: 
http://lucene.472066.n3.nabble.com/monitor-jvm-heap-size-for-solrcloud-tp4080713p4080725.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: monitor jvm heap size for solrcloud

2013-07-26 Thread Utkarsh Sengar
We have been using newrelic (they have a free plan too) and gives all
needed info like: jvm heap usage in eden space, survivor space and old gen.
Garbage collection info, detailed info about the solr requests and its
response times, error rates etc.

I highly recommend using newrelic to monitor your solr cluster:
http://blog.newrelic.com/2010/05/11/got-apache-solr-search-server-use-rpm-to-monitor-troubleshoot-and-tune-solr-operations/

Thanks,
-Utkarsh


On Fri, Jul 26, 2013 at 2:38 PM, SolrLover bbar...@gmail.com wrote:

 I have used JMX with SOLR before..

 http://docs.lucidworks.com/display/solr/Using+JMX+with+Solr



 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/monitor-jvm-heap-size-for-solrcloud-tp4080713p4080725.html
 Sent from the Solr - User mailing list archive at Nabble.com.




-- 
Thanks,
-Utkarsh