文档主页
MySQL 8.4 参考手册
相关文档 下载本手册
PDF (美国信纸) - 39.9Mb
PDF (A4) - 40.0Mb
手册页 (TGZ) - 258.5Kb
手册页 (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


25.6.17.16 ndbinfo cpudata_20sec 表

cpudata_20sec 表提供了过去 400 秒内每 20 秒间隔的 CPU 使用情况数据。

cpustat 表包含以下列:

  • node_id

    节点 ID

  • measurement_id

    测量序列 ID; 较后的测量具有较低的 ID

  • cpu_no

    CPU ID

  • cpu_online

    如果 CPU 当前在线,则为 1,否则为 0

  • cpu_userspace_time

    在用户空间中花费的 CPU 时间

  • cpu_idle_time

    CPU 空闲时间

  • cpu_system_time

    在系统时间中花费的 CPU 时间

  • cpu_interrupt_time

    CPU 处理中断(硬件和软件)所花费的时间

  • cpu_exec_vm_time

    在虚拟机执行中花费的 CPU 时间

  • elapsed_time

    此测量所用时间(微秒)

备注

cpudata_20sec 表仅在 Linux 和 Solaris 操作系统上可用。