Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  The io_global_by_file_by_bytes and x$io_global_by_file_by_bytes Views

30.4.3.11 io_global_by_file_by_bytes 和 x$io_global_by_file_by_bytes 视图

这些视图将全球I/O消费者总结,按文件分组显示I/O量。默认情况下,行将按降序的总I/O(读取和写入字节)排序。

io_global_by_file_by_bytesx$io_global_by_file_by_bytes 视图具有以下列:

  • file

    文件路径名称。

  • count_read

    文件的总读取事件数。

  • total_read

    从文件中读取的总字节数。

  • avg_read

    文件每次读取的平均字节数。

  • count_write

    文件的总写入事件数。

  • total_written

    文件中写入的总字节数。

  • avg_write

    文件每次写入的平均字节数。

  • total

    文件的总读取和写入字节数。

  • write_pct

    I/O总字节数中写入的百分比。