NumberOfActiveConnectionPools |
When connection pooling is configured in the applications, connection pools will be created and connections (min Size mentioned) will be established. This counter tells how many such connection pools are created. |
NumberOfActiveConnections |
This value denotes how many active connections that are currently being used. |
NumberOfFreeConnections |
This shows how many number of connections available in the usable state in the pool. |
HardConnectsPerSecond |
This value denotes the number of connection made to the database per second. |
HardDisconnectsPerSecond |
This value denotes the number of connections disconnected from the database per second. |
SoftDisconnectsPerSecond |
This value shows the number of connections that are pulled out of the pool per second. |
SoftConnectsPerSecond |
This value shows the number of connections that are returned to the pool per second. |
NumberOfReclaimedConnections |
This shows the number of ACTIVE connections that have reclaimed by the garbage collector without explicit close or dispose connection calls from the creator. |
NumberOfPooledConnections |
NumberOfPooledConnections |