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

30.4.3.18 MySQL 30.4.3.18:内存使用视图

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

memory_by_user_by_current_bytesx$memory_by_user_by_current_bytes 视图具有以下列:

  • user

    客户端用户名。对于在 underlying Performance Schema 表中的 USER 列为 NULL 的行,假设为背景线程,并将其报告为 background 主机名。

  • current_count_used

    当前未释放的内存块数,为用户。

  • current_allocated

    当前未释放的字节数,为用户。

  • current_avg_alloc

    当前每个内存块的字节数,为用户。

  • current_max_alloc

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

  • total_allocated

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