164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SUMMARY_FILE_REDO_IOSTAT.md 7.27 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-08-12 11:20 . Delete monitor administrator

SUMMARY_FILE_REDO_IOSTAT

openGauss内汇聚所有的Redo(WAL)相关的统计信息。

表 1 SUMMARY_FILE_REDO_IOSTAT字段

名称

类型

描述

phywrts

numeric

向wal buffer中写的次数。

phyblkwrt

numeric

向wal buffer中写的block的块数。

writetim

numeric

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

avgiotim

bigint

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

lstiotim

bigint

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

miniotim

bigint

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

maxiowtm

bigint

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

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
1.0.1

搜索帮助