OS_THREADS
Provides status information about all threads on the current node, as described in Table 1.
| 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. |
| dbid | oid | ID of the database to which a thread belongs. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.