MySQL 8.3 Release Notes
该 cpudata_50ms 表提供了过去一秒钟内每 50 毫秒间隔的 CPU 使用情况数据。
该 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_time处理中断(硬件和软件)的 CPU 时间
-
cpu_exec_vm_time虚拟机执行中的 CPU 时间
-
elapsed_time以微秒为单位的测量时间
注意事项
该 cpudata_50ms 表仅在 Linux 和 Solaris 操作系统上可用。