Include current connection and handler count in our conmgr stats.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5539 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -29,6 +29,12 @@ import com.threerings.io.SimpleStreamableObject;
|
||||
public class ConMgrStats extends SimpleStreamableObject
|
||||
implements Cloneable
|
||||
{
|
||||
/** The number of mapped connections. This is a snapshot at the time the stats are requested. */
|
||||
public int connectionCount;
|
||||
|
||||
/** The number of net event handlers. This is a snapshot at the time the stats are requested. */
|
||||
public int handlerCount;
|
||||
|
||||
/** The size of the queue of waiting to auth sockets. This is a snapshot at the time the stats
|
||||
* are requested. */
|
||||
public int authQueueSize;
|
||||
|
||||
Reference in New Issue
Block a user