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

25.6.17.22 ndbinfo cpustat_20sec 表

cpustat_20sec 表提供每 20 秒获取的原始、每个线程的 CPU 数据,适用于 NDB 内核中运行的每个线程。

cpustat_50mscpustat_1sec 相似,该表显示每个线程的 20 个测量集,每个测量集引用了指定持续时间的期限。因此,cpsustat_20sec 提供了 400 秒的历史记录。

cpustat_20sec 表包含以下列:

  • node_id

    节点 ID,其中线程正在运行

  • thr_no

    线程 ID(特定于该节点)

  • OS_user_time

    操作系统用户时间

  • OS_system_time

    操作系统系统时间

  • OS_idle_time

    操作系统空闲时间

  • exec_time

    线程执行时间

  • sleep_time

    线程睡眠时间

  • spin_time

    线程自旋时间

  • send_time

    线程发送时间

  • buffer_full_time

    线程缓冲区满时间

  • elapsed_time

    经过时间