Counter
|
Description
|
Current # of Connection Pools
|
Returns the current number of pools associated with the process.
|
Current # of Pooled Connections
|
Returns the current number of connections in all pools associated with the process.
|
Current # of Pooled and Non-Pooled Connections
|
Returns the current number of pooled and non-pooled connections.
|
Peak # of Pooled Connections
|
Returns the highest number of connections in all connection pools since the process started.
|
Total # of Failed Connects
|
Returns the total number of attempts to open a connection that failed for any reason since the process started.
|
Total # of Failed Commands
|
Returns the total number of command executions that failed for any reason since the process started.
|