以下表格列出了sys
schema 对象,并对每个对象提供了简短的描述。
Table 30.1 sys Schema 表和触发器
Table 30.2 sys Schema 视图
View Name |
Description |
Deprecated |
host_summary , x$host_summary |
主机组的语句活动、文件 I/O 和连接 |
|
host_summary_by_file_io , x$host_summary_by_file_io |
文件 I/O,按主机组 |
|
host_summary_by_file_io_type , x$host_summary_by_file_io_type |
文件 I/O,按主机和事件 |
|
host_summary_by_stages , x$host_summary_by_stages |
语句阶段,按主机 |
|
host_summary_by_statement_latency , x$host_summary_by_statement_latency |
语句统计,按主机 |
|
host_summary_by_statement_type , x$host_summary_by_statement_type |
执行的语句,按主机和语句 |
|
innodb_buffer_stats_by_schema , x$innodb_buffer_stats_by_schema |
InnoDB 缓冲信息,按架构 |
|
innodb_buffer_stats_by_table , x$innodb_buffer_stats_by_table |
InnoDB 缓冲信息,按架构和表 |
|
innodb_lock_waits , x$innodb_lock_waits |
InnoDB 锁信息 |
|
io_by_thread_by_latency , x$io_by_thread_by_latency |
I/O 消费者,按线程 |
|
io_global_by_file_by_bytes , x$io_global_by_file_by_bytes |
全局 I/O 消费者,按文件和字节 |
|
io_global_by_file_by_latency , x$io_global_by_file_by_latency |
全局 I/O 消费者,按文件和延迟 |
|
io_global_by_wait_by_bytes , x$io_global_by_wait_by_bytes |
全局 I/O 消费者,按字节 |
|
io_global_by_wait_by_latency , x$io_global_by_wait_by_latency |
全局 I/O 消费者,按延迟 |
|
latest_file_io , x$latest_file_io |
最近的 I/O,按文件和线程 |
|
memory_by_host_by_current_bytes , x$memory_by_host_by_current_bytes |
内存使用,按主机 |
|
memory_by_thread_by_current_bytes , x$memory_by_thread_by_current_bytes |
内存使用,按线程 |
|
memory_by_user_by_current_bytes , x$memory_by_user_by_current_bytes |
内存使用,按用户 |
|
memory_global_by_current_bytes , x$memory_global_by_current_bytes |
内存使用,按分配类型 |
|
memory_global_total , x$memory_global_total |
总内存使用 |
|
metrics |
服务器指标 |
|
processlist , x$processlist |
进程列表信息 |
|
ps_check_lost_instrumentation |
变量已经失去指标 |
|
schema_auto_increment_columns |
AUTO_INCREMENT 列信息 |
|
schema_index_statistics , x$schema_index_statistics |
索引统计 |
|
schema_object_overview |
架构中的对象类型 |
|
schema_redundant_indexes |
重复或冗余索引 |
|
schema_table_lock_waits , x$schema_table_lock_waits |
会话等待元数据锁 |
|
schema_table_statistics , x$schema_table_statistics |
表统计 |
|
schema_table_statistics_with_buffer , x$schema_table_statistics_with_buffer |
包括 InnoDB 缓冲池统计的表统计 |
|
schema_tables_with_full_table_scans , x$schema_tables_with_full_table_scans |
正在被访问的表 |
|
schema_unused_indexes |
不在活动使用的索引 |
|
session , x$session |
进程列表信息,用户会话 |
|
session_ssl_status |
连接 SSL 信息 |
|
statement_analysis , x$statement_analysis |
语句聚合统计 |
|
statements_with_errors_or_warnings , x$statements_with_errors_or_warnings |
出现错误或警告的语句 |
|
statements_with_full_table_scans , x$statements_with_full_table_scans |
执行了全表扫描的语句 |
|
statements_with_runtimes_in_95th_percentile , x$statements_with_runtimes_in_95th_percentile |
平均运行时间最长的语句 |
|
statements_with_sorting , x$statements_with_sorting |
执行了排序的语句 |
|
statements_with_temp_tables , x$statements_with_temp_tables |
使用临时表的语句 |
|
user_summary , x$user_summary |
用户语句和连接活动 |
|
user_summary_by_file_io , x$user_summary_by_file_io |
文件 I/O,按用户 |
|
user_summary_by_file_io_type , x$user_summary_by_file_io_type |
文件 I/O,按用户和事件 |
|
user_summary_by_stages , x$user_summary_by_stages |
阶段事件,按用户 |
|
user_summary_by_statement_latency , x$user_summary_by_statement_latency |
语句统计,按用户 |
|
user_summary_by_statement_type , x$user_summary_by_statement_type |
执行的语句,按用户和语句 |
|
version |
当前 sys schema 和 MySQL 服务器版本 |
是 |
wait_classes_global_by_avg_latency , x$wait_classes_global_by_avg_latency |
等待类平均延迟,按事件类 |
|
wait_classes_global_by_latency , x$wait_classes_global_by_latency |
等待类总延迟,按事件类 |
|
waits_by_host_by_latency , x$waits_by_host_by_latency |
等待事件,按主机和事件分组 |
|
waits_by_user_by_latency , x$waits_by_user_by_latency |
等待事件,按用户和事件分组 |
|
waits_global_by_latency , x$waits_global_by_latency |
等待事件,按事件分组 |
|
x$ps_digest_95th_percentile_by_avg_us |
辅助视图:95%百分位数视图 |
|
x$ps_digest_avg_latency_distribution |
辅助视图:95%百分位数视图 |
|
x$ps_schema_table_statistics_io |
辅助视图:表统计信息视图 |
|
x$schema_flattened_keys |
辅助视图:schema_redundant_indexes |
|