| Modifier and Type | Method and Description |
|---|---|
CountStatistic |
getCount200()
Gets the number of responses with a 200 response code.
|
CountStatistic |
getCount2xx()
Gets the number of 200-level responses sent.
|
CountStatistic |
getCount302()
Gets the number of responses with a 302 response code.
|
CountStatistic |
getCount304()
Gets the number of responses with a 304 response code.
|
CountStatistic |
getCount3xx()
Gets the number of 300-level responses sent.
|
CountStatistic |
getCount400()
Gets the number of responses with a 400 response code.
|
CountStatistic |
getCount401()
Gets the number of responses with a 401 response code.
|
CountStatistic |
getCount403()
Gets the number of responses with a 403 response code.
|
CountStatistic |
getCount404()
Gets the number of responses with a 404 response code.
|
CountStatistic |
getCount4xx()
Gets the number of 400-level responses sent.
|
CountStatistic |
getCount503()
Gets the number of responses with a 503 response code.
|
CountStatistic |
getCount5xx()
Gets the number of 500-level responses sent.
|
CountStatistic |
getCountBytesReceived()
Gets the number of bytes received.
|
CountStatistic |
getCountBytesTransmitted()
Gets the number of bytes transmitted.
|
CountStatistic |
getCountOpenConnections()
Gets the number of open connections.
|
CountStatistic |
getCountOther()
Gets the number of responses sent that were not 200, 300, 400,
or 500 level.
|
CountStatistic |
getCountRequests()
Gets the number of requests serviced.
|
CountStatistic |
getMaxByteTransmissionRate()
Gets the maximum rate at which data was transmitted over some
server-defined interval.
|
CountStatistic |
getMaxOpenConnections()
Gets the maximum number of open connections.
|
StringStatistic |
getMethod()
Gets the method of the last request serviced.
|
CountStatistic |
getRateBytesTransmitted()
Gets the rate (in bytes per second) at which data was transmitted
over some server-defined interval.
|
StringStatistic |
getUri()
Gets the URI of the last request serviced.
|
getStatistic, getStatisticNames, getStatisticsStringStatistic getMethod()
StringStatistic getUri()
CountStatistic getCountRequests()
CountStatistic getCountBytesReceived()
CountStatistic getCountBytesTransmitted()
CountStatistic getRateBytesTransmitted()
CountStatistic getMaxByteTransmissionRate()
CountStatistic getCountOpenConnections()
CountStatistic getMaxOpenConnections()
CountStatistic getCount2xx()
CountStatistic getCount3xx()
CountStatistic getCount4xx()
CountStatistic getCount5xx()
CountStatistic getCountOther()
CountStatistic getCount200()
CountStatistic getCount302()
CountStatistic getCount304()
CountStatistic getCount400()
CountStatistic getCount401()
CountStatistic getCount403()
CountStatistic getCount404()
CountStatistic getCount503()
Copyright © 2017. All rights reserved.