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.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_exec_vm_time

    虚拟机执行CPU时间

  • elapsed_time

    用于该测量的微秒时间

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