public interface HTTPListenerStats implements javax.management.j2ee.statistics.Stats
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.
The maximum number of request processing threads that are
created by the listener. It determines the maximum number of
simultaneous requests that can be handled
Cumulative value of the processing times of each of the
RequestProcessors. The processing time of a RequestProcessor
is the average of request processing times over the request
count.