Ref Guide: by request, make percentile examples consistent; add superscript notation

This commit is contained in:
Cassandra Targett 2017-10-06 15:59:18 -05:00
parent f6661decab
commit 355deca0cf
1 changed files with 4 additions and 4 deletions

View File

@ -59,10 +59,10 @@ To get request times, specifically, you can send an API request such as:
|Attribute |Description |Attribute |Description
|15minRate |Requests per second received over the past 15 minutes. |15minRate |Requests per second received over the past 15 minutes.
|5minRate |Requests per second received over the past 5 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. |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 95th Percentile. E.g., if 80 requests are received, then the 76th fastest request time will be reported in 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.9th Percentile. E.g., if 1000 requests are received, then the 999th 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 99th Percentile. E.g., if 200 requests are received, then the 198th 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. |count |Total number of requests made since the Solr process was started.
|median_ms |Median of all the request processing time. |median_ms |Median of all the request processing time.