LOCAL_THREADPOOL_STATUS
LOCAL_THREADPOOL_STATUS displays the status of worker threads and sessions in a thread pool. This view is valid only when enable_thread_pool is set to on.
Name |
Type |
Description |
---|---|---|
node_name |
text |
Node name. |
group_id |
integer |
ID of the thread pool group. |
bind_numa_id |
integer |
NUMA ID to which the thread pool group is bound. |
bind_cpu_number |
integer |
Information about the CPU to which the thread pool group is bound. If no CPUs are bound, the value is NULL. |
listener |
integer |
Number of listener threads in the thread pool group. |
worker_info |
text |
Information about threads in the thread pool, including:
|
session_info |
text |
Information about sessions in the thread pool, including:
|
stream_info |
text |
Stream pool information, including:
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.