云数据库 GaussDB-GLOBAL_FILE_REDO_IOSTAT

时间:2023-11-01 16:22:19

GLOBAL_FILE_REDO_IOSTAT

显示集群内各节点的Redo(WAL)相关统计信息。

表1 GLOBAL_FILE_REDO_IOSTAT字段

名称

类型

描述

node_name

name

节点名称。

phywrts

bigint

向wal buffer中写的次数。

phyblkwrt

bigint

向wal buffer中写的block的块数。

writetim

bigint

向xLog文件中写操作的时间(单位:微秒)。

avgiotim

bigint

平均写xLog的时间(writetim/phywrts)(单位:微秒)。

lstiotim

bigint

最后一次写xLog的时间(单位:微秒)。

miniotim

bigint

最小的写xLog时间(单位:微秒)。

maxiowtm

bigint

最大的写xLog时间(单位:微秒)。

support.huaweicloud.com/distributed-devg-v3-opengauss/gaussdb-12-1239.html