MySQL 8.4 发行说明
cpustat-1sec
表提供了在 NDB
内核中运行的每个线程每秒获取的原始的、按线程划分的 CPU 数据。
与 cpustat_50ms
和 cpustat_20sec
类似,此表显示每个线程 20 组测量值,每组测量值对应于指定持续时间的一段时间。因此,cpsustat_1sec
提供了 20 秒的历史记录。
cpustat_1sec
表包含以下列:
node_id
运行线程的节点的 ID
thr_no
线程 ID(特定于此节点)
OS_user_time
操作系统用户时间
OS_system_time
操作系统系统时间
OS_idle_time
操作系统空闲时间
exec_time
线程执行时间
sleep_time
线程睡眠时间
spin_time
线程自旋时间
send_time
线程发送时间
buffer_full_time
线程缓冲区满时间
elapsed_time
经过时间