21.6.15.12 The ndbinfo cpustat_50ms Table
The cpustat_50ms table provides raw, per-thread CPU data obtained each 50 milliseconds for each thread running in the NDB kernel.
Like cpustat_1sec and cpustat_20sec, this table shows 20 measurement sets per thread, each referencing a period of the named duration. Thus, cpsustat_50ms provides 1 second of history.
The cpustat_50ms table contains the following columns:
-
node_idID of the node where the thread is running
-
thr_noThread ID (specific to this node)
-
OS_user_timeOS user time
-
OS_system_timeOS system time
-
OS_idle_timeOS idle time
-
exec_timeThread execution time
-
sleep_timeThread sleep time
-
spin_timeThread spin time
-
send_timeThread send time
-
buffer_full_timeThread buffer full time
-
elapsed_timeElapsed time
Notes
This table was added in NDB 7.5.2.
© 2025 Oracle
Licensed under the GPLv2 License.