4.14 InnoDB Row Activity Metrics

Lists the InnoDB Row Activity metrics and provides a brief description of each.

Table 4.13 InnoDB Row Activity Metrics

NameDescription
Row Queries Inside (Total)The number of queries executing inside InnoDB.
Row Queries Queue (Total)The number of queries in the queue, waiting to enter InnoDB.
Rows Deleted (Delta)The number of rows deleted from InnoDB tables.
Rows Deleted Per Sec (Delta)The number of rows deleted per second by InnoDB.
Rows Inserted (Delta)The number of rows inserted into InnoDB tables.
Rows Inserted Per Sec (Delta)The number of rows inserted per second by InnoDB.
Rows Read (Delta)The number of rows read from InnoDB tables.
Rows Read Per Sec (Delta)The number of rows read per second by InnoDB.
Rows Updated (Delta)The number of rows updated in InnoDB tables.
Rows Updated Per Sec (Delta)The number of rows updated per second by InnoDB.