PG_OS_THREADS
PG_OS_THREADS displays the status information about all the threads under the current node.
| 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 |
Last Article: PG_NODE_ENV
Next Article: PG_POOLER_STATUS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.