文档首页/ 云数据库 GaussDB/ 开发指南(集中式_V2.0-2.x)/ Schema/ DBE_PERF Schema/ Session/Thread/ GLOBAL_SESSION_MEMORY_DETAIL
更新时间:2025-02-27 GMT+08:00
GLOBAL_SESSION_MEMORY_DETAIL
统计各节点的线程的内存使用情况,以MemoryContext节点来统计。
| 名称 | 类型 | 描述 |
|---|---|---|
| node_name | name | 节点名称。 |
| sessid | text | 线程启动时间+线程标识。 |
| sesstype | text | 线程名称。 |
| contextname | text | 内存上下文名称。 |
| level | smallint | 内存上下文的重要级别。 |
| parent | text | 父级内存上下文名称。 |
| totalsize | bigint | 总申请内存大小(单位:字节)。 |
| freesize | bigint | 空闲内存大小(单位:字节)。 |
| usedsize | bigint | 使用内存大小(单位:字节)。 |
父主题: Session/Thread