![]() |
Connection statistics.
Definition at line 40 of file aerospike_stats.h.
#include "aerospike_stats.h"
Data Fields | |
uint32_t | closed |
uint32_t | in_pool |
uint32_t | in_use |
uint32_t | opened |
uint32_t as_conn_stats::closed |
Total number of node connections closed since node creation.
Definition at line 61 of file aerospike_stats.h.
uint32_t as_conn_stats::in_pool |
Connections residing in pool(s) on this node. There can be multiple pools per node. This value is a summary of those pools on this node.
Definition at line 45 of file aerospike_stats.h.
uint32_t as_conn_stats::in_use |
Connections actively being used in database commands on this node. There can be multiple pools per node. This value is a summary of those pools on this node.
Definition at line 51 of file aerospike_stats.h.
uint32_t as_conn_stats::opened |
Total number of node connections opened since node creation.
Definition at line 56 of file aerospike_stats.h.