Use the following dotted name pattern for the HTTP service asadmin statistics:
server.http-service._asadmin.request.statistic
The asadmin statistics available for HTTP service for are shown in the following table.
Table 10–8 HTTP Service asadmin Statistics|
Statistic |
Description |
|---|---|
|
count200-count |
Number of responses with a status code equal to 200 |
|
count2xx-count |
Number of responses with a status code in the 2xx range |
|
count302-count |
Number of responses with a status code equal to 302 |
|
count304-count |
Number of responses with a status code equal to 304 |
|
count3xx-count |
Number of responses with a status code equal in the 3xx range |
|
count400-count |
Number of responses with a status code equal to 400 |
|
count401-count |
Number of responses with a status code equal to 401 |
|
count403-count |
Number of responses with a status code equal to 403 |
|
count4xx-count |
Number of responses with a status code equal in the 4xx range |
|
count503-count |
Number of responses with a status code equal to 503 |
|
count5xx-count |
Number of responses with a status code equal in the 5xx range |
|
countother-count |
Number of responses with a status code outside the 2xx, 3xx, 4xx, and 5xx range |
|
errorcount-count |
Cumulative value of the error count, with error count representing the number of cases where the response code was greater than or equal to 400 |
|
maxtime-count |
Longest response time for a request; not a cumulative value, but the largest response time from among the response times |
|
processingtime-count |
Cumulative value of the times taken to process each request, with processing time being the average of request processing times over the request count |
|
requestcount-count |
Cumulative number of requests processed so far |