文档首页
MySQL 8.4 参考手册
相关文档 下载本手册
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
手册页 (TGZ) - 258.5Kb
手册页 (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 参考手册  /  ...  /  memory_global_by_current_bytes 和 x$memory_global_by_current_bytes 视图

30.4.3.19 memory_global_by_current_bytes 和 x$memory_global_by_current_bytes 视图

这些视图总结内存使用情况,按分配类型(即按事件)分组。默认情况下,行按内存使用量降序排列。

memory_global_by_current_bytesx$memory_global_by_current_bytes 视图包含以下列

  • event_name

    内存事件名称。

  • current_count

    事件的总出现次数。

  • current_alloc

    事件的当前已分配字节数,尚未释放。

  • current_avg_alloc

    事件的当前每个内存块的已分配字节数。

  • high_count

    事件的已分配内存块数的高水位线。

  • high_alloc

    事件的已分配字节数的高水位线。

  • high_avg_alloc

    事件的每个已分配内存块的平均字节数的高水位线。