|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |
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 javax.management.j2ee.statistics.Stats |
getStatistic, getStatisticNames, getStatistics |
Method Detail |
public CountStatistic getBytesReceived()
public CountStatistic getBytesSent()
public CountStatistic getErrorCount()
public CountStatistic getMaxTime()
public CountStatistic getProcessingTime()
public CountStatistic getRequestCount()
public CountStatistic getCurrentThreadCount()
public CountStatistic getCurrentThreadsBusy()
public CountStatistic getMaxThreads()
public CountStatistic getMaxSpareThreads()
public CountStatistic getMinSpareThreads()
|
J2EE1.4 SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.