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.15 NDBinfo cpudata_1sec 表

cpudata_1sec 表提供了过去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_exec_vm_time

    虚拟机执行CPU时间

  • elapsed_time

    用于该测量的微秒时间

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