solr Metrics api

2020-04-17 Thread akhil dutt
Hi everyone, For the system cpu load and process cpu load, I sometimes see that process cpu load is higher than system cpu load.I'm not sure in what cases can it really be possible.Like in one case - ProcessCpuLoad - 0.6908776706398165 SystemCpuLoad - 0.42642669943113387 From what I understand f

Doubt in solr metrics

2020-01-30 Thread akhil dutt
Hi everyone, What does this "gc.G1-Young-Generation.count" metric give ? number of times the garbage collector was called till that point of time or number of objects it holds? And also, does this "SEARCHER.searcher.numDocs" mean the number of documents the current searcher object is holding ? bec

understanding solr metrics

2020-01-02 Thread akhil dutt
Hi, I'm trying to understand solr metrics and was looking at request/response dispatch rate. I want to understand what meanRate signify. As per below values, am I to suppose that each request takes 300 seconds (1/ meanRate )? org.eclipse.jetty.server.handler.DefaultHandler.dispatches: { - co