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.39 The ndbinfo hwinfo Table

The hwinfo table provides information about the hardware on which a given data node executes.

The hwinfo table contains the following columns:

  • node_id

    Node ID

  • cpu_cnt_max

    Number of processors on this host

  • cpu_cnt

    Number of processors available to this node

  • num_cpu_cores

    Number of CPU cores on this host

  • num_cpu_sockets

    Number of CPU sockets on this host

  • HW_memory_size

    Amount of memory available on this host

  • model_name

    CPU model name

Notes

The hwinfo table is available on all operating systems supported by NDB.