All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_conn_stats Struct Reference

Detailed Description

Connection statistics.

Definition at line 40 of file aerospike_stats.h.

#include "aerospike_stats.h"

+ Collaboration diagram for as_conn_stats:

Data Fields

uint32_t closed
 
uint32_t in_pool
 
uint32_t in_use
 
uint32_t opened
 

Field Documentation

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 transactions 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.


The documentation for this struct was generated from the following file: