21.6.15.11 The ndbinfo cpustat Table
The cpustat table provides per-thread CPU statistics gathered each second, for each thread running in the NDB kernel.
The cpustat table contains the following columns:
-
node_idID of the node where the thread is running
-
thr_noThread ID (specific to this node)
-
OS_userOS user time
-
OS_systemOS system time
-
OS_idleOS idle time
-
thread_execThread execution time
-
thread_sleepingThread sleep time
-
thread_spinningThread spin time
-
thread_sendThread send time
-
thread_buffer_fullThread buffer full time
-
elapsed_timeElapsed time
Notes
This table was added in NDB 7.5.2.
© 2025 Oracle
Licensed under the GPLv2 License.