文档首页
MySQL 9.0 参考手册
相关文档 下载本手册
PDF (US Ltr) - 40.0Mb
PDF (A4) - 40.1Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 参考手册  /  ...  /  host_summary 和 x$host_summary 视图

30.4.3.1 host_summary 和 x$host_summary 视图

这些视图汇总了按主机分组的语句活动、文件 I/O 和连接情况。

host_summaryx$host_summary 视图具有以下列

  • host

    客户端连接的 host。对于基础性能模式表中的 HOST 列为 NULL 的行,假设是后台线程,并以 background 的主机名报告。

  • statements

    host 的语句总数。

  • statement_latency

    host 的计时语句的总等待时间。

  • statement_avg_latency

    host 的每个计时语句的平均等待时间。

  • table_scans

    host 的表扫描总数。

  • file_ios

    host 的文件 I/O 事件总数。

  • file_io_latency

    host 的计时文件 I/O 事件的总等待时间。

  • current_connections

    host 的当前连接数。

  • total_connections

    host 的总连接数。

  • unique_users

    host 的不同用户数。

  • current_memory

    host 的当前已分配内存量。

  • total_memory_allocated

    host 的总已分配内存量。