public interface Statistics
getStatistics(). The statistics
object provides information about key metrics related to the connection over its entire lifecycle.
The Statistics toString() provides a summary of the statistics.
| Modifier and Type | Method and Description |
|---|---|
long |
getDroppedCount() |
long |
getDuplicateRepliesReceived() |
long |
getErrs() |
long |
getExceptions() |
long |
getFlushCounter() |
long |
getInBytes() |
long |
getInMsgs() |
long |
getOKs() |
long |
getOrphanRepliesReceived() |
long |
getOutBytes() |
long |
getOutMsgs() |
long |
getOutstandingRequests() |
long |
getPings() |
long |
getReconnects() |
long |
getRepliesReceived() |
long |
getRequestsSent() |
long getPings()
long getReconnects()
long getDroppedCount()
long getOKs()
long getErrs()
long getExceptions()
long getRequestsSent()
long getRepliesReceived()
long getDuplicateRepliesReceived()
long getOrphanRepliesReceived()
long getInMsgs()
long getOutMsgs()
long getInBytes()
long getOutBytes()
long getFlushCounter()
long getOutstandingRequests()