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.17 NDBinfo cpudata_50ms 表

cpudata_50ms 表提供了过去一秒钟内的 CPU 使用情况,每 50 毫秒一个采样。

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_50ms 表仅在 Linux 和 Solaris 操作系统上可用。