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>
4.6 KiB
4.6 KiB
PGXC_OS_THREADS
PGXC_OS_THREADS displays thread status information under all normal nodes in the current cluster.
Column |
Type |
Description |
|---|---|---|
node_name |
Text |
Names of all normal nodes currently in the cluster. |
pid |
Bigint |
Thread IDs currently running in the processes of all normal nodes in the cluster. |
lwpid |
Integer |
Lightweight thread IDs corresponding to the PIDs. |
thread_name |
Text |
Thread names corresponding to the PIDs. |
creation_time |
Timestamp with time zone |
Creation time of the threads corresponding to the PIDs. |
Parent topic: System Views