Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpudata-20sec.html
The cpudata_20sec table provides data about CPU usage per 20-second interval over the last 400 seconds.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpudata-50ms.html
The cpudata_50ms table provides data about CPU usage per 50-millisecond interval over the last second.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpudata.html
The cpudata table provides data about CPU usage during the last second.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpuinfo.html
The cpuinfo table provides information about the CPU on which a given data node executes. The cpuinfo table contains the following columns: node_id Node ID cpu_no CPU ID cpu_online 1 if the CPU is online, otherwise 0 core_id CPU core ID socket_id ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpustat-1sec.html
The cpustat-1sec table provides raw, per-thread CPU data obtained each second for each thread running in the NDB kernel. Like cpustat_50ms and cpustat_20sec, this table shows 20 measurement sets per thread, each referencing a period of the named ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpustat-20sec.html
The cpustat_20sec table provides raw, per-thread CPU data obtained each 20 seconds, for each thread running in the NDB kernel. Like cpustat_50ms and cpustat_1sec, this table shows 20 measurement sets per thread, each referencing a period of the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-cpustat-50ms.html
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 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-dict-obj-types.html
The dict_obj_types table is a static table listing possible dictionary object types used in the NDB kernel. The dict_obj_types table contains the following columns: type_id The type ID for this type type_name The name of this type . These are the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-diskstat.html
The diskstat table provides information about writes to Disk Data tablespaces during the past 1 second.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-diskstats-1sec.html
The diskstats_1sec table provides information about writes to Disk Data tablespaces over the past 20 seconds.