|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HTTPListenerStats
A Stats interface to represent the statistical data exposed by an HTTP Listener. This include data about the GlobalRequestProcessor and the ThreadPool. The GlobalRequestProcessor collects data about request processing from each of the RequestProcessor threads.
| Method Summary | |
|---|---|
CountStatistic |
getBytesReceived()
Cumulative value of the bytesReceived by each of the RequestProcessors |
CountStatistic |
getBytesSent()
Cumulative value of the bytesSent by each of the RequestProcessors |
CountStatistic |
getCount200()
Returns the number of responses with a status code equal to 200 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount2xx()
Returns the number of responses with a status code in the 2xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount302()
Returns the number of responses with a status code equal to 302 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount304()
Returns the number of responses with a status code equal to 304 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount3xx()
Returns the number of responses with a status code in the 3xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount400()
Returns the number of responses with a status code equal to 400 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount401()
Returns the number of responses with a status code equal to 401 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount403()
Returns the number of responses with a status code equal to 403 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount404()
Returns the number of responses with a status code equal to 404 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount4xx()
Returns the number of responses with a status code in the 4xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount503()
Returns the number of responses with a status code equal to 503 sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCount5xx()
Returns the number of responses with a status code in the 5xx range sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCountOpenConnections()
Returns the number of open connections managed by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCountOther()
Returns the number of responses with a status code outside the 2xx, 3xx, 4xx, and 5xx range, sent by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getCurrentThreadCount()
The number of request processing threads currently in the thread pool |
CountStatistic |
getCurrentThreadsBusy()
The number of request processing threads currently in the thread pool, serving requests. |
CountStatistic |
getErrorCount()
Cumulative value of the errorCount of each of the RequestProcessors. |
CountStatistic |
getMaxOpenConnections()
Returns the maximum number of open connections managed by the HTTP listener whose statistics are exposed by this HTTPListenerStats. |
CountStatistic |
getMaxSpareThreads()
The maximum number of unused request processing threads that will be allowed to exist until the thread pool starts stopping the unnecessary threads. |
CountStatistic |
getMaxThreads()
The maximum number of request processing threads that are created by the listener. |
CountStatistic |
getMaxTime()
The longest response time for a request. |
CountStatistic |
getMinSpareThreads()
The number of request processing threads that will be created when this listener is first started. |
CountStatistic |
getProcessingTime()
Cumulative value of the processing times of each of the RequestProcessors. |
CountStatistic |
getRequestCount()
Cumulative number of the requests processed so far, by the RequestProcessors. |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Method Detail |
|---|
CountStatistic getBytesReceived()
CountStatistic getBytesSent()
CountStatistic getErrorCount()
CountStatistic getMaxTime()
CountStatistic getProcessingTime()
CountStatistic getRequestCount()
CountStatistic getCount2xx()
HTTPListenerStats.
CountStatistic getCount3xx()
HTTPListenerStats.
CountStatistic getCount4xx()
HTTPListenerStats.
CountStatistic getCount5xx()
HTTPListenerStats.
CountStatistic getCountOther()
HTTPListenerStats.
CountStatistic getCount200()
HTTPListenerStats.
CountStatistic getCount302()
HTTPListenerStats.
CountStatistic getCount304()
HTTPListenerStats.
CountStatistic getCount400()
HTTPListenerStats.
CountStatistic getCount401()
HTTPListenerStats.
CountStatistic getCount403()
HTTPListenerStats.
CountStatistic getCount404()
HTTPListenerStats.
CountStatistic getCount503()
HTTPListenerStats.
CountStatistic getCountOpenConnections()
HTTPListenerStats.
CountStatistic getMaxOpenConnections()
HTTPListenerStats.
CountStatistic getCurrentThreadCount()
CountStatistic getCurrentThreadsBusy()
CountStatistic getMaxThreads()
CountStatistic getMaxSpareThreads()
CountStatistic getMinSpareThreads()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||