功能

监控 PS Cache 的整体状态,包括命中率、内存占用、缓存的 item 数目。

字段说明

字段名称

类型

是否可以为 NULL

描述

tenant_id

bigint(20)

NO

租户 ID

svr_ip

varchar(32)

NO

机器 IP

svr_port

bigint(20)

NO

机器端口号

stmt_count

bigint(20)

NO

PS Cache 中目前缓存了多少语句

hit_count

bigint(20)

NO

PS Cache 总的命中次数

access_count

bigint(20)

NO

访问 PS Cache 的总次数

mem_hold

bigint(20)

NO

PS Cache 占用了多少内存