OS_THREADS
Provides information about the status of all threads under the current node.
| Name | Type | Description |
|---|---|---|
| node_name | text | Database process name |
| pid | bigint | ID of the thread running under the current database process |
| lwpid | integer | ID of the lightweight thread 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.