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

30.4.3.19 MySQL内存视图: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

    事件的高水位标记的平均已分配字节数。