GaussDB-GS_LSC_MEMORY_DETAIL

2 阅读1分钟

GaussDB-GS_LSC_MEMORY_DETAIL

GS_LSC_MEMORY_DETAIL displays the memory usage of the local system cache of all threads based on the MemoryContext node. The data is displayed only when Global SysCache is enabled.

NameTypeDescription
threadidtextThread start time + thread ID (string: timestamp.sessionid).
tidbigintThread ID.
thrdtypetextThread type. It can be any thread type in the system, such as postgresql and wlmmonitor.
contextnametextName of the memory context.
levelsmallintHierarchy of the memory context.
parenttextName of the parent memory context.
totalsizebigintTotal size of the memory context, in bytes.
freesizebigintTotal size of released memory in the memory context, in bytes.
usedsizebigintTotal size of used memory in the memory context, in bytes.

更多详情请参考GaussDB 文档中心:doc.hcs.huawei.com/db/zh-cn/ga…