文档首页/ 云数据库 GaussDB/ 开发指南(分布式_V2.0-8.x)/ Schema/ DBE_PERF Schema/ Workload Manager/ WLM_RESOURCEPOOL_RUNTIME
更新时间:2026-03-23 GMT+08:00
WLM_RESOURCEPOOL_RUNTIME
WLM_RESOURCEPOOL_RUNTIME视图显示资源池上的一些统计信息,如表1所示。
| 名称 | 类型 | 描述 |
|---|---|---|
| rpoid | oid | 资源池的OID。 |
| respool | name | 资源池的名称。 |
| control_group | name | 资源池的控制组。 |
| parentid | oid | 父资源池的OID。 |
| ref_count | integer | 关联到该资源池上的作业数量。 |
| active_points | integer | 资源池上已经使用的点数。 |
| running_count | integer | 正在资源池上运行的作业数量。 |
| waiting_count | integer | 正在资源池上排队的作业数量。 |
| io_limits | integer | 资源池的iops上限。 |
| io_priority | integer | 资源池的I/O优先级。 |
父主题: Workload Manager