The logbuffer table provides information on
        NDB Cluster log buffer usage.
      
        The logbuffers table contains the following
        columns:
node_idThe ID of this data node.
log_typeType of log. One of:
REDO,DD-UNDO,BACKUP-DATA, orBACKUP-LOG.log_idThe log ID; for Disk Data undo log files, this is the same as the value shown in the
LOGFILE_GROUP_NUMBERcolumn of the Information SchemaFILEStable as well as the value shown for thelog_idcolumn of thendbinfologspacestablelog_partThe log part number
totalTotal space available for this log
usedSpace used by this log
Notes
        logbuffers table rows reflecting two
        additional log types are available when performing an NDB
        backup. One of these rows has the log type
        BACKUP-DATA, which shows the amount of data
        buffer used during backup to copy fragments to backup files. The
        other row has the log type BACKUP-LOG, which
        displays the amount of log buffer used during the backup to
        record changes made after the backup has started. One each of
        these log_type rows is shown in the
        logbuffers table for each data node in the
        cluster. These rows are not present unless an NDB backup is
        currently being performed.