Name | MySQL Version | Description |
collect.auto_increment.columns | 5.1 | 从 information_schema 收集 auto_increment 列和最大值. |
collect.binlog_size | 5.1 | 收集所有注册的binlog文件的当前大小 |
collect.engine_innodb_status | 5.1 | 收集SHOW ENGINE INNODB STATUS |
collect.engine_tokudb_status | 5.6 | 收集SHOW ENGINE TOKUDB STATUS . |
collect.global_status | 5.1 | 收集SHOW GLOBAL STATUS(默认启用) |
collect.global_variables | 5.1 | 收集SHOW GLOBAL VARIABLES(默认启用) |
collect.info_schema.clientstats | 5.5 | 如果以 userstat=1 运行,设置为 true 以收集客户端统计信息 |
collect.info_schema.innodb_metrics | 5.6 | 从 information_schema.innodb_metrics收集指标 |
collect.info_schema.innodb_tablespaces | 5.7 | 从information_schema.innodb_sys_tablespaces收集指标 |
collect.info_schema.innodb_cmp | 5.5 | 从information_schema.innodb_cmp收集 InnoDB 压缩表指标。 |
collect.info_schema.innodb_cmpmem | 5.5 | 从information_schema.innodb_cmpmem缓冲池压缩指标。 |
collect.info_schema.processlist | 5.1 | 从 information_schema.processlist 收集线程状态计数 |
collect.info_schema.processlist.min_time | 5.1 | 线程必须处于要计算的每个状态的最短时间。 (默认值:0) |
collect.info_schema.query_response_time | 5.5 | 如果 query_response_time_stats 为 ON,则收集查询响应时间分布。 |
collect.info_schema.replica_host | 5.6 | 从 information_schema.replica_host_status 收集指标。 |
collect.info_schema.tables | 5.1 | 从information_schema.tables收集指标。 |
collect.info_schema.tables.databases | 5.1 | 要为其收集表统计信息的数据库列表,或为所有 |
collect.info_schema.tablestats | 5.1 | 如果以 userstat=1 运行,设置为 true 以收集表统计信息。 |
collect.info_schema.schemastats | 5.1 | 如果以 userstat=1 运行,设置为 true 以收集架构统计信息 |
collect.info_schema.userstats | 5.1 | 如果以 userstat=1 运行,设置为 true 以收集用户统计信息。 |
collect.mysql.user | 5.5 | 从 mysql.user 表中收集数据 |
collect.perf_schema.eventsstatements | 5.6 | 从 performance_schema.events_statements_summary_by_digest 收集指标。 |
collect.perf_schema.eventsstatements.digest_text_limit | 5.6 | 规范化语句文本的最大长度。 (默认值:120) |
collect.perf_schema.eventsstatements.limit | 5.6 | 按响应时间限制事件语句摘要的数量。 (默认值:250) |
collect.perf_schema.eventsstatements.timelimit | 5.6 | 以秒为单位限制“last_seen”事件语句的存在时间。 (默认值:86400) |
collect.perf_schema.eventsstatementssum | 5.7 | 从 performance_schema.events_statements_summary_by_digest 汇总收集指标。 |
collect.perf_schema.eventswaits | 5.5 | 从 performance_schema.events_waits_summary_global_by_event_name 收集指标 |
collect.perf_schema.file_events | 5.6 | 从 performance_schema.file_summary_by_event_name 收集指标 |
collect.perf_schema.file_instances | 5.5 | 从 performance_schema.file_summary_by_instance 收集指标。 |
collect.perf_schema.file_instances.remove_prefix | 5.5 | 删除 performance_schema.file_summary_by_instance 中的路径前缀。 |
collect.perf_schema.indexiowaits | 5.6 | 从 performance_schema.table_io_waits_summary_by_index_usage 收集指标。 |
collect.perf_schema.memory_events | 5.7 | 从 performance_schema.memory_summary_global_by_event_name 收集指标。 |
collect.perf_schema.memory_events.remove_prefix | 5.7 | 删除 performance_schema.memory_summary_global_by_event_name 中的仪器前缀。 |
collect.perf_schema.tableiowaits | 5.6 | 从 performance_schema.table_io_waits_summary_by_table 收集指标。 |
collect.perf_schema.tablelocks | 5.6 | 从 performance_schema.table_lock_waits_summary_by_table 收集指标。 |
collect.perf_schema.replication_group_members | 5.7 | 从 performance_schema.replication_group_members 收集指标。 |
collect.perf_schema.replication_group_member_stats | 5.7 | 从 performance_schema.replication_group_member_stats 收集指标。 |
collect.perf_schema.replication_applier_status_by_worker | 5.7 | 从 performance_schema.replication_applier_status_by_worker 收集指标。 |
collect.slave_status | 5.1 | 从 SHOW SLAVE STATUS 收集(默认启用) |
collect.slave_hosts | 5.1 | 从 SHOW SLAVE HOSTS 收集 |
collect.heartbeat | 5.1 | 从心跳收集 |
collect.heartbeat.database | 5.1 | 从哪里收集心跳数据的数据库。 (默认:心跳) |
collect.heartbeat.table | 5.1 | 从哪里收集心跳数据的表。 (默认:心跳) |
collect.heartbeat.utc | 5.1 | 使用 UTC 作为当前服务器的时间戳(使用 --utc 调用 pt-heartbeat )。 (默认值:假) |