ConnectionStats Class
Connection statistics.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public sealed class ConnectionStats
- Inheritance
- Object ConnectionStats
BytesReceived |
Total number of bytes received from that connection.
Only collected for the async client when metrics are enabled.
|
BytesSent |
Total number of bytes sent to that connection.
Only collected for the async client when metrics are enabled.
|
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.
|