164 Star 224 Fork 1.2K

openGauss / docs

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

GLOBAL_OS_THREADS

提供openGauss中所有正常节点下的线程状态信息。

表 1 GLOBAL_OS_THREADS字段

名称

类型

描述

node_name

text

数据库进程名称。

pid

bigint

当前节点进程中正在运行的线程号。

lwpid

integer

与pid对应的轻量级线程号。

thread_name

text

与pid对应的线程名称。

creation_time

timestamp with time zone

与pid对应的线程创建的时间。

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

搜索帮助