forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <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.
Name |
Type |
Description |
---|---|---|
node_name |
text |
All normal node names in the cluster |
pid |
bigint |
IDs of running threads among all normal node processes in the current cluster |
lwpid |
integer |
Lightweight thread ID corresponding to the PID |
thread_name |
text |
Thread name corresponding to the PID |
creation_time |
timestamp with time zone |
Thread creation time corresponding to the PID |
Parent topic: System Views