文档首页
MySQL 8.4 参考手册
相关文档 下载本手册
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
手册页 (TGZ) - 258.5Kb
手册页 (Zip) - 365.5Kb
信息 (Gzip) - 4.0Mb
信息 (Zip) - 4.0Mb


25.6.17.14 ndbinfo cpudata 表

cpudata 表提供了有关过去一秒钟 CPU 使用情况的数据。

cpustat 表包含以下列

  • node_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 时间

注意事项

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