我已经为我的应用程序设置了 Rancher (RKE) (kuberbetes)。
和使用 postgres 的应用程序,所以我设置了 Crunchydata postgres 运算符并使用它创建 postgres 集群。
一切都很好,但现在我想查看我的 postgresql 的 pg_activity。
我怎样才能看到整个 postgres 的活动?
我已经为我的应用程序设置了 Rancher (RKE) (kuberbetes)。
和使用 postgres 的应用程序,所以我设置了 Crunchydata postgres 运算符并使用它创建 postgres 集群。
一切都很好,但现在我想查看我的 postgresql 的 pg_activity。
我怎样才能看到整个 postgres 的活动?
你使用 Rancher 中的监控工具来监控 Postgres。
除此之外,您可以在数据库的相应 pod 中使用 SSH 并使用 cli 命令并检查输出。
在rancher中,也可以使用客户端工具连接rancher,运行cli命令查看pg_activity。
客户端泊坞窗图像:https ://hub.docker.com/r/jbergknoff/postgresql-client/
您还可以在 Rancher 上部署 GUI docker 客户端并使用它
GUI postgress 客户端:https ://hub.docker.com/r/dpage/pgadmin4/