![]() |
Cluster statistics.
Definition at line 127 of file aerospike_stats.h.
#include "aerospike_stats.h"
Data Fields | |
as_event_loop_stats * | event_loops |
uint32_t | event_loops_size |
as_node_stats * | nodes |
uint32_t | nodes_size |
uint64_t | retry_count |
uint32_t | thread_pool_queued_tasks |
as_event_loop_stats* as_cluster_stats::event_loops |
Statistics for all event loops.
Definition at line 136 of file aerospike_stats.h.
uint32_t as_cluster_stats::event_loops_size |
Event loop count.
Definition at line 151 of file aerospike_stats.h.
as_node_stats* as_cluster_stats::nodes |
Statistics for all nodes.
Definition at line 131 of file aerospike_stats.h.
uint32_t as_cluster_stats::nodes_size |
Node count.
Definition at line 146 of file aerospike_stats.h.
uint64_t as_cluster_stats::retry_count |
Count of command retries since cluster was started.
Definition at line 141 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 157 of file aerospike_stats.h.