refs #4685 Enable statistics for use by PMM
This commit is contained in:
parent
9f1bad9ccf
commit
ca41e2bfdb
|
@ -54,7 +54,6 @@ transaction-isolation = READ-COMMITTED
|
||||||
idle_transaction_timeout = 60
|
idle_transaction_timeout = 60
|
||||||
innodb_io_capacity = 100
|
innodb_io_capacity = 100
|
||||||
innodb_io_capacity_max = 100
|
innodb_io_capacity_max = 100
|
||||||
innodb_monitor_enable = all
|
|
||||||
innodb_read_io_threads = 16
|
innodb_read_io_threads = 16
|
||||||
innodb_write_io_threads = 16
|
innodb_write_io_threads = 16
|
||||||
innodb_checksum_algorithm = crc32
|
innodb_checksum_algorithm = crc32
|
||||||
|
@ -89,10 +88,17 @@ query_cache_limit = 0
|
||||||
query_cache_type = OFF
|
query_cache_type = OFF
|
||||||
query_cache_size = 0
|
query_cache_size = 0
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++ Performance Schema
|
|
||||||
|
|
||||||
|
|
||||||
|
#++++++++++++++++++++++++++++++++++++++++ Performance Schema & PMM
|
||||||
|
|
||||||
|
innodb_monitor_enable = all
|
||||||
performance_schema = ON
|
performance_schema = ON
|
||||||
performance_schema_digests_size = 20000
|
performance_schema_digests_size = 20000
|
||||||
performance-schema-consumer-events-statements-history = ON
|
performance-schema-consumer-events-statements-history = ON
|
||||||
performance_schema_consumer_events_statements_history_long = ON
|
performance_schema_consumer_events_statements_history_long = ON
|
||||||
|
performance-schema-instrument = 'statement/%=ON'
|
||||||
|
performance-schema-consumer-statements-digest = ON
|
||||||
userstat = ON
|
userstat = ON
|
||||||
|
plugin_load_add = query_response_time
|
||||||
|
query_response_time_stats = ON
|
||||||
|
|
Loading…
Reference in New Issue