Metric nameTypeDescription
aof_rewrite_inprogfloatThe number of simultaneous AOF rewrites that are in progress
avg_ttlfloatEstimated average time to live of a random key (msec)
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 for all shards of the DB (BigRedis) (bytes/sec). Only returned when BigRedis is enabled.
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 for all shards of the DB (BigRedis) (bytes/sec). Only returned when BigRedis is enabled.
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_flashfloatKey count on flash (BigRedis). Only returned when BigRedis is enabled.
bigstore_objs_ramfloatKey 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.
blocked_clientsfloatCount the clients waiting on a blocking call
connected_clientsfloatNumber of client connections to the specific shard
disk_frag_ratiofloatFlash fragmentation ratio (used/required). Only returned when BigRedis is enabled.
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 the Redis shard fork child process
fork_cpu_userfloat% cores utilization in user mode for the Redis shard fork child process
last_save_timefloatTime of the last RDB save
main_thread_cpu_systemfloat% cores utilization in system mode for the Redis shard main thread
main_thread_cpu_userfloat% cores utilization in user mode for the Redis shard main thread
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)
no_of_expiresfloatNumber of volatile keys on the shard
no_of_keysfloatNumber of keys in DB
pubsub_channelsfloatCount the pub/sub channels with subscribed clients
pubsub_patternsfloatCount the pub/sub patterns with subscribed clients
rdb_changes_since_last_savefloatCount changes since last RDB save
read_hitsfloatRate of read operations accessing an existing key (ops/sec)
read_missesfloatRate of read operations accessing a nonexistent key (ops/sec)
shard_cpu_systemfloat% cores utilization in system mode for the Redis shard process
shard_cpu_userfloat% cores utilization in user mode for the Redis shard process
total_reqfloatRate of operations on DB (ops/sec)
used_memoryfloatMemory used by shard (in BigRedis this includes flash) (bytes)
used_memory_peakfloatThe largest amount of memory used by this shard (bytes)
used_memory_rssfloatResident set size of this shard (bytes)
write_hitsfloatRate of write operations accessing an existing key (ops/sec)
write_missesfloatRate of write operations accessing a nonexistent key (ops/sec)