ConnectionsStatisticsInterface
interface ConnectionsStatisticsInterface
Methods
int
getIdleConnections()
Get count of idle connection
int
getActiveConnections()
Get count of active connections
int
getAcceptedConnections()
Get count of accepted connections
int
getClosedConnections()
Get count of closed connections
Details
at line 12
int
getIdleConnections()
Get count of idle connection
at line 19
int
getActiveConnections()
Get count of active connections
at line 26
int
getAcceptedConnections()
Get count of accepted connections
at line 33
int
getClosedConnections()
Get count of closed connections