Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
38
plugins/inputs/solr/testcases/v7/main/admin/mbeans.json
Normal file
38
plugins/inputs/solr/testcases/v7/main/admin/mbeans.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"responseHeader": {
|
||||
"status": 0,
|
||||
"QTime": 2
|
||||
},
|
||||
"solr-mbeans": [
|
||||
"CORE",
|
||||
{
|
||||
},
|
||||
"QUERYHANDLER",
|
||||
{
|
||||
},
|
||||
"UPDATEHANDLER",
|
||||
{
|
||||
},
|
||||
"CACHE",
|
||||
{
|
||||
"documentCache": {
|
||||
"class": "org.apache.solr.search.LRUCache",
|
||||
"description": "LRU Cache(maxSize=16384, initialSize=4096)",
|
||||
"stats": {
|
||||
"CACHE.searcher.documentCache.evictions": 141485,
|
||||
"CACHE.searcher.documentCache.cumulative_lookups": 265132,
|
||||
"CACHE.searcher.documentCache.hitratio": 0.44,
|
||||
"CACHE.searcher.documentCache.size": 8192,
|
||||
"CACHE.searcher.documentCache.cumulative_hitratio": 0.42,
|
||||
"CACHE.searcher.documentCache.lookups": 1234,
|
||||
"CACHE.searcher.documentCache.warmupTime": 1,
|
||||
"CACHE.searcher.documentCache.inserts": 987,
|
||||
"CACHE.searcher.documentCache.hits": 1111,
|
||||
"CACHE.searcher.documentCache.cumulative_hits": 115364,
|
||||
"CACHE.searcher.documentCache.cumulative_inserts": 149768,
|
||||
"CACHE.searcher.documentCache.cumulative_evictions": 141486
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue