1
0
Fork 0
telegraf/plugins/inputs/solr/testcases/v7/main/admin/mbeans.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
"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
}
}
}
]
}