public static interface ServerCnxn.Stats
Modifier and Type | Method and Description |
---|---|
long |
getAvgLatency()
Average latency in ms
|
java.util.Date |
getEstablished()
Date/time the connection was established
|
long |
getLastCxid()
Last cxid of this connection
|
long |
getLastLatency()
Latency of last response to client on this connection in ms
|
java.lang.String |
getLastOperation()
Last operation performed by this connection
|
long |
getLastResponseTime()
Last time server sent a response to client on this connection
|
long |
getLastZxid()
Last zxid of this connection
|
long |
getMaxLatency()
Max latency in ms
|
long |
getMinLatency()
Min latency in ms
|
long |
getOutstandingRequests()
The number of requests that have been submitted but not yet
responded to.
|
long |
getPacketsReceived()
Number of packets received
|
long |
getPacketsSent()
Number of packets sent (incl notifications)
|
void |
reset()
Reset counters
|
java.util.Date getEstablished()
long getOutstandingRequests()
long getPacketsReceived()
long getPacketsSent()
long getMinLatency()
long getAvgLatency()
long getMaxLatency()
java.lang.String getLastOperation()
long getLastCxid()
long getLastZxid()
long getLastResponseTime()
long getLastLatency()
void reset()
Copyright © 2016 The Apache Software Foundation