Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  The io_global_by_file_by_latency and x$io_global_by_file_by_latency Views

30.4.3.12 io_global_by_file_by_latency 和 x$io_global_by_file_by_latency 视图

这些视图总结了全局 I/O 消费者,以显示等待 I/O 的时间,按文件分组。默认情况下,行按降序总延迟排序。

io_global_by_file_by_latencyx$io_global_by_file_by_latency 视图具有以下列:

  • 文件

    文件路径名称。

  • 总计

    文件的总 I/O 事件数。

  • 总延迟

    文件的总等待时间。

  • 读取计数

    文件的总读取 I/O 事件数。

  • 读取延迟

    文件的总读取等待时间。

  • 写入计数

    文件的总写入 I/O 事件数。

  • 写入延迟

    文件的总写入等待时间。

  • 其他计数

    文件的总其他 I/O 事件数。

  • 其他延迟

    文件的总其他等待时间。