Re: Solr Profiler

2013-12-16 Thread manju16832003
Hi NewRelic is good enough to monitor the Solr. Are you using Solarium or SolrJ client to connect to Solr?. We have used Solarium and able to monitor each calls and gather most of the info. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Profiler-tp4106231p4106859

Re: Solr Profiler

2013-12-13 Thread Alexander Rosemann
+1 for VisualVm. I use it frequently to check where my bottlenecks in my code are, especially when it's multi-threaded. As Michael stated, it's free and included in the JDK. Cheers, Alex On 12.12.2013 17:30, Michael Della Bitta wrote: I've used VisualVM quite a bit, but not sure that it's goi

Re: Solr Profiler

2013-12-12 Thread Michael Della Bitta
I've used VisualVM quite a bit, but not sure that it's going to top any of the other products mentioned in this thread. It's free, though, so there's that! Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917 477 7906 appinions inc. “The Science of Influence Marketing” 1

Re: Solr Profiler

2013-12-11 Thread Otis Gospodnetic
Hi, Are you looking for a Java profiler? Or a Solr monitoring tool? For a profiler I'd recommend YourKit -- http://www.yourkit.com/ For Solr monitoring I'd recommend our SPM -- http://sematext.com/spm/solr-performance-monitoring/index.html Otis -- Performance Monitoring * Log Analytics * Search

Solr Profiler

2013-12-11 Thread Monica Skidmore
We're trying to improve the speed of some custom Solr code we've written, and we'd like to use a profiler to help us focus our efforts. However, we've tried both JProfiler and NewRelic, and we've found it challenging to configure them correctly to be able to tell where our bottlenecks really ar