MySQL 8.4 Release Notes
25.6.17.22 NDBinfo cpustat_20sec 表
cpustat_20sec
表提供了每个线程的原始 CPU 数据,每 20 秒一次,用于在 NDB
内核中运行的每个线程。
像 cpustat_50ms
和 cpustat_1sec
一样,这个表显示每个线程的 20 个测量集,每个测量集引用一个名为的时间段。因此,cpustat_20sec
提供了 400 秒的历史记录。
cpustat_20sec
表包含以下列:
-
node_id
线程运行的节点 ID
-
thr_no
该节点上的线程 ID
-
OS_用户时间
操作系统用户时间
-
OS_系统时间
操作系统系统时间
-
OS_空闲时间
操作系统空闲时间
-
exec_time
线程执行时间
-
sleep_time
线程睡眠时间
-
spin_time
线程旋转时间
-
send_time
线程发送时间
-
buffer_full_time
线程缓冲区满时间
-
elapsed_time
已过时间