-
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.
-
Innodb_buffer_pool_flush_async_page
Number of pages flushed as part of async 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.
-
Innodb_ibuf_discarded_delete_marks
Number of discarded buffered delete mark operations.
-
Number of discarded buffered delete operations.
-
Number of discarded buffered delete operations.
-
Innodb_ibuf_merged_delete_marks
Number of delete mark operations merged.
-
Number of delete operations merged.
-
Number of insert operations merged.
-
Number of index pages that absorbed buffered changes.
-
The current size (in pages) of the ibuf tree.
-
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 discard operations. Also represents the number of pages that have become empty and were thus discarded.
-
Number of page merge (attempt) operations.
-
Number of successful page merge operations.
-
Number of page reorganization operations.
-
Number of page split operations.
-
The maximum transaction ID for which records have been (or are being) purged.
-
The maximum undo log record number for which records have been (or are being) purged.
-
Innodb_rows_search_btree_index
Number of B+-tree index key searches.
-
Number of adaptive hash index key searches.
-
Number of detected semaphore stalls (e.g. long semaphore wait).
-
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.
-
The smallest number not yet assigned as a transaction ID.
-
Innodb_thread_concurrency_active
The number of active threads in InnoDB thread concurrency FIFO queue.
-
Innodb_thread_concurrency_waiting
The number of waiting threads in InnoDB thread concurrency FIFO queue.