PostgreSQL统计数据查看工具-pgCenter
2016-01-13 13:59:09 阿炯

本站赞助商链接,请多关照。 pgCenter 可能是最好的 PostgreSQL 统计数据查看工具。采用C++开发并在BSD协议下授权。


PostgreSQL 提供各种统计数据,包括表,所以函数和其他数据对象信息和使用方法。甚至还有更详细的统计数据,比如连接,当前查询和数据库操作(INSERT/DELETE/UPDATE)。但是这些统计数据大部分是作为永久增长的计数器提供的,pgCenter 提供了一个方便的接口来展示这些统计数据,可以在时间轴里面查看统计数据的变化。pgCenter 还提供数据库管理任务快速访问功能,比如编辑配置文件、重载服务、查看日志文件等等。

Features

top-like interface
use same connection options as with psql
show current system load and cpu/memory/swap usage
show input/output statistics for devices and partitions like iostat
show network traffic statistics for network interfaces like nicstat
show current postgres state (connections state, longest transaction, autovacuum)
show statistics about tables, indexes, functions, activity, replication
show pg_stat_statements statistics: calls, rows
show pg_stat_statements statistics: cpu timings, io timings
show pg_stat_statements statistics: blks i/o (hits, reads, dirtied, written, temp)
show relations sizes info
configuration files editor and postgres reload
log files viewing (full log or tail)
cancel/terminate queries or processes by pid or whole group
query reporting


最新版本:


项目主页:https://github.com/lesovsky/pgcenter