public interface HTTPListenerStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getBytesReceived()
Cumulative value of the bytesReceived by each of the
RequestProcessors
|
javax.management.j2ee.statistics.CountStatistic |
getBytesSent()
Cumulative value of the bytesSent by each of the
RequestProcessors
|
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.CountStatistic |
getCountOpenConnections()
Returns the number of open connections managed by the HTTP listener
whose statistics are exposed by this
HTTPListenerStats. |
javax.management.j2ee.statistics.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. |
javax.management.j2ee.statistics.CountStatistic |
getCurrentThreadCount()
The number of request processing threads currently in the
thread pool
|
javax.management.j2ee.statistics.CountStatistic |
getCurrentThreadsBusy()
The number of request processing threads currently in the
thread pool, serving requests.
|
javax.management.j2ee.statistics.CountStatistic |
getErrorCount()
Cumulative value of the errorCount of each of the
RequestProcessors.
|
javax.management.j2ee.statistics.CountStatistic |
getMaxOpenConnections()
Returns the maximum number of open connections managed by the HTTP
listener whose statistics are exposed by this
HTTPListenerStats. |
javax.management.j2ee.statistics.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.
|
javax.management.j2ee.statistics.CountStatistic |
getMaxThreads()
The maximum number of request processing threads that are
created by the listener.
|
javax.management.j2ee.statistics.CountStatistic |
getMaxTime()
The longest response time for a request.
|
javax.management.j2ee.statistics.CountStatistic |
getMinSpareThreads()
The number of request processing threads that will be created
when this listener is first started.
|
javax.management.j2ee.statistics.CountStatistic |
getProcessingTime()
Cumulative value of the processing times of each of the
RequestProcessors.
|
javax.management.j2ee.statistics.CountStatistic |
getRequestCount()
Cumulative number of the requests processed so far,
by the RequestProcessors.
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.CountStatistic getBytesReceived()
javax.management.j2ee.statistics.CountStatistic getBytesSent()
javax.management.j2ee.statistics.CountStatistic getErrorCount()
javax.management.j2ee.statistics.CountStatistic getMaxTime()
javax.management.j2ee.statistics.CountStatistic getProcessingTime()
javax.management.j2ee.statistics.CountStatistic getRequestCount()
javax.management.j2ee.statistics.CountStatistic getCount2xx()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount3xx()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount4xx()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount5xx()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCountOther()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount200()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount302()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount304()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount400()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount401()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount403()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount404()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCount503()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCountOpenConnections()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getMaxOpenConnections()
HTTPListenerStats.javax.management.j2ee.statistics.CountStatistic getCurrentThreadCount()
javax.management.j2ee.statistics.CountStatistic getCurrentThreadsBusy()
javax.management.j2ee.statistics.CountStatistic getMaxThreads()
javax.management.j2ee.statistics.CountStatistic getMaxSpareThreads()
javax.management.j2ee.statistics.CountStatistic getMinSpareThreads()
Copyright © 2019. All rights reserved.