26.4.4.20 Процедура ps_setup_show_enabled_instruments()
Отображает все в настоящее время включенные инструменты Performance Schema. Это может быть длинный список.
Параметры
Нет.
Пример
mysql> CALL sys.ps_setup_show_enabled_instruments()\G
*************************** 1. row ***************************
enabled_instruments: wait/io/file/sql/map
timed: YES
*************************** 2. row ***************************
enabled_instruments: wait/io/file/sql/binlog
timed: YES
*************************** 3. row ***************************
enabled_instruments: wait/io/file/sql/binlog_cache
timed: YES
...
© 2025 Oracle
Licensed under the GPLv2 License.