SESSION_MEMORY

SESSION_MEMORY collects statistics about memory usage at the session level in the unit of MB, including all the memory allocated to Postgres and stream threads on DNs for jobs currently executed by users.

Table 1 SESSION_MEMORY columns

Name

Type

Description

sessid

text

Thread start time and ID

init_mem

integer

Memory allocated to the currently executed job before the job enters the executor

used_mem

integer

Memory allocated to the currently executed job

peak_mem

integer

Peak memory allocated to the currently executed job

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel