164 Star 224 Fork 1.2K

openGauss / docs

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

GLOBAL_WAIT_EVENTS

GLOBAL_WAIT_EVENTS视图显示各节点的event的等待相关的统计信息。

表 1 GLOBAL_WAIT_EVENTS字段

名称

类型

描述

nodename

text

数据库进程名称。

type

text

event类型。

event

text

event名称。

wait

bigint

等待次数。

failed_wait

bigint

失败的等待次数。

total_wait_time

bigint

总等待时间(单位:微秒)。

avg_wait_time

bigint

平均等待时间(单位:微秒)。

max_wait_time

bigint

最大等待时间(单位:微秒)。

min_wait_time

bigint

最小等待时间(单位:微秒)。

last_updated

timestamp with time zone

最后一次更新该事件的时间。

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

搜索帮助