首批通过分布式安全可靠测评,为关键业务系统打造
MEMStore 使用百分比
更新时间:2026-04-14 16:45:43
本节为您介绍 OceanBase 租户的监控指标 MEMStore 使用百分比。您可指定统计范围,查询租户在单个 Zone 或 OBServer 的 MEMStore 使用百分比 数据。
MEMStore 使用百分比
指标介绍
统计范围内,租户 MEMStore 的使用率。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| - | memstore_percent | % |
计算表达式
100 * sum(ob_sysstat{stat_id="130001",@LABELS}) by (@GBLABELS) / sum(ob_sysstat{stat_id="130004",@LABELS}) by (@GBLABELS)
采集 SQL
OceanBase V4.0 以下版本:
select /*+ MONITOR_AGENT READ_CONSISTENCY(WEAK) */ con_id tenant_id, stat_id, value from v$sysstat where stat_id IN (130001, 130004) and (con_id > 1000 or con_id = 1) and class < 1000OceanBase V4.0 及以上版本:
select /* MONITOR_AGENT */ con_id tenant_id, stat_id, value from v$sysstat where stat_id IN (130001, 130004) and (con_id > 1000 or con_id = 1) and class < 1000