Lists the Threads configuration metrics and provides a brief description of each.
Table 5.32 Threads Configuration Metrics
| Name | Description |
|---|---|
| Cache Size (Total) | How many threads the server should cache for reuse. |
| Concurrency (Total) | This variable is specific to Solaris systems, for which mysqld invokes the thr_setconcurrency() with the variable value. |
| Handling (Total) | The thread-handling model used by the server for connection threads. The permissible values are no-threads (the server uses a single thread) and one-thread-per-connection. |
| Slow Launch Time (Total) | If creating a thread takes longer than this many seconds, the server increments the Slow_launch_threads status variable. |
| Stack Size (Total) | The stack size for each thread. |