文档首页
MySQL 9.0 参考手册
相关文档 下载本手册
PDF (US Ltr) - 40.0Mb
PDF (A4) - 40.1Mb
手册页 (TGZ) - 258.2Kb
手册页 (Zip) - 365.3Kb
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 操作系统上可用。