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


25.6.17.19 NDBinfo cpustat 表

cpustat 表提供了每个线程的 CPU 统计信息,每秒对每个在 NDB 内核中运行的线程进行采集。

cpustat 表包含以下列:

  • node_id

    该线程在哪个节点上运行的 ID

  • thr_no

    该节点上的线程 ID

  • OS_user

    操作系统用户时间

  • OS_system

    操作系统系统时间

  • OS_idle

    操作系统空闲时间

  • thread_exec

    线程执行时间

  • thread_sleeping

    线程睡眠时间

  • thread_spinning

    线程旋转时间

  • thread_send

    线程发送时间

  • thread_buffer_full

    线程缓冲区满时间

  • elapsed_time

    已过时间