Interface Stats

Aerospike statistics, including Node and event loop statistics.

interface Stats {
    commands: EventLoopStats;
    nodes: NodeStats[];
}

Properties

Properties

commands: EventLoopStats

Statistics relating to the event loop.

nodes: NodeStats[]

Statistics relating to individual Node usage.

MMNEPVFCICPMFPCPTTAAATR