MySQL 8.4 Release Notes
30.4.4.20 The ps_setup_show_enabled_instruments() Procedure
显示当前启用的性能架构仪器列表。这可能是一个很长的列表。
无。
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
...