The Information Schema THREADPOOL_STATS
table was introduced in MariaDB 10.5.0.
It contains the following columns:
Column | Description |
---|---|
GROUP_ID |
|
THREAD_CREATIONS |
|
THREAD_CREATIONS_DUE_TO_STALL |
|
WAKES |
|
WAKES_DUE_TO_STALL |
|
THROTTLES |
|
STALLS |
|
POLLS_BY_LISTENER |
|
POLLS_BY_WORKER |
|
DEQUEUES_BY_LISTENER |
|
DEQUEUES_BY_WORKER |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/information-schema-threadpool_stats-table/