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

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

    事件的每个内存块的平均字节分配高水位标记。