The data in “show (engine) innodb status” is your best bet. I would enable the innodb_monitor (CREATE TABLE innodb_monitor (a INT) ENGINE=INNODB; in the mysql database). That will continually output the InnoDB status to your error log, so you can then go back and review it for the time period in question after the fact.