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

30.4.3.17 线程当前字节的memory_by_thread_by_current_bytes和x$memory_by_thread_by_current_bytes视图

这些视图总结了线程的内存使用情况,按降序排列内存使用量。

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

    线程总内存分配字节数。