Documentation Home
MySQL 5.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 35.0Mb
PDF (A4) - 35.1Mb
Man Pages (TGZ) - 255.4Kb
Man Pages (Zip) - 360.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
Excerpts from this Manual

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_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

Notes

This table was added in NDB 7.5.2.