Metric nameTypeDescription
avg_latencyfloatAverage latency of operations on the DB (microseconds). Only returned when there is traffic.
avg_other_latencyfloatAverage latency of other (non read/write) operations (microseconds). Only returned when there is traffic.
avg_read_latencyfloatAverage latency of read operations (microseconds). Only returned when there is traffic.
avg_write_latencyfloatAverage latency of write operations (microseconds). Only returned when there is traffic.
big_del_flashfloatRate of key deletes for keys on flash (BigRedis) (key access/sec). Only returned when BigRedis is enabled.
big_del_ramfloatRate of key deletes for keys in RAM (BigRedis) (key access/sec); this includes write misses (new keys created). Only returned when BigRedis is enabled.
big_fetch_flashfloatRate of key reads/updates for keys on flash (BigRedis) (key access/sec). Only returned when BigRedis is enabled.
big_fetch_ramfloatRate of key reads/updates for keys in RAM (BigRedis) (key access/sec). Only returned when BigRedis is enabled.
big_io_ratio_flashfloatRate of key operations on flash. Can be used to compute the ratio of I/O operations (key access/sec). Only returned when BigRedis is enabled.
big_io_ratio_redisfloatRate of Redis operations on keys. Can be used to compute the ratio of I/O operations (key access/sec). Only returned when BigRedis is enabled.
big_write_flashfloatRate of key writes for keys on flash (BigRedis) (key access/sec). Only returned when BigRedis is enabled.
big_write_ramfloatRate of key writes for keys in RAM (BigRedis) (key access/sec); this includes write misses (new keys created). Only returned when BigRedis is enabled.
bigstore_io_delsfloatRate of key deletions from flash (key access/sec). Only returned when BigRedis is enabled.
bigstore_io_read_bytesfloatThroughput of I/O read operations against backend flash
bigstore_io_readsfloatRate of key reads from flash (key access/sec). Only returned when BigRedis is enabled.
bigstore_io_write_bytesfloatThroughput of I/O write operations against backend flash
bigstore_io_writesfloatRate of key writes from flash (key access/sec). Only returned when BigRedis is enabled.
bigstore_iopsfloatRate of I/O operations against backend flash for all shards of the DB (BigRedis) (ops/sec). Only returned when BigRedis is enabled.
bigstore_kv_opsfloatRate of value read/write/del operations against backend flash for all shards of the DB (BigRedis) (key access/sec). Only returned when BigRedis is enabled
bigstore_objs_flashfloatValue count on flash (BigRedis). Only returned when BigRedis is enabled.
bigstore_objs_ramfloatValue count in RAM (BigRedis). Only returned when BigRedis is enabled.
bigstore_throughputfloatThroughput of I/O operations against backend flash for all shards of the DB (BigRedis) (bytes/sec). Only returned when BigRedis is enabled.
connsfloatNumber of client connections to the DB’s endpoints
disk_frag_ratiofloatFlash fragmentation ratio (used/required). Only returned when BigRedis is enabled.
egress_bytesfloatRate of outgoing network traffic to the DB’s endpoint (bytes/sec)
evicted_objectsfloatRate of key evictions from DB (evictions/sec)
expired_objectsfloatRate keys expired in DB (expirations/sec)
fork_cpu_systemfloat% cores utilization in system mode for all Redis shard fork child processes of this database
fork_cpu_userfloat% cores utilization in user mode for all Redis shard fork child processes of this database
ingress_bytesfloatRate of incoming network traffic to the DB’s endpoint (bytes/sec)
instantaneous_ops_per_secfloatRequest rate handled by all shards of the DB (ops/sec)
last_req_timedate, ISO_8601 formatLast request time received to the DB (ISO format 2015-07-05T22:16:18Z). Returns 1/1/1970 when unavailable.
last_res_timedate, ISO_8601 formatLast response time received from DB (ISO format 2015-07-05T22:16:18Z). Returns 1/1/1970 when unavailable.
main_thread_cpu_systemfloat% cores utilization in system mode for all Redis shard main threads of this database
main_thread_cpu_userfloat% cores utilization in user mode for all Redis shard main threads of this database
mem_frag_ratiofloatRAM fragmentation ratio (RSS/allocated RAM)
mem_not_counted_for_evictfloatPortion of used_memory (in bytes) not counted for eviction and OOM errors
mem_size_luafloatRedis Lua scripting heap size (bytes)
monitor_sessions_countfloatNumber of client connected in monitor mode to the DB
no_of_expiresfloatNumber of volatile keys in the DB
no_of_keysfloatNumber of keys in the DB
other_reqfloatRate of other (non read/write) requests on DB (ops/sec)
other_resfloatRate of other (non read/write) responses on DB (ops/sec)
pubsub_channelsfloatCount the pub/sub channels with subscribed clients
pubsub_patternsfloatCount the pub/sub patterns with subscribed clients
ram_overheadfloatNon values RAM overhead (BigRedis) (bytes). Only returned when BigRedis is enabled.
read_hitsfloatRate of read operations accessing an existing key (ops/sec)
read_missesfloatRate of read operations accessing a nonexistent key (ops/sec)
read_reqfloatRate of read requests on DB (ops/sec)
read_resfloatRate of read responses on DB (ops/sec)
shard_cpu_systemfloat% cores utilization in system mode for all Redis shard processes of this database
shard_cpu_userfloat% cores utilization in user mode for the Redis shard process
total_connections_receivedfloatRate of new client connections to the DB (connections/sec)
total_reqfloatRate of all requests on DB (ops/sec)
total_resfloatRate of all responses on DB (ops/sec)
used_bigstorefloatFlash used by DB (BigRedis) (bytes). Only returned when BigRedis is enabled.
used_memoryfloatMemory used by DB (in BigRedis this includes flash) (bytes)
used_ramfloatRAM used by DB (BigRedis) (bytes). Only returned when BigRedis is enabled.
write_hitsfloatRate of write operations accessing an existing key (ops/sec)
write_missesfloatRate of write operations accessing a nonexistent key (ops/sec)
write_reqfloatRate of write requests on DB (ops/sec)
write_resfloatRate of write responses on DB (ops/sec)