PostgreSQL 的指标记录仪 - Pome
jopen
9年前
Pome 是 Postgres Metrics 的意思。Pome 是一个 PostgreSQL 的指标仪表器,用来跟踪你的数据库的健康状况。项目目前还在非常初级的阶段,还有许多特性没有补全。 更多内容
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
)
运行界面: