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_by_thread_by_latency and x$io_by_thread_by_latency Views

30.4.3.10 io_by_thread_by_latency 和 x$io_by_thread_by_latency 视图

这些视图将I/O消费者汇总,按线程显示时间等待I/O,按默认排序为降序总I/O延迟。

io_by_thread_by_latencyx$io_by_thread_by_latency 视图具有以下列:

  • user

    对于前台线程,关联的帐户;对于后台线程,线程名称。

  • total

    线程的总I/O事件数量。

  • total_latency

    线程的总等待时间(以毫秒为单位)。

  • min_latency

    线程的最小单个等待时间(以毫秒为单位)。

  • avg_latency

    线程的平均等待时间(以毫秒为单位)。

  • max_latency

    线程的最大单个等待时间(以毫秒为单位)。

  • thread_id

    线程ID。

  • processlist_id

    对于前台线程,线程的进程列表ID;对于后台线程,NULL