Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

25.6.17.19 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_id

    ID of the node where the thread is running

  • thr_no

    Thread ID (specific to this node)

  • OS_user

    OS user time

  • OS_system

    OS system time

  • OS_idle

    OS idle time

  • thread_exec

    Thread execution time

  • thread_sleeping

    Thread sleep time

  • thread_spinning

    Thread spin time

  • thread_send

    Thread send time

  • thread_buffer_full

    Thread buffer full time

  • elapsed_time

    Elapsed time