Updated on 2024-06-03 GMT+08:00

GLOBAL_OS_THREADS

Provides status information about threads on all normal nodes in the entire cluster, as described in Table 1.

Table 1 GLOBAL_OS_THREADS columns

Name

Type

Description

node_name

text

Current node name.

pid

bigint

ID of the thread running within 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.