Aerospike plugin
This plugin
collects metrics from the Aerospike database.
Currently Aerospike is natively supported only on Linux systems.
Prerequisites
The Aerospike plugin supports the following Operating Systems.
Linux | ✅️ |
To install the plugin
- From the top right of the screen, perform one of the following actions:
- Click
> Data Collection, select the TrueSight meter, and select the Sources tab.
- Click
> Configure Sources.
- Click
- Use the search box or scroll through the page to find the source system which has the TrueSight meter on which you want to install the plugin.
- Click the name of the source to view source details.
- Select the Plugins tab.
- Use the search box or scroll through the page to find the plugin you want to install.
Click + Install to start the installation.
Refer to the following sections for the configuration details required to collect data and view the list of plugin metrics.
Plugin metrics
Metric name | Description |
---|---|
AEROSPIKE_AGGS | Number of aggregation transactions. |
AEROSPIKE_AGGS_ERR | Number of failed aggregation transactions. |
AEROSPIKE_AGGS_OK | Number of successful aggregation transactions. |
AEROSPIKE_CLIENTS | Number of connected clients. |
AEROSPIKE_MEM_TOTAL | Bytes of memory allocated. |
AEROSPIKE_MEM_USED | Bytes of memory used. |
AEROSPIKE_MEM_USED_DATA | Bytes of memory used for data. |
AEROSPIKE_MEM_USED_INDEX | Bytes of memory used for primary index. |
AEROSPIKE_MEM_USED_SINDEX | Bytes of memory used for secondary index. |
AEROSPIKE_OBJECTS | Number of objects. |
AEROSPIKE_OBJECTS_EVICTED | Number of evicted objects. |
AEROSPIKE_OBJECTS_EXPIRED | Number of expired objects. |
AEROSPIKE_QUERIES | Number of query transactions. |
AEROSPIKE_QUERIES_ERR | Number of failed query transactions. |
AEROSPIKE_QUERIES_OK | Number of successful query transactions. |
AEROSPIKE_READS | Number of read transactions. |
AEROSPIKE_READS_ERR | Number of failed read transactions. |
AEROSPIKE_READS_OK | Number of successful read transactions. |
AEROSPIKE_READ_1MS | Percent of read transaction with latency < 1ms |
AEROSPIKE_READ_8MS | Percent of read transaction with latency > 8ms |
AEROSPIKE_READ_64MS | Percent of read transaction with latency > 64ms |
AEROSPIKE_TXNS | Number of transactions executed. |
AEROSPIKE_TXNS_WAITING | Number of transactions waiting. |
AEROSPIKE_WRITES | Number of write transactions. |
AEROSPIKE_WRITES_ERR | Numer of failed write transactions. |
AEROSPIKE_WRITES_OK | Number of successful write transactions. |
AEROSPIKE_WRITE_1MS | Percent of write transaction with latency < 1ms |
AEROSPIKE_WRITE_8MS | Percent of write transaction with latency > 8ms |
AEROSPIKE_WRITE_64MS | Percent of write transaction with latency > 64ms |