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


6.26 Replication Source Activity Metrics

Lists the Replication Source Activity metrics and provides a brief description of each.

Table 6.26 Replication Source Activity Metrics

NameDescription
Binlog FileThe name of the current binary log file.
Binlog File PositionThe file position of the current binary log file.
Cache Disk Use (Delta)The number of transactions that used the binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store changes from the transaction.
Cache Use (Delta)The number of transactions that used the binary log cache.
Executed Gtid SetThe latest GTID set within the binary log files.
Semi Sync Source ClientsThe number of semisynchronous replicas.
Semi Sync Source Net Avg Wait TimeThe average time in microseconds the source waited for a replica reply.
Semi Sync Source Net Waits (Delta)The total number of times the source waited for replica replies.
Semi Sync Source Net Wait Time (Delta)The total time in microseconds the source waited for replica replies.
Semi Sync Source No Times (Delta)The number of times the source turned off semisynchronous replication.
Semi Sync Source No Tx (Delta)The number of commits that were not acknowledged successfully by a replica.
Semi Sync Source StatusWhether semisynchronous replication currently is operational on the source.
Semi Sync Source Timefunc Failures (Delta)The number of times the source failed when calling time functions such as gettimeofday().
Semi Sync Source Tx Avg Wait Time (Delta)The average time in microseconds the source waited for each transaction.
Semi Sync Source Tx Waits (Delta)The total number of times the source waited for transactions.
Semi Sync Source Tx Wait Time (Delta)The total time in microseconds the source waited for transactions.
Semi Sync Source Wait Pos Backtraverse (Delta)The total number of times the source waited for an event with binary coordinates lower than events waited for previously.
Semi Sync Source Wait SessionsThe number of sessions currently waiting for replica replies.
Semi Sync Source Yes Tx (Delta)The number of commits that were acknowledged successfully by a replica.
Show Source Status (Delta)The total number of SHOW SOURCE STATUS statements executed.
Show New Source (Delta)The total number of SHOW NEW SOURCE statements executed.
Show Replica Hosts (Delta)The total number of SHOW REPLICA HOSTS statements executed.
StatusThe status of fail-safe replication.
Exceeded Binary Log Space Limit (Rate)When binary log usage exceeds the binary log cache memory limits, it is performing excessive disk operations. For optimal performance, transactions that move through the binary log should be contained within the binary log cache.