techact / solrmeter

Automatically exported from code.google.com/p/solrmeter
0 stars 0 forks source link

JVM Heap Monitoring #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be very critical to monitor JVM Heap status.
In the heavy traffics, the updating very often is a challenge.

Original issue reported on code.google.com by jaejo...@gmail.com on 30 Jan 2011 at 5:43

GoogleCodeExporter commented 8 years ago
You mean for SolrMeter? are you having trouble with memory? The "random" 
executor is very Memory-Intensive, you should try with the "constant" executor 
wich will use much less memory.
Anyway, monitoring the JVM Heap status is a good idea. I was thinkin in adding 
some status information at the buttom of the screen.

Original comment by tflo...@gmail.com on 30 Jan 2011 at 11:08

GoogleCodeExporter commented 8 years ago
So far I do not have any memory issue in solrmeter.  I meant that monitoring os 
Solr heap starus, Not for solrmeter.

Original comment by jaejo...@gmail.com on 31 Jan 2011 at 2:59

GoogleCodeExporter commented 8 years ago
Ah, ok. I thought I had created an issue for this, but I hadn't. You are right, 
this is an interesting thing to know of the Solr server, I think we could 
implement it with JMX. 

Original comment by tflo...@gmail.com on 31 Jan 2011 at 12:54