Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


7.36 Threads Configuration Metrics

Lists the Threads configuration metrics and provides a brief description of each.

Table 7.36 Threads Configuration Metrics

NameDescription
Cache SizeHow many threads the server caches for reuse.
ConcurrencyThis variable is specific to Solaris systems, for which mysqld invokes the thr_setconcurrency() with the variable value.
HandlingThe 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 TimeIf creating a thread takes longer than this many seconds, the server increments the Slow_launch_threads status variable.
Stack SizeThe stack size for each thread.