文档首页/ 云数据库 GaussDB/ 开发指南(分布式_V2.0-2.x)/ Schema/ DBE_PERF Schema/ Session/Thread/ GLOBAL_SESSION_STAT
更新时间:2025-03-08 GMT+08:00
GLOBAL_SESSION_STAT
各节点上以会话线程或AutoVacuum线程为单位,统计会话状态信息。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | name | 节点名称。 |
| sessid | text | 线程启动时间+线程标识。 |
| statid | integer | 统计编号。 |
| statname | text | 统计会话名称。 |
| statunit | text | 统计会话单位。 |
| value | bigint | 统计会话值。 |
父主题: Session/Thread