---
title: "MEMStore 使用百分比 | OceanBase 文档中心"
description: MEMStore 使用百分比 本节为您介绍 OceanBase 租户的监控指标 MEMStore 使用百分比。您可指定统计范围，查询租户在单个 Zone 或 OBServer 的 MEMStore 使用百分比 数据。 MEMStore 使用百分比 指标介绍 统计范围内，租户 MEMStore 的使用率。 指标参数说明…
---
切换语言

- 中文站 - 简体中文
- International - English
- 日本站 - 日本語

文档反馈![](https://mdn.alipayobjects.com/huamei_22khvb/afts/img/A*lJTmRZ61jSUAAAAAAAAAAAAADiGDAQ/original) 云平台 OCPV 4.0.0 企业版

# 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 以下版本：

  ```sql
  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 < 1000

  ```
 - OceanBase V4.0 及以上版本：

  ```sql
  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

  ```

 上一篇 下一篇 ![有帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*y6ocSqN8cqsAAAAAAAAAAAAAARQnAQ)![无帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*BG9IQJyLHF8AAAAAAAAAAAAAARQnAQ)![反馈](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*eTWdQKCRKHwAAAAAAAAAAAAAARQnAQ)[AI](https://www.oceanbase.com/obi) 咨询热线
