文档首页
MySQL 8.4 参考手册
相关文档 下载本手册
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
手册页 (TGZ) - 258.5Kb
手册页 (Zip) - 365.5Kb
信息 (Gzip) - 4.0Mb
信息 (Zip) - 4.0Mb


25.6.17.21 ndbinfo cpustat_1sec 表

cpustat-1sec 表提供了在 NDB 内核中运行的每个线程每秒获取的原始的、按线程划分的 CPU 数据。

cpustat_50mscpustat_20sec 类似,此表显示每个线程 20 组测量值,每组测量值对应于指定持续时间的一段时间。因此,cpsustat_1sec 提供了 20 秒的历史记录。

cpustat_1sec 表包含以下列:

  • 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

    经过时间