Re: Cache response time

2014-06-04 Thread Shalin Shekhar Mangar
Can you please open a Jira issue? It'd be nice to have this. On Thu, Jun 5, 2014 at 1:03 AM, Branham, Jeremy [HR] < jeremy.d.bran...@sprint.com> wrote: > Is there a JMX metric for measuring the cache request time? > > I can see the avg request times, but I'm assuming this includes the cache > an

Re: Cache response time

2014-06-04 Thread Otis Gospodnetic
Hi Jeremy, Nothing in Solr tracks that time. Caches are pluggable. If you really want this info you could write your own cache that is just a proxy for the real cache and then you can time it. But why do you need this info? Do you suspect that is slow? Otis -- Performance Monitoring * Log Ana

RE: Cache response time

2014-06-04 Thread Matt Kuiper
I have not come across one. Is your question directed to the queryResultCache? My understanding is that the queryResultCache is the only cache that contains full query results that could be used to compare against non-cached results times. I believe the other caches can participate in speed