| Modifier and Type | Method | Description |
|---|---|---|
int |
asyncDispatches() |
|
int |
asyncRequests() |
|
int |
asyncRequestsWaiting() |
|
int |
asyncRequestsWaitingMax() |
|
int |
dispatched() |
|
int |
dispatchedActive() |
|
int |
dispatchedActiveMax() |
|
long |
dispatchedTimeMax() |
|
double |
dispatchedTimeMean() |
|
double |
dispatchedTimeStdDev() |
|
long |
dispatchedTimeTotal() |
|
int |
expires() |
|
int |
requests() |
|
int |
requestsActive() |
|
int |
requestsActiveMax() |
|
long |
requestTimeMax() |
|
double |
requestTimeMean() |
|
double |
requestTimeStdDev() |
|
long |
requestTimeTotal() |
|
int |
responses1xx() |
|
int |
responses2xx() |
|
int |
responses3xx() |
|
int |
responses4xx() |
|
int |
responses5xx() |
|
long |
responsesBytesTotal() |
|
long |
statsOnMs() |
@Metric("number of requested that have been asynchronously dispatched") public int asyncDispatches()
@Metric("total number of async requests") public int asyncRequests()
@Metric("currently waiting async requests") public int asyncRequestsWaiting()
@Metric("maximum number of waiting async requests") public int asyncRequestsWaitingMax()
@Metric("number of dispatches") public int dispatched()
@Metric("number of dispatches currently active") public int dispatchedActive()
@Metric("maximum number of active dispatches being handled") public int dispatchedActiveMax()
@Metric("maximum time spend in dispatch handling (in ms)") public long dispatchedTimeMax()
@Metric("mean time spent in dispatch handling (in ms)") public double dispatchedTimeMean()
@Metric("standard deviation for dispatch handling (in ms)") public double dispatchedTimeStdDev()
@Metric("total time spent in dispatch handling (in ms)") public long dispatchedTimeTotal()
@Metric("number of async requests requests that have expired") public int expires()
@Metric("number of requests") public int requests()
@Metric("number of requests currently active") public int requestsActive()
@Metric("maximum number of active requests") public int requestsActiveMax()
@Metric("maximum time spend handling requests (in ms)") public long requestTimeMax()
@Metric("mean time spent handling requests (in ms)") public double requestTimeMean()
@Metric("standard deviation for request handling (in ms)") public double requestTimeStdDev()
@Metric("total time spend in all request handling (in ms)") public long requestTimeTotal()
@Metric("number of requests with 1xx response status") public int responses1xx()
@Metric("number of requests with 2xx response status") public int responses2xx()
@Metric("number of requests with 3xx response status") public int responses3xx()
@Metric("number of requests with 4xx response status") public int responses4xx()
@Metric("number of requests with 5xx response status") public int responses5xx()
@Metric("total number of bytes across all responses") public long responsesBytesTotal()
@Metric("time in milliseconds stats have been collected for") public long statsOnMs()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.