doc-exports/docs/dws/dev/dws_04_0739.html
Lu, Huayi e6fa411af0 DWS DEV 830.201 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-16 07:24:04 +00:00

4.5 KiB

PG_OS_THREADS

PG_OS_THREADS displays the status information about all the threads under the current node.

Table 1 PG_OS_THREADS columns

Name

Type

Description

node_name

text

Name of the current node

pid

bigint

Thread number running under the current node process

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