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

Detailed Description

Node statistics.

Definition at line 69 of file aerospike_stats.h.

#include "aerospike_stats.h"

+ Collaboration diagram for as_node_stats:

Data Fields

as_conn_stats async
 
uint32_t error_count
 
as_nodenode
 
as_conn_stats pipeline
 
as_conn_stats sync
 

Field Documentation

as_conn_stats as_node_stats::async

Async connection statistics on this node.

Definition at line 83 of file aerospike_stats.h.

uint32_t as_node_stats::error_count

Node error count within current window.

Definition at line 93 of file aerospike_stats.h.

as_node* as_node_stats::node

Node.

Definition at line 73 of file aerospike_stats.h.

as_conn_stats as_node_stats::pipeline

Async pipeline connection statistics on this node.

Definition at line 88 of file aerospike_stats.h.

as_conn_stats as_node_stats::sync

Sync connection statistics on this node.

Definition at line 78 of file aerospike_stats.h.


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