|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.nio.conman.ConMgrStats
public class ConMgrStats
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ConMgrStats()
|
|
| Method Summary | |
|---|---|
ConMgrStats |
clone()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ConMgrStats()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic ConMgrStats clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||