Documentation Home

21.6.15.11 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

    经过时间

笔记

此表是在 NDB 7.5.2 中添加的。