|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ServerCnxn.Stats
Statistics on the ServerCnxn
Method Summary | |
---|---|
long |
getAvgLatency()
Average latency in ms |
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 |
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 |
Method Detail |
---|
Date getEstablished()
long getOutstandingRequests()
long getPacketsReceived()
long getPacketsSent()
long getMinLatency()
long getAvgLatency()
long getMaxLatency()
String getLastOperation()
long getLastCxid()
long getLastZxid()
long getLastResponseTime()
long getLastLatency()
void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |