All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 
uint64_t error_count
 
as_nodenode
 
as_conn_stats pipeline
 
as_conn_stats sync
 
uint64_t timeout_count
 

Field Documentation

◆ async

as_conn_stats as_node_stats::async

Async connection statistics on this node.

Definition at line 83 of file aerospike_stats.h.

◆ error_count

uint64_t as_node_stats::error_count

Command error count since node was initialized. If the error is retryable, multiple errors per command may occur.

Definition at line 94 of file aerospike_stats.h.

◆ node

as_node* as_node_stats::node

Node.

Definition at line 73 of file aerospike_stats.h.

◆ pipeline

as_conn_stats as_node_stats::pipeline

Async pipeline connection statistics on this node.

Definition at line 88 of file aerospike_stats.h.

◆ sync

as_conn_stats as_node_stats::sync

Sync connection statistics on this node.

Definition at line 78 of file aerospike_stats.h.

◆ timeout_count

uint64_t as_node_stats::timeout_count

Command timeout count since node was initialized. If the timeout is retryable (ie socket timeout), multiple timeouts per command may occur.

Definition at line 100 of file aerospike_stats.h.


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