public class ConMgrStats extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
long |
bytesIn
The number of bytes read since the server started up.
|
long |
bytesOut
The number of bytes written since the server started up.
|
int |
closes
The number of socket closes since the server started up.
|
int |
connectionCount
The number of mapped connections.
|
int |
connects
The number of connection events since the server started up.
|
int |
deathQueueSize
The size of the queue of waiting to die sockets.
|
int |
disconnects
The number of disconnection events since the server started up.
|
long |
eventCount
The number of raw network events (sockets reporting ACCEPT or READY).
|
int |
handlerCount
The number of net event handlers.
|
long |
msgsIn
The number of messages read since the server started up.
|
long |
msgsOut
The number of messages written since the server started up.
|
int |
outQueueSize
The outgoing queue size.
|
int |
overQueueSize
The overflow queue size.
|
| Constructor and Description |
|---|
ConMgrStats() |
| Modifier and Type | Method and Description |
|---|---|
ConMgrStats |
clone() |
String |
toString() |
public int connectionCount
public int handlerCount
public int deathQueueSize
public int outQueueSize
public int overQueueSize
public long eventCount
public int connects
public int disconnects
public int closes
public long bytesIn
public long bytesOut
public long msgsIn
public long msgsOut
Copyright © 2015. All rights reserved.