mirror of https://github.com/apache/lucene.git
Ref Guide: by request, make percentile examples consistent; add superscript notation
This commit is contained in:
parent
f6661decab
commit
355deca0cf
|
@ -59,10 +59,10 @@ To get request times, specifically, you can send an API request such as:
|
|||
|Attribute |Description
|
||||
|15minRate |Requests per second received over the past 15 minutes.
|
||||
|5minRate |Requests per second received over the past 5 minutes.
|
||||
|p75_ms |Request processing time for the request which belongs to the 75th Percentile. E.g., if 100 requests are received, then the 75th fastest request time will be reported by this statistic.
|
||||
|p95_ms |Request processing time in milliseconds for the request which belongs to the 95th Percentile. E.g., if 80 requests are received, then the 76th fastest request time will be reported in this statistic.
|
||||
|p999_ms |Request processing time in milliseconds for the request which belongs to the 99.9th Percentile. E.g., if 1000 requests are received, then the 999th fastest request time will be reported in this statistic.
|
||||
|p99_ms |Request processing time in milliseconds for the request which belongs to the 99th Percentile. E.g., if 200 requests are received, then the 198th fastest request time will be reported in this statistic.
|
||||
|p75_ms |Request processing time for the request which belongs to the 75^th^ Percentile. E.g., if 100 requests are received, then the 75^th^ fastest request time will be reported by this statistic.
|
||||
|p95_ms |Request processing time in milliseconds for the request which belongs to the 95^th^ Percentile. E.g., if 100 requests are received, then the 95^th^ fastest request time will be reported in this statistic.
|
||||
|p999_ms |Request processing time in milliseconds for the request which belongs to the 99.9^th^ Percentile. E.g., if 1000 requests are received, then the 999^th^ fastest request time will be reported in this statistic.
|
||||
|p99_ms |Request processing time in milliseconds for the request which belongs to the 99^th^ Percentile. E.g., if 100 requests are received, then the 99^th^ fastest request time will be reported in this statistic.
|
||||
|count |Total number of requests made since the Solr process was started.
|
||||
|median_ms |Median of all the request processing time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue