>> Connection Management Statistics# pooling ------------------------------------------------------------------ Connection pooling summary statistics: Current opened server connections: 0 Active server connections: 0 Available server connections: 0 Total number of aged out client connections: 0 Total number of aged out server connections: 0 |
Statistic | Description |
---|---|
Current opened server connections | The pool of server connection. Some connections can be idle and some active (occupied sessions). |
Active server connections | Number of server connections currently occupying sessions (non-idle connections) |
Available server connections | Number of server connections currently idle. |
Total number of aged out client connections | The number of times client connections were freed, if the TCP pool is enabled. |
Total number of aged out server connections | The number of times server connections were freed, if TCP pool is enabled. |