分片指标

记录用于 Redis Enterprise Software REST API 调用的分片指标。

Redis 企业软件
指标名称 类型 描述
aof_rewrite_inprog 正在进行的同时 AOF 重写的数量
avg_ttl 随机键的估计平均生存时间 (msec)
big_del_flash 闪存上密钥的密钥删除速率 (BigRedis) (密钥访问/秒)。仅在启用 BigRedis 时返回。
big_del_ram RAM 中密钥的密钥删除速率 (BigRedis) (密钥访问/秒);这包括写入未命中 (创建新键)。仅在启用 BigRedis 时返回。
big_fetch_flash 闪存上密钥的密钥读取/更新速率 (BigRedis) (密钥访问/秒)。仅在启用 BigRedis 时返回。
big_fetch_ram RAM 中密钥的密钥读取/更新速率 (BigRedis) (密钥访问/秒)。仅在启用 BigRedis 时返回。
big_io_ratio_flash 闪存上的密钥作速率。可用于计算 I/O作的比率(密钥访问/秒)。仅在启用 BigRedis 时返回。
big_io_ratio_redis 对键的 Redis作速率。可用于计算 I/O作的比率)(密钥访问/秒)。仅在启用 BigRedis 时返回。
big_write_flash 闪存上密钥的密钥写入速率 (BigRedis)(密钥访问/秒)。仅在启用 BigRedis 时返回。
big_write_ram RAM 中密钥的密钥写入速率 (BigRedis) (密钥访问/秒);这包括写入未命中 (创建新键)。仅在启用 BigRedis 时返回。
bigstore_io_dels 从 Flash 中删除密钥的速率 (密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_io_read_bytes 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O 读取作吞吐量(字节/秒)。仅在启用 BigRedis 时返回。
bigstore_io_reads 从 flash 读取密钥的速率 (密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_io_write_bytes 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O 写入作的吞吐量(字节/秒)。仅在启用 BigRedis 时返回。
bigstore_io_writes 从 flash 写入密钥的速率 (密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_iops 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O作速率 (ops/sec)。仅在启用 BigRedis 时返回。
bigstore_kv_ops 针对数据库 (BigRedis) 的所有分片的后端闪存执行的值读/写/del作的速率(密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_objs_flash 闪存上的密钥计数 (BigRedis)。仅在启用 BigRedis 时返回。
bigstore_objs_ram RAM 中的键计数 (BigRedis)。仅在启用 BigRedis 时返回。
bigstore_throughput 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O作吞吐量(字节/秒)。仅在启用 BigRedis 时返回。
blocked_clients 对等待阻塞调用的客户端进行计数
connected_clients 到特定分片的客户端连接数
disk_frag_ratio Flash 碎裂比率(已使用/必需)。仅在启用 BigRedis 时返回。
evicted_objects 从数据库驱逐密钥的速率(驱逐数/秒)
expired_objects DB 中过期的速率密钥(过期次数/秒)
fork_cpu_system Redis 分片分叉子进程在系统模式下的内核利用率百分比
fork_cpu_user Redis 分片分叉子进程的用户模式下的核心利用率百分比
last_save_time 上次 RDB 保存的时间
main_thread_cpu_system Redis 分片主线程在系统模式下的内核利用率百分比
main_thread_cpu_user Redis 分片主线程在用户模式下的内核利用率百分比
mem_frag_ratio RAM 碎片比率 (RSS/分配的 RAM)
mem_not_counted_for_evict 未计入逐出和 OOM 错误的 used_memory 部分(以字节为单位)
mem_size_lua Redis Lua 脚本堆大小(字节)
no_of_expires 分片上的 volatile key 数量
no_of_keys DB 中的键数
pubsub_channels 对订阅客户端的发布/订阅频道进行计数
pubsub_patterns 计算订阅客户端的发布/订阅模式
rdb_changes_since_last_save 计算自上次 RDB 保存以来的更改
read_hits 访问现有密钥的读取作速率 (ops/sec)
read_misses 访问不存在的密钥的读取作速率 (ops/sec)
shard_cpu_system Redis 分片进程在系统模式下的内核利用率百分比
shard_cpu_user Redis 分片进程在用户模式下的内核利用率百分比
total_req 数据库上的作速率 (ops/sec)
used_memory 分片使用的内存(在 BigRedis 中包括 flash)(字节)
used_memory_peak 此分片使用的最大内存量 (字节)
used_memory_rss 此分片的常驻集大小(字节)
write_hits 访问现有密钥的写入作速率 (ops/sec)
write_misses 访问不存在的密钥的写入作速率 (ops/sec)
为本页评分
返回顶部 ↑