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
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=
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
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.
&
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
,
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
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
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
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
- 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
.
:
: 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
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
: 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
: >
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
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
15 matches
Mail list logo