Re: Solr 7.4.0 - bug in JMX cache stats?

2018-09-18 Thread Andrzej Białecki
Hi Bojan, This will be fixed in the upcoming 7.5.0 release. Thank you for reporting this! > On 6 Sep 2018, at 18:16, Bojan Šmid wrote: > > Hi, > > it seems the format of cache mbeans changed with 7.4.0. And from what I > see similar change wasn't made for other mbeans, which may mean it was

Solr 7.4.0 - bug in JMX cache stats?

2018-09-06 Thread Bojan Šmid
Hi, it seems the format of cache mbeans changed with 7.4.0. And from what I see similar change wasn't made for other mbeans, which may mean it was accidental and may be a bug. In Solr 7.3.* format was (each attribute on its own, numeric type): mbean: solr:dom1=core,dom2=gettingstarted,dom3=

Re: Viewing the Cache Stats [SOLR 6.1.0]

2016-09-24 Thread Tomás Fernández Löbbe
That thread is pretty old and probably talking about the old(est) admin UI (before 4.0). The cache stats can be found selecting the core in the dropdown and then "Plugin/Stats". See https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=32604180 Tomás On Sat, Sep 24, 201

Re: Viewing the Cache Stats [SOLR 6.1.0]

2016-09-24 Thread Erick Erickson
Best, Erick On Sat, Sep 24, 2016 at 12:14 PM, slee wrote: > I'm trying to view the Cache Stats. > After reading this thread: Cache Stats > <http://lucene.472066.n3.nabble.com/Cache-stats-td474558.html> , I can't > seem to find the Statistic page in the SOLR Admin. &

Viewing the Cache Stats [SOLR 6.1.0]

2016-09-24 Thread slee
I'm trying to view the Cache Stats. After reading this thread: Cache Stats <http://lucene.472066.n3.nabble.com/Cache-stats-td474558.html> , I can't seem to find the Statistic page in the SOLR Admin. Should I be installing some plug-in or do some configuration? -- View this me

Re: Searching for cache stats

2013-06-17 Thread Stefan Matheis
, I am looking for an automated way of getting cache stats from Solr. Specificly what I am looking for are the cumulative evictions for each cache type for each core: http://screencast.com/t/IrD0VItfVduk An example of how I would like to be able to query the cache

Searching for cache stats

2013-06-17 Thread John Nielsen
Hi, I am looking for an automated way of getting cache stats from Solr. Specificly what I am looking for are the cumulative evictions for each cache type for each core: http://screencast.com/t/IrD0VItfVduk An example of how I would like to be able

Re: newbie questions about cache stats & query perf

2013-01-09 Thread Otis Gospodnetic
Hi, In your Solr version there is a notion of Searcher being opened and reopened. Every time that happens those non-cumulative stats reset. The cumulative_ stats just don't refresh, so you have numbers from when the whole Solr started, not just from the last time Searcher opened. Your cache is

newbie questions about cache stats & query perf

2013-01-09 Thread AJ Weber
Sorry, I did search for an answer, but didn't find an applicable one. I'm currently stuck on 1.4.1 (running in Tomcat 6 on 64bit Linux) for the time being... When I see stats like this: name: documentCache class: org.apache.solr.search.LRUCache version: 1.0 description: LRU

Re: Multicore Solr not showing Cache Stats

2009-05-22 Thread Otis Gospodnetic
- Original Message > From: Chris Hostetter > To: solr-user@lucene.apache.org > Sent: Tuesday, April 7, 2009 5:41:48 PM > Subject: Re: Multicore Solr not showing Cache Stats > > > : - Going to http://localhost:8983/core1/admin/stats.jsp#cache shows a > : nearly em

Re: Multicore Solr not showing Cache Stats

2009-04-07 Thread Chris Hostetter
. : : Any ideas why cache stats might not be getting displayed or where I : could look to figure out what's going on? Otis: I can't reporduce on the trunk... chr...@chrishmposxl:~/lucene/solr/example$ mkdir otis chr...@chrishmposxl:~/lucene/solr/example$ cp multicore/solr.xml otis/ chr...@ch

Multicore Solr not showing Cache Stats

2009-03-26 Thread Otis Gospodnetic
ows up there is fieldValueCache (which is really commented out in solrconfig.xml, but Solr creates it anyway, which is normal). All other caches are missing. Any ideas why cache stats might not be getting displayed or where I could look to figure out what's going on? Thanks, Otis

Re: Cache stats

2006-11-29 Thread Chris Hostetter
: In the admin interface, if you click statistics, there's a cache section. yep. : > Also, on a related note, I was looking for solr info via mbeans. I : > fired up jconsole, and I can see all sort of tomcat mbeans, but : > nothing for solr. Is there something extra I have to do to turn this : >

Re: Cache stats

2006-11-29 Thread Kevin Lewandowski
In the admin interface, if you click statistics, there's a cache section. On 11/29/06, Tom <[EMAIL PROTECTED]> wrote: Hi - I'm starting to try to tune my installation a bit, and I'm looking for cache statistics. Is there a way to peek into a running installation, and se

Cache stats

2006-11-29 Thread Tom
Hi - I'm starting to try to tune my installation a bit, and I'm looking for cache statistics. Is there a way to peek into a running installation, and see what my cache stats are? I'm looking for the usual cache hits/cache misses sort of things. Also, on a related note, I