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_thread_by_current_bytes and x$memory_by_thread_by_current_bytes Views

30.4.3.17 The memory_by_thread_by_current_bytes and x$memory_by_thread_by_current_bytes 视图

这些视图将根据线程对内存使用进行汇总。默认情况下,行将按降序的内存使用量排序。

The memory_by_thread_by_current_bytesx$memory_by_thread_by_current_bytes 视图具有以下列:

  • thread_id

    线程 ID。

  • user

    线程用户或线程名称。

  • current_count_used

    当前未释放的线程内存块数量。

  • current_allocated

    当前未释放的线程内存字节数量。

  • current_avg_alloc

    当前线程内存块的平均字节数量。

  • current_max_alloc

    线程的当前最大内存分配字节数量。

  • total_allocated

    线程的总内存分配字节数量。