Server statistics monitoring?

From: Israel Brewster <israel(at)ravnalaska(dot)net>
To: "pgsql-general(at)postgresql(dot)org general" <pgsql-general(at)postgresql(dot)org>
Subject: Server statistics monitoring?
Date: 2015-01-29 22:12:26
Message-ID: 7348CA2E-9E72-4DA5-9E92-2AF8B444873C@ravnalaska.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm working on setting up a new PostgreSQL database server, and would like to be able to monitor a number of statistics on it, such as:

number of connections
number of queries
query times
etc.

All these stats are easily available, either from the pg_stat_statements view (which I have enabled) and the like, or the log file (turn on log connects/disconnects), and I figured there would be a plethora of options available for monitoring these things. However, in searching around so far all I've found are a couple of hosted solutions. Granted, they look fairly nice, but we'd much prefer to keep this in-house. Paid solutions are fine, as long as the cost is reasonable, but we do want full-control. Before I spend my time writing my own solution, is there anything out there that can make nice graphs of various postgresql metrics? Thanks.
-----------------------------------------------
Israel Brewster
Systems Analyst II
Ravn Alaska
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7293
-----------------------------------------------

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Heaney 2015-01-29 22:20:44 Re: Server statistics monitoring?
Previous Message Roger Pack 2015-01-29 21:58:14 Re: 4B row limit for CLOB tables