Re: [Benchmark SOLR] JETTY VS TOMCAT - Jetty 15% slower - need advice to improve Jetty performance

2017-02-01 Thread Gerald Reinhart
We have done some profiling with Visualvm, but nothing obvious appeared. Thank Rick for the advice. GĂ©rald Reinhart On 02/01/2017 11:17 AM, Rick Leir wrote: There is a profiling tool in Eclipse that can show you a tree of method calls, with timing information. I have found this useful in

Re: [Benchmark SOLR] JETTY VS TOMCAT - Jetty 15% slower - need advice to improve Jetty performance

2017-02-01 Thread Rick Leir
There is a profiling tool in Eclipse that can show you a tree of method calls, with timing information. I have found this useful in the past to investigate a performance problem. But it might not help if the problem only occurs at 165 queries per second (is that true?). cheers -- Rick On

[Benchmark SOLR] JETTY VS TOMCAT - Jetty 15% slower - need advice to improve Jetty performance

2017-01-30 Thread Gerald Reinhart
Hello, In addition to the following settings, we have tried to : - force Jetty to use more threads - put the same GC options as our Tomcat - change nb of acceptors and selectors and every time Jetty is slower than Tomcat. Any advice is welcome Thanks,