ConnectionStats Class

Connection statistics.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class ConnectionStats
Inheritance
Object    ConnectionStats

Constructors

ConnectionStats(Int32, Int32, Int32, Int32) Connection statistics constructor.
ConnectionStats(Int32, Int32, Int32, Int32, Int64, Int64) Connection statistics constructor, including byte metrics.

Methods

ToString Convert statistics to string.
(Overrides Object.ToString())

Fields

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.

See Also