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 node |
pid |
bigint |
Thread number running under the current node process |
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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.