• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ps_setup_show_enabled_instruments()过程

    显示所有当前启用的性能架构工具。这可能是一长串的清单。

    参量

    没有。

    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
    ...