All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_cluster_stats Struct Reference

Detailed Description

Cluster statistics.

Definition at line 127 of file aerospike_stats.h.

#include "aerospike_stats.h"

+ Collaboration diagram for as_cluster_stats:

Data Fields

as_event_loop_statsevent_loops
 
uint32_t event_loops_size
 
as_node_statsnodes
 
uint32_t nodes_size
 
uint64_t retry_count
 
uint32_t thread_pool_queued_tasks
 

Field Documentation

◆ event_loops

as_event_loop_stats* as_cluster_stats::event_loops

Statistics for all event loops.

Definition at line 136 of file aerospike_stats.h.

◆ event_loops_size

uint32_t as_cluster_stats::event_loops_size

Event loop count.

Definition at line 151 of file aerospike_stats.h.

◆ nodes

as_node_stats* as_cluster_stats::nodes

Statistics for all nodes.

Definition at line 131 of file aerospike_stats.h.

◆ nodes_size

uint32_t as_cluster_stats::nodes_size

Node count.

Definition at line 146 of file aerospike_stats.h.

◆ retry_count

uint64_t as_cluster_stats::retry_count

Count of command retries since cluster was started.

Definition at line 141 of file aerospike_stats.h.

◆ thread_pool_queued_tasks

uint32_t as_cluster_stats::thread_pool_queued_tasks

Count of sync batch/scan/query tasks awaiting execution. If the count is greater than zero, then all threads in the thread pool are active.

Definition at line 157 of file aerospike_stats.h.


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