Pome 是 **Po**stgres **Me**trics 的意思。Pome 是一个 PostgreSQL 的指标仪表器,用来跟踪你的数据库的健康状况。项目目前还在非常初级的阶段,还有许多特性没有补全。 [更多内容](http://rachbelaid.com/introducing-pome)
[](http://rachbelaid.com/introducing-pome)
**Pome 目前收集了下列的指标:**
*
数据库大小(Database size)
*
表格大小(Tables size)
*
索引大小(Indexes size)
*
连接数(Number of Connections)
*
臃肿表格的比率( Ratio of the most bloated table)
*
臃肿索引的比率 (Ratio of the most bloated index)
*
臃肿表格引起的总的被浪费的字节(Total of wasted bytes due to bloat in tables)
*
臃肿索引引起的总的被浪费的字节(Total of wasted bytes due to bloat in indexes)
*
单个表格和索引的臃肿比率(The bloat ratio on individual table and indexes)
*
每个表格浪费的字节(Wasted bytes per table
)
**运行界面:**
[![Home screenshot](http://static.oschina.net/uploads/img/201601/08115126_kfe2.png)](https://raw.githubusercontent.com/rach/pome/master/screenshots/home.png)
)