Documentation Home
MySQL 8.0 参考手册  / 第 28 章 MySQL 系统模式  / 28.4 sys 模式对象参考  / 28.4.4 sys 模式存储过程  /  26.4.4.20 ps_setup_show_enabled_instruments() 过程

26.4.4.20 ps_setup_show_enabled_instruments() 过程

显示所有当前启用的性能模式工具。这可能是一个很长的列表。

参数

没有任何。

例子
Press CTRL+C to copy
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 ...