From e9a68ba2f3298579f0da54235c2cbff0dfdcfcc1 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 27 Jan 2016 18:54:42 +0100 Subject: [PATCH] Update INTERNALS.md --- INTERNALS.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/INTERNALS.md b/INTERNALS.md index 839b2b5..ed4f69d 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -23,6 +23,7 @@ * [MYISAM information](#mysqltuner-myisam-information) * [GALERA information](#mysqltuner-galera-information) * [TOKUDB information](#mysqltuner-tokudb-information) +* [ThreadPool information](#mysqltuner-threadpool-information) ## MySQLTuner steps @@ -226,6 +227,7 @@ ## MySQLTuner TokuDB information + * tokudb_cache_size * tokudb_directio * tokudb_empty_scan @@ -235,4 +237,18 @@ * tokudb_block_size * tokudb_cleaner_iterations * tokudb_fanout -* + +## MySQLTuner MariaDB thread pool information + +* thread_pool_size +* thread_pool_stall_limit + +* thread_pool_max_threads +* thread_pool_idle_timeout + +* thread_pool_oversubscribe + +* threadpool_threads +* threadpool_idle_threads +* threadpool_threads / thread_pool_size +* threadpool_idle_threads / thread_pool_size