Class | Description |
---|---|
BytesReceivedStreamSourceConduit |
Implementation of
StreamSourceConduit wrapping that wraps around byte-transferring methods to calculate total
number of bytes transferred leveraging JDK 8 version of LongAdder (via Infinispan). |
BytesReceivedThreadSetupAction |
ThreadSetupAction implementation that counts number of bytes received via
BytesReceivedStreamSourceConduit wrapping. |
BytesSentStreamSinkConduit |
Implementation of
StreamSinkConduit wrapping that wraps around byte-transferring methods to calculate total
number of bytes transferred leveraging JDK 8 version of LongAdder (via Infinispan). |
BytesSentThreadSetupAction |
ThreadSetupAction implementation that counts number of bytes sent via BytesSentStreamSinkConduit
wrapping. |
MetricsServletExtension |
Extension that registers metrics on deployment if mod_cluster module is loaded.
|
RequestCountHttpHandler |
HttpHandler that counts number of incoming requests. |
RunningRequestsThreadSetupAction |
ThreadSetupAction implementation that counts number of active / running requests to replace the busyness
metric. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.