forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
6.2 KiB
6.2 KiB
PG_STAT_GET_MEM_MBYTES_RESERVED
PG_STAT_GET_MEM_MBYTES_RESERVED displays the current activity information of a thread stored in memory. You need to specify the thread ID (pid in PG_STAT_ACTIVITY) for query. If the thread ID is set to 0, the current thread ID is used. For example:
1 | SELECT pg_stat_get_mem_mbytes_reserved(0); |
Column |
Description |
|---|---|
ConnectInfo |
Connection information. |
ParctlManager |
Concurrency management information. |
GeneralParams |
Basic parameter information. |
GeneralParams RPDATA |
Basic resource pool information. |
ExceptionManager |
Exception management information. |
CollectInfo |
Collection information. |
GeneralInfo |
Basic information. |
ParctlState |
Concurrency status information. |
CPU INFO |
CPU information. |
ControlGroup |
Cgroup information. |
IOSTATE |
I/O status information. |
Parent topic: System Views