• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • host_summary和x $ host_summary视图

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

    host_summaryx$host_summary意见有这些列:

    • host

      客户端从其连接的主机。假定HOST基础Performance Schema表中的列针对的行是NULL后台线程,并且使用主机名报告background

    • statements

      主机的语句总数。

    • statement_latency

      主机定时语句的总等待时间。

    • statement_avg_latency

      主机的每个定时语句的平均等待时间。

    • table_scans

      主机的表扫描总数。

    • file_ios

      主机的文件I / O事件总数。

    • file_io_latency

      主机定时文件I / O事件的总等待时间。

    • current_connections

      主机的当前连接数。

    • total_connections

      主机的连接总数。

    • unique_users

      主机的独立用户数。

    • current_memory

      当前为主机分配的内存量。

    • total_memory_allocated

      主机分配的内存总量。