Documentation Home

21.6.15.14 ndbinfo cpustat_20sec 表

该表为内核 cpustat_20sec中运行的每个线程提供每 20 秒获取的原始每线程 CPU 数据。NDB

cpustat_50ms和 一样cpustat_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

    经过时间

笔记

此表是在 NDB 7.5.2 中添加的。