Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


Oracle Enterprise Manager for MySQL Database User's Guide  /  Metrics  /  InnoDB Row Activity Metrics

6.15 InnoDB Row Activity Metrics

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

Table 6.15 InnoDB Row Activity Metrics

NameDescription
Row Queries InsideThe number of queries executing inside InnoDB.
Row Queries QueueThe 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.