MySQL 9.0 发行说明
        
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 时间 
- cpu_exec_vm_time- 虚拟机执行中花费的 CPU 时间 
- elapsed_time- 此测量所用的时间(以微秒为单位) 
注释
cpudata_1sec 表仅在 Linux 和 Solaris 操作系统上可用。