Documentation Home

6.23 复制主活动指标

列出 Replication Master Activity 指标并提供每个指标的简要说明。

表 6.23 复制主活动指标

姓名描述
二进制日志文件当前二进制日志文件的名称。
Binlog文件位置当前二进制日志文件的文件位置。
缓存磁盘使用(增量)使用二进制日志缓存但超过 binlog_cache_size 值并使用临时文件存储事务更改的事务数。
缓存使用(增量)使用二进制日志缓存的事务数。
执行的 Gtid 集二进制日志文件中的最新 GTID 集。
半同步主客户端半同步从站的数量。
半同步主站净平均等待时间主机等待从机回复的平均时间(以微秒为单位)。
半同步主网络等待(增量)master 等待 slave 回复的总次数。
半同步主网络等待时间(增量)master 等待 slave 回复的总时间(以微秒为单位)。
Semi Sync Master No Times (台达)master 关闭半同步复制的次数。
半同步主机无 Tx(Delta)从站未成功确认的提交数。
半同步主机状态半同步复制当前是否在主服务器上运行。
半同步主 Timefunc 故障(Delta)master 在调用 gettimeofday() 等时间函数时失败的次数。
半同步主 Tx 平均等待时间(增量)主服务器等待每个事务的平均时间(以微秒为单位)。
半同步主 Tx 等待(Delta)The total number of times the master waited for transactions.
Semi Sync Master Tx Wait Time (Delta)The total time in microseconds the master waited for transactions.
Semi Sync Master Wait Pos Backtraverse (Delta)The total number of times the master waited for an event with binary coordinates lower than events waited for previously.
Semi Sync Master Wait SessionsThe number of sessions currently waiting for slave replies.
Semi Sync Master Yes Tx (Delta)The number of commits that were acknowledged successfully by a slave.
Show Master Status (Delta)The total number of SHOW MASTER STATUS statements executed.
Show New Master (Delta)The total number of SHOW NEW MASTER statements executed.
Show Slave Hosts (Delta)The total number of SHOW SLAVE 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.