数据库统计或基准工具
我必须监视postgresql的数据库统计信息。将来它可能会改变。所以支持多个数据库服务器的工具会更好。 统计数据如下: 1.查询执行时间。 2. 每秒执行的查询数。 3. 仍在执行的查询数量。 4.查询利用率的RAM使用情况。
是否有任何模块可以集成到我的应用程序中?
I have to monitor database statistic for postgresql.In future it may change.So the tool which support multiple database server would be better.
The statistics are like :
1. Query execution time.
2. Number of queries that are executed per sec.
3. Number of queries are still in execution.
4. Ram usage of the query utlitization.
If any module available to integrate in my applications??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
wiki 中记录了许多有用的工具和方法:
http://wiki.postgresql.org/wiki/ Logging_Difficult_Queries
A number of useful tools and methods are documented in the wiki:
http://wiki.postgresql.org/wiki/Logging_Difficult_Queries