Statistics for each Aerospike client instance.
◆ aerospike_cluster_stats()
Retrieve aerospike cluster statistics.
- Parameters
-
cluster | The aerospike cluster. |
stats | The statistics summary for specified cluster. |
◆ aerospike_event_loop_stats()
◆ aerospike_node_stats()
Retrieve aerospike node statistics.
- Parameters
-
node | The server node. |
stats | The statistics summary for specified node. |
◆ aerospike_node_stats_destroy()
static void aerospike_node_stats_destroy |
( |
as_node_stats * | stats | ) |
|
|
inlinestatic |
◆ aerospike_stats()
Retrieve aerospike client instance statistics.
static void aerospike_stats(aerospike *as, as_cluster_stats *stats)
AS_EXTERN void aerospike_stats_destroy(as_cluster_stats *stats)
- Parameters
-
as | The aerospike instance. |
stats | The statistics summary for specified client instance. |
Definition at line 193 of file aerospike_stats.h.
References aerospike_cluster_stats(), and aerospike::cluster.
◆ aerospike_stats_destroy()
Release node references and memory allocated in aerospike_stats().
- Parameters
-
stats | The cluster statistics summary. |
◆ aerospike_stats_to_string()
Return string representation of cluster statistics. The string should be freed when it's no longer needed.