Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
These tools display the most important information you need
when using InnoDB tables. You can get the same information through a
SHOW ENGINE INNODB STATUS command or by creating InnoDB monitor
tables. These are not tables intended for users, but a way to tell
InnoDB to write information about InnoDB’s status in the error log every
few seconds.
We will discuss standard and lock monitors here. InnoDB also offers Tablespace and Table monitors, which print information from the shared tablespace and the InnoDB internal dictionary, respectively. Tablespace and Table monitors are not directly related to the topic of concurrency, so I’m skipping them here.