Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


25.6.17.14 ndbinfo cpudata 表

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

cpustat 表包含以下列:

  • node_id

    节点 ID

  • cpu_no

    CPU ID

  • cpu_online

    如果 CPU 当前在线,否则为 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 操作系统上可用。