The ConnectionStats type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | closed |
Total number of node connections closed since node creation.
|
![]() | inPool |
Connections residing in connection pool(s).
|
![]() | inUse |
Active connections in currently executing commands.
|
![]() | opened |
Total number of node connections opened since node creation.
|
See Also