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.20 NDBinfo cpustat_50ms 表

cpustat_50ms 表提供了每个线程在 NDB 内核中每 50 毫秒的原始 CPU 数据。

cpustat_1seccpustat_20sec一样,这个表显示每个线程的 20 个测量集,每个测量集引用一个名为的时间段。因此,cpustat_50ms 提供了 1 秒钟的历史记录。

cpustat_50ms 表包含以下列:

  • node_id

    线程运行的节点 ID

  • thr_no

    该节点上的线程 ID

  • OS_用户时间

    操作系统用户时间

  • OS_系统时间

    操作系统系统时间

  • OS_空闲时间

    操作系统空闲时间

  • exec_time

    线程执行时间

  • sleep_time

    线程睡眠时间

  • spin_time

    线程旋转时间

  • send_time

    线程发送时间

  • buffer_full_time

    线程缓冲区满时间

  • elapsed_time

    已过时间