-
Notifications
You must be signed in to change notification settings - Fork 446
InnoDB Status Variables
Status variables that provide information about the InnoDB storage engine.
-
Innodb_buffer_pool_LRU_search_scanned
Number of pages scanned as part of LRU search.
-
Innodb_buffer_pool_LRU_unzip_search_scanned
Number of pages scanned as part of LRU unzip search.
-
Innodb_buffer_pool_LRU_get_free_search
Number of searches performed for a clean page.
-
Innodb_buffer_pool_flush_LRU_batch_scanned
Number of pages scanned as part of LRU batches.
-
Innodb_buffer_pool_flush_LRU_page_count
Number of pages flushed as part of LRU batches.
-
Innodb_buffer_pool_flush_adaptive_pages
Number of pages flushed as part of adaptive batches.
-
Innodb_buffer_pool_flush_anticipatory_pages
Number of pages flushed as part of anticipatory batches.
-
Innodb_buffer_pool_flush_background_pages
Number of pages flushed as part of background (async) batches.
-
Innodb_buffer_pool_flush_batch_scanned
Number of pages scanned as part of a flush batch.
-
Innodb_buffer_pool_flush_max_dirty_pages
Number of pages flushed as part of max_dirty batches.
-
Innodb_buffer_pool_flush_neighbor_pages
Number of pages flushed as part of neighbor flush.
-
Innodb_buffer_pool_flush_sync_page
Number of pages flushed as part of sync batches.
-
Number of corrupted pages read.
-
Number of attempts to open a table that is marked as corrupted.
-
Number of currently open files by InnoDB.
-
Number of files opened by InnoDB.
-
Number of files closed by InnoDB.
-
Number of files flushed (e.g. fsync) by InnoDB.
-
Number of deadlocks that have occurred within InnoDB.
-
Current log sequence number.
-
How far the log has been flushed to disk.
-
Position at which InnoDB last took a checkpoint.
-
The name of the master binary log file containing the event of the most recent InnoDB transaction executed by the SQL thread. If the system tablespace does not contain the replication information, the value defaults to zero.
-
The position in the master binary log file to which the SQL thread has read and executed an InnoDB transaction, marking the start of the next transaction or event to be processed. If the system tablespace does not contain the replication information, the value defaults to an empty string.
-
Number of page merge (attempt) operations.
-
Number of page reorganization operations.
-
Number of page split operations.
-
Number of .ibd files currently open. Only relevant for multiple tablespaces.
-
Innodb_tablespace_files_opened
Number of .ibd files opened by InnoDB. Only relevant for multiple tablespaces.
-
Innodb_tablespace_files_closed
Number of .ibd files closed by InnoDB. Only relevant for multiple tablespaces.