8.1 InnoDB Cluster Activity Metrics

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

Table 8.1 Cluster Activity Metrics

NameDescription
Target NameName of the OEM Target
Acl Cache Items CountThe number of cached privilege objects. Each object is the privilege combination of a user and its active roles.
Open FilesThe number of files that are open.
Prepared Stmt CountThe current number of prepared statements.
UptimeThe number of seconds that the server has been up.
Uptime Since Flush StatusThe number of seconds since the most recent FLUSH STATUS statement.
MySQL Server Has Been RestartedTo perform useful work, a database server must be up-and-running continuously.
Flush Commands (Delta)The number of executed FLUSH statements.
Opened Files (Delta)The number of files that have been opened with my_open() (a mysys library function).
Open Streams (Delta)The number of streams that are open (used mainly for logging).
Queries (Delta)The number of statements executed by the server. Only statements executed within stored programs, unlike the Questions variable.
Questions (Delta)The number of statements executed by the server.