Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  The memory_by_user_by_current_bytes and x$memory_by_user_by_current_bytes Views

30.4.3.18 当前字节的memory_by_user_by_current_bytes和x$memory_by_user_by_current_bytes视图

这些视图总结了按用户分组的内存使用情况。默认情况下,行按使用的内存量降序排序。

memory_by_user_by_current_bytesx$memory_by_user_by_current_bytes 视图具有以下列:

  • 用户

    客户端用户名。基础性能架构表中的 USER 列为 NULL 的行被认为是背景线程,并报告主机名为 background

  • current_count_used

    用户未释放的当前分配的内存块数。

  • current_allocated

    用户未释放的当前分配的字节数。

  • current_avg_alloc

    用户当前每个内存块的平均分配字节数。

  • current_max_alloc

    用户当前单个最大内存分配字节数。

  • total_allocated

    用户的总内存分配字节数。