Added ConMgrStats.closes. Added code to dump conmgr stats to the log every 30

seconds so that we can see more about what's going on if we manage to recreate
our freakoutery.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5532 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-11 00:21:15 +00:00
parent 065e5918e7
commit 58123a4df1
2 changed files with 50 additions and 17 deletions
@@ -49,6 +49,9 @@ public class ConMgrStats extends SimpleStreamableObject
/** The number of disconnection events since the server started up. */
public int disconnects;
/** The number of socket closes since the server started up. */
public int closes;
/** The number of bytes read since the server started up. */
public long bytesIn;