Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
aurora_stat_memctx_usage
Melaporkan penggunaan konteks memori untuk setiap proses PostgreSQL.
Sintaksis
aurora_stat_memctx_usage()
Argumen
Tidak ada
Jenis pengembalian
Catatan SETOF dengan kolom berikut:
-
pid
– ID dari proses. -
name
– Nama konteks memori. -
allocated
– Jumlah byte yang diperoleh dari subsistem memori yang mendasarinya oleh konteks memori. -
used
– Jumlah byte yang dijalankan untuk klien dari konteks memori. -
instances
– Hitungan konteks yang ada saat ini dari jenis ini.
Catatan penggunaan
Fungsi ini menampilkan penggunaan konteks memori untuk setiap proses PostgreSQL. Beberapa proses diberi label anonymous
. Proses tidak diekspos karena mengandung kata kunci yang dibatasi.
Fungsi ini tersedia mulai dengan versi Aurora PostgreSQL berikut:
-
Versi 15.3 dan versi 15 yang lebih tinggi
-
Versi 14.8 dan versi 14 yang lebih tinggi
-
Versi 13.11 dan versi 13 yang lebih tinggi
-
Versi 12.15 dan versi 12 yang lebih tinggi
-
Versi 11.20 dan versi 11 yang lebih tinggi
Contoh
Contoh berikut menampilkan hasil pemanggilan fungsi aurora_stat_memctx_usage
.
=>
SELECT * FROM aurora_stat_memctx_usage();
pid| name | allocated | used | instances -------+---------------------------------+-----------+---------+----------- 123864 | Miscellaneous | 19520 | 15064 | 3 123864 | Aurora File Context | 8192 | 616 | 1 123864 | Aurora WAL Context | 8192 | 296 | 1 123864 | CacheMemoryContext | 524288 | 422600 | 1 123864 | Catalog tuple context | 16384 | 13736 | 1 123864 | ExecutorState | 32832 | 28304 | 1 123864 | ExprContext | 8192 | 1720 | 1 123864 | GWAL record construction | 1024 | 832 | 1 123864 | MdSmgr | 8192 | 296 | 1 123864 | MessageContext | 532480 | 353832 | 1 123864 | PortalHeapMemory | 1024 | 488 | 1 123864 | PortalMemory | 8192 | 576 | 1 123864 | printtup | 8192 | 296 | 1 123864 | RelCache hash table entries | 8192 | 8152 | 1 123864 | RowDescriptionContext | 8192 | 1344 | 1 123864 | smgr relation context | 8192 | 296 | 1 123864 | Table function arguments | 8192 | 352 | 1 123864 | TopTransactionContext | 8192 | 632 | 1 123864 | TransactionAbortContext | 32768 | 296 | 1 123864 | WAL record construction | 50216 | 43904 | 1 123864 | hash table | 65536 | 52744 | 6 123864 | Relation metadata | 191488 | 124240 | 87 104992 | Miscellaneous | 9280 | 7728 | 3 104992 | Aurora File Context | 8192 | 376 | 1 104992 | Aurora WAL Context | 8192 | 296 | 1 104992 ||Autovacuum Launcher | 8192 | 296 | 1 104992 | Autovacuum database list | 16384 | 744 | 2 104992 | CacheMemoryContext | 262144 | 140288 | 1 104992 | Catalog tuple context | 8192 | 296 | 1 104992 | GWAL record construction | 1024 | 832 | 1 104992 | MdSmgr | 8192 | 296 | 1 104992 | PortalMemory | 8192 | 296 | 1 104992 | RelCache hash table entries | 8192 | 296 | 1 104992 | smgr relation context | 8192 | 296 | 1 104992 | Autovacuum start worker (tmp) | 8192 | 296 | 1 104992 | TopTransactionContext | 16384 | 592 | 2 104992 | TransactionAbortContext | 32768 | 296 | 1 104992 | WAL record construction | 50216 | 43904 | 1 104992 | hash table | 49152 | 34024 | 4 (39 rows)
Beberapa kata kunci terbatas akan disembunyikan dan output akan terlihat sebagai berikut:
postgres
=>
SELECT * FROM aurora_stat_memctx_usage();
pid| name | allocated | used | instances -------+---------------------------------+-----------+---------+----------- 5482 | anonymous | 8192 | 456 | 1 5482 | anonymous | 8192 | 296 | 1