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

30.4.3.16 MySQL内存使用视图:memory_by_host_by_current_bytes和x$memory_by_host_by_current_bytes

这些视图将内存使用按主机分组。默认情况下,行将按降序的内存使用排序。

视图memory_by_host_by_current_bytesx$memory_by_host_by_current_bytes具有以下列:

  • host

    客户端连接的主机。对于在 underlying Performance Schema 表中的HOST列为NULL的行,将被假设为背景线程,并将使用主机名background

  • current_count_used

    当前未释放的内存块数目。

  • current_allocated

    当前未释放的字节数目。

  • current_avg_alloc

    当前每个内存块的字节数目。

  • current_max_alloc

    当前单个内存分配的字节数目。

  • total_allocated

    总的内存分配字节数目。