Introducing PostgreSQL Dashboard

From: damien clochard <damien(at)dalibo(dot)info>
To: pgsql-announce(at)postgresql(dot)org
Subject: Introducing PostgreSQL Dashboard
Date: 2015-02-16 09:49:39
Message-ID: 54E1BD33.2080803@dalibo.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce


## A real-time monitoring screen based on Dashing and Sinatra

PostgreSQL Dashboard is simple monitoring tool that provides a live
activity report of a PostgreSQL instance.

Here's a screenshot :
https://raw.githubusercontent.com/daamien/pgDashboard/master/public/pgdashboard.screenshot2.png

It is designed to be displayed on a large screen in a monitoring room or
an open space office. The current dashboard is currently composed of 5
widgets :

* General Info : Version, number of host databases, etc.
* Hit Ratio : The % of data found in cache
* Buffers : The number of new buffers allocated
* Queries : The number of active queries currently running
* Twitter : A glimpse of the #PostgreSQL feed

## Extensibility

Adding a new widget should be fairly easy. This tool is designed so that
you can write a custom widget to display the stats you find relevant or
a dynamic graph on some "business logic" valuation.

The layout is also entirely flexible. You can easily drag'n'drop any
widget to put it wherever you want on the screen. And HTML code of the
dashboard can be modified for specific needs, such as specific screen
dimensions.

## Links & Credits

Some parts of this tool are based on the work done on other PostgreSQL
tools, especially [pgstats](https://github.com/gleu/pgstats) and
[pgcluu](http://pgcluu.darold.net/)

PostgreSQL Dashboard is an open project distributed under the PostgreSQL
license. Any contribution to build a better tool is welcome. You just
have to send your ideas, features requests or patches using the GitHub
tools.

**Links :**

* website: http://daamien.github.io/PostgreSQL-Dashboard/
* code: https://github.com/daamien/PostgreSQL-Dashboard

Browse pgsql-announce by date

  From Date Subject
Next Message Boris Kolpackov 2015-02-16 14:18:06 ODB C++ ORM 2.4.0 released, adds object loading views
Previous Message David Fetter 2015-02-16 01:29:26 == PostgreSQL Weekly News - February 15 2015 ==