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

Detailed Description

Cluster statistics.

Definition at line 120 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
 
uint32_t thread_pool_queued_tasks
 

Field Documentation

as_event_loop_stats* as_cluster_stats::event_loops

Statistics for all event loops.

Definition at line 129 of file aerospike_stats.h.

uint32_t as_cluster_stats::event_loops_size

Event loop count.

Definition at line 139 of file aerospike_stats.h.

as_node_stats* as_cluster_stats::nodes

Statistics for all nodes.

Definition at line 124 of file aerospike_stats.h.

uint32_t as_cluster_stats::nodes_size

Node count.

Definition at line 134 of file aerospike_stats.h.

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 145 of file aerospike_stats.h.


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