GLOBAL_OS_THREADS
GLOBAL_OS_THREADS records the thread status information on all normal nodes in the entire cluster.
| 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 pid |
| thread_name | text | Name of the thread corresponding to pid |
| creation_time | timestamp with time zone | Creation time of the thread corresponding to pid |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.