164 Star 224 Fork 1.2K

openGauss / docs

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

SUMMARY_FILE_IOSTAT

通过openGauss内对数据文件汇聚IO的统计,反映数据的IO性能,用以发现IO操作异常等性能问题。

表 1 SUMMARY_FILE_IOSTAT字段

名称

类型

描述

filenum

oid

文件标识。

dbid

oid

数据库标识。

spcid

oid

表空间标识。

phyrds

numeric

读物理文件的数目。

phywrts

numeric

写物理文件的数目。

phyblkrd

numeric

读物理文件块的数目。

phyblkwrt

numeric

写物理文件块的数目。

readtim

numeric

读文件的总时长(单位:微秒)。

writetim

numeric

写文件的总时长(单位:微秒)。

avgiotim

bigint

读写文件的平均时长(单位:微秒)。

lstiotim

bigint

最后一次读文件时长(单位:微秒)。

miniotim

bigint

读写文件的最小时长(单位:微秒)。

maxiowtm

bigint

读写文件的最大时长(单位:微秒)。

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

搜索帮助