long startTime = conn.getRequestStartTime();
if (conn.isRequestActive() && startTime > 0)
requestTime = now - startTime;
TcpConnectionInfo info
= new TcpConnectionInfo(conn.getId(),
conn.getThreadId(),
getAddress() + ":" + getPort(),
conn.getState().toString(),
requestTime);