The HTTP service fits into the tree of objects as shown in HTTP Service Tree Hierarchy.
Use the following dotted name pattern for HTTP service virtual server statistics:
server.http-service.virtual-server.request.statistic
The HTTP service statistics for virtual servers are shown in the following table.
Table 8–10 HTTP Service Virtual Server Monitoring Statistics
Statistic |
Data Type |
Description |
---|---|---|
count200 |
CountStatistic |
Number of responses with a status code equal to 200 |
count2xx |
CountStatistic |
Number of responses with a status code in the 2xx range |
count302 |
CountStatistic |
Number of responses with a status code equal to 302 |
count304 |
CountStatistic |
Number of responses with a status code equal to 304 |
count3xx |
CountStatistic |
Number of responses with a status code equal in the 3xx range |
count400 |
CountStatistic |
Number of responses with a status code equal to 400 |
count401 |
CountStatistic |
Number of responses with a status code equal to 401 |
count403 |
CountStatistic |
Number of responses with a status code equal to 403 |
count404 |
CountStatistic |
Number of responses with a status code equal to 404 |
count4xx |
CountStatistic |
Number of responses with a status code equal in the 4xx range |
count503 |
CountStatistic |
Number of responses with a status code equal to 503 |
count5xx |
CountStatistic |
Number of responses with a status code equal in the 5xx range |
countother |
CountStatistic |
Number of responses with a status code outside the 2xx, 3xx, 4xx, and 5xx range |
errorcount |
CountStatistic |
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 |
hosts |
StringStatistic |
The host (alias) names of the virtual server |
maxtime |
CountStatistic |
Longest response time for a request; not a cumulative value, but the largest response time from among the response times |
processingtime |
CountStatistic |
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 |
CountStatistic |
Cumulative number of requests processed so far |
state |
StringStatistic |
The state of the virtual server |