DB 指标

记录用于 Redis Enterprise Software REST API 调用的数据库指标。

Redis 企业软件
指标名称 类型 描述
avg_latency 浮 数据库上作的平均延迟 (微秒)。仅在有流量时返回。
avg_other_latency 浮 其他(非读/写)作的平均延迟 (微秒)。仅在有流量时返回。
avg_read_latency 浮 读取作的平均延迟 (微秒)。仅在有流量时返回。
avg_write_latency 浮 写入作的平均延迟 (微秒)。仅在有流量时返回。
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 浮 针对后端闪存的 I/O 读取作吞吐量
bigstore_io_reads 浮 从 flash 读取密钥的速率 (密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_io_write_bytes 浮 针对后端闪存的 I/O 写入作吞吐量
bigstore_io_writes 浮 从 flash 写入密钥的速率 (密钥访问/秒)。仅在启用 BigRedis 时返回。
bigstore_iops 浮 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O作速率 (ops/sec)。仅在启用 BigRedis 时返回。
bigstore_kv_ops 浮 针对数据库 (BigRedis) 的所有分片的后端闪存执行的值读/写/del作的速率(密钥访问/秒)。仅在启用 BigRedis 时返回
bigstore_objs_flash 浮 flash 上的值计数 (BigRedis)。仅在启用 BigRedis 时返回。
bigstore_objs_ram 浮 RAM 中的值计数 (BigRedis)。仅在启用 BigRedis 时返回。
bigstore_throughput 浮 针对数据库 (BigRedis) 的所有分片的后端闪存的 I/O作吞吐量(字节/秒)。仅在启用 BigRedis 时返回。
连接 浮 与数据库终端节点的客户端连接数
disk_frag_ratio 浮 Flash 碎裂比率(已使用/必需)。仅在启用 BigRedis 时返回。
egress_bytes 浮 流向数据库终端节点的网络流量速率 (字节/秒)
evicted_objects 浮 从数据库驱逐密钥的速率(驱逐数/秒)
expired_objects 浮 速率密钥在数据库中过期(过期次数/秒)
fork_cpu_system 浮 此数据库的所有 Redis 分片分叉子进程在系统模式下的内核利用率百分比
fork_cpu_user 浮 此数据库的所有 Redis 分片分叉子进程在用户模式下的核心利用率百分比
ingress_bytes 浮 流向数据库终端节点的传入网络流量的速率 (字节/秒)
instantaneous_ops_per_sec 浮 数据库的所有分片处理的请求速率 (ops/sec)
last_req_time 日期、ISO_8601格式 上次收到数据库的请求时间(ISO 格式 2015-07-05T22:16:18Z)。不可用时返回 1/1/1970。
last_res_time 日期、ISO_8601格式 上次从数据库收到的响应时间(ISO 格式 2015-07-05T22:16:18Z)。不可用时返回 1/1/1970。
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 脚本堆大小(字节)
monitor_sessions_count 浮 在监控模式下连接到数据库的客户端数量
no_of_expires 浮 数据库中的可变键数
no_of_keys 浮 数据库中的键数
other_req 浮 数据库上其他(非读/写)请求的速率 (ops/sec)
other_res 浮 数据库上其他(非读/写)响应的速率 (ops/sec)
pubsub_channels 浮 对订阅客户端的发布/订阅频道进行计数
pubsub_patterns 浮 计算订阅客户端的发布/订阅模式
ram_overhead 浮 非值 RAM 开销 (BigRedis) (字节)。仅在启用 BigRedis 时返回。
read_hits 浮 访问现有密钥的读取作速率 (ops/sec)
read_misses 浮 访问不存在的密钥的读取作速率 (ops/sec)
read_req 浮 数据库上的读取请求速率 (ops/sec)
read_res 浮 数据库上的读取响应速率 (ops/sec)
shard_cpu_system 浮 此数据库的所有 Redis 分片进程在系统模式下的内核利用率百分比
shard_cpu_user 浮 Redis 分片进程在用户模式下的内核利用率百分比
total_connections_received 浮 数据库的新客户端连接速率 (连接数/秒)
total_req 浮 数据库上所有请求的速率 (ops/sec)
total_res 浮 数据库上的所有响应速率 (ops/sec)
used_bigstore 浮 DB (BigRedis) 使用的 Flash(字节)。仅在启用 BigRedis 时返回。
used_memory 浮 数据库使用的内存(在 BigRedis 中包括闪存)(字节)
used_ram 浮 DB (BigRedis) 使用的 RAM(字节)。仅在启用 BigRedis 时返回。
write_hits 浮 访问现有密钥的写入作速率 (ops/sec)
write_misses 浮 访问不存在的密钥的写入作速率 (ops/sec)
write_req 浮 数据库上的写入请求速率 (ops/sec)
write_res 浮 数据库上的写入响应速率 (ops/sec)