Aerospike fieldsedit

Aerospike module

aerospike fieldsedit

namespace fieldsedit

namespace

client fieldsedit

Client stats.

delete fieldsedit

Client delete transactions stats.

aerospike.namespace.client.delete.erroredit

type: long

Number of client delete transactions that failed with an error.

aerospike.namespace.client.delete.not_foundedit

type: long

Number of client delete transactions that resulted in a not found.

aerospike.namespace.client.delete.successedit

type: long

Number of successful client delete transactions.

aerospike.namespace.client.delete.timeoutedit

type: long

Number of client delete transactions that timed out.

read fieldsedit

Client read transactions stats.

aerospike.namespace.client.read.erroredit

type: long

Number of client read transaction errors.

aerospike.namespace.client.read.not_foundedit

type: long

Number of client read transaction that resulted in not found.

aerospike.namespace.client.read.successedit

type: long

Number of successful client read transactions.

aerospike.namespace.client.read.timeoutedit

type: long

Number of client read transaction that timed out.

write fieldsedit

Client write transactions stats.

aerospike.namespace.client.write.erroredit

type: long

Number of client write transactions that failed with an error.

aerospike.namespace.client.write.successedit

type: long

Number of successful client write transactions.

aerospike.namespace.client.write.timeoutedit

type: long

Number of client write transactions that timed out.

device fieldsedit

Disk storage stats

aerospike.namespace.device.available.pctedit

type: scaled_float

format: percent

Measures the minimum contiguous disk space across all disks in a namespace.

aerospike.namespace.device.free.pctedit

type: scaled_float

format: percent

Percentage of disk capacity free for this namespace.

aerospike.namespace.device.total.bytesedit

type: long

format: bytes

Total bytes of disk space allocated to this namespace on this node.

aerospike.namespace.device.used.bytesedit

type: long

format: bytes

Total bytes of disk space used by this namespace on this node.

aerospike.namespace.hwm_breachededit

type: boolean

If true, Aerospike has breached high-water-[disk|memory]-pct for this namespace.

memory fieldsedit

Memory storage stats.

aerospike.namespace.memory.free.pctedit

type: scaled_float

format: percent

Percentage of memory capacity free for this namespace on this node.

aerospike.namespace.memory.used.data.bytesedit

type: long

format: bytes

Amount of memory occupied by data for this namespace on this node.

aerospike.namespace.memory.used.index.bytesedit

type: long

format: bytes

Amount of memory occupied by the index for this namespace on this node.

aerospike.namespace.memory.used.sindex.bytesedit

type: long

format: bytes

Amount of memory occupied by secondary indexes for this namespace on this node.

aerospike.namespace.memory.used.total.bytesedit

type: long

format: bytes

Total bytes of memory used by this namespace on this node.

aerospike.namespace.nameedit

type: keyword

Namespace name

aerospike.namespace.node.hostedit

type: keyword

aerospike.namespace.node.nameedit

type: keyword

Node name

objects fieldsedit

Records stats.

aerospike.namespace.objects.masteredit

type: long

Number of records on this node which are active masters.

aerospike.namespace.objects.totaledit

type: long

Number of records in this namespace for this node.

aerospike.namespace.stop_writesedit

type: boolean

If true this namespace is currently not allowing writes.