164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GLOBAL_FILE_REDO_IOSTAT.md 8.16 KB
一键复制 编辑 原始数据 按行查看 历史
Haley_He 提交于 2021-08-26 21:08 . 修改英文括号

GLOBAL_FILE_REDO_IOSTAT

得到openGauss内各节点的Redo(WAL)相关统计信息。

表 1 GLOBALXC_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时间(单位:微秒)。

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

搜索帮助