Postgresql 的性能报告

发布于 2024-08-12 15:34:41 字数 119 浏览 3 评论 0原文

Oracle 创建漂亮的 HTML 格式的工作负载报告 (AWR),其中列出了实例统计信息、等待事件、前 10 个最重的 SQL 语句(按执行次数、磁盘读取次数等)。

Postgresql 有类似的工具吗?

Oracle creates nicely HTML-formatted workload reports (AWR) that list things like instance statistics, wait events, the top ten heavy SQL statements (by number of executions, number of disk reads, and so on).

Is there a similar tool for Postgresql?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

新人笑 2024-08-19 15:34:41

另一个 - pgFouine

另请查看数据库管理下的内容://pgfoundry.org/" rel="nofollow noreferrer">PgFoundry。

And another one - pgFouine.

Also take a look at what's under Database Administration on PgFoundry.

¢蛋碎的人ぎ生 2024-08-19 15:34:41

不是 HTML 报告,而是 pgsql 的类似 top 的工具:http://ptop.projects.postgresql。组织/

Not an HTML-report, but a top-like tool for pgsql: http://ptop.projects.postgresql.org/

肤浅与狂妄 2024-08-19 15:34:41

描述说:
“PoWA 是 PostgreSQL 工作负载分析器,可收集性能统计数据并提供实时图表和图形,以帮助监控和调整 PostgreSQL 服务器。

它类似于 Oracle AWR 或 SQL Server MDW。”

http://dalibo.github.io/powa/

The description says:
"PoWA is PostgreSQL Workload Analyzer that gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers.

It is similar to Oracle AWR or SQL Server MDW."

http://dalibo.github.io/powa/

孤檠 2024-08-19 15:34:41

我发现另一个看起来很有前途的:pgstatspack

另外http://www.postgrestats.com/

I found another one that looks promising: pgstatspack.

Also http://www.postgrestats.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文