10bet官方网站文档家里
MySQL 5.7参考手册
相关的文档10bet官方网站 本手册下载 本手册摘录

21.5.14.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中添加。