MySQL 8.4 Release Notes
25.6.17.17 NDBinfo cpudata_50ms 表
cpudata_50ms 表提供了过去一秒钟内的 CPU 使用情况,每 50 毫秒一个采样。
cpustat 表包含以下列:
-
node_id节点 ID
-
measurement_id测量序列 ID;后续测量的 ID 将更低
-
cpu_noCPU ID
-
cpu_online如果 CPU 当前在线,则为 1,否则为 0
-
cpu_userspace_time用户空间中 CPU 时间的使用情况
-
cpu_idle_timeCPU 空闲时间的使用情况
-
cpu_system_time系统时间中 CPU 时间的使用情况
-
cpu_interrupt_timeCPU 中断时间的使用情况(硬件和软件)
-
cpu_exec_vm_time虚拟机执行中 CPU 时间的使用情况
-
elapsed_time用于该测量的时间,微秒为单位
cpudata_50ms 表仅在 Linux 和 Solaris 操作系统上可用。