Re: pg_stat_* collection

From: "Alexander Staubo" <alex(at)purefiction(dot)net>
To: "Greg Smith" <gsmith(at)gregsmith(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: pg_stat_* collection
Date: 2007-05-03 14:52:55
Message-ID: 88daf38c0705030752sa4e38c3h78bcb64a651e6b1a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 5/3/07, Greg Smith <gsmith(at)gregsmith(dot)com> wrote:
> Today's survey is: just what are *you* doing to collect up the
> information about your system made available by the various pg_stat views?
> I have this hacked together script that dumps them into a file, imports
> them into another database, and then queries against some of the more
> interesting data. You would thing there would be an organized project
> addressing this need around to keep everyone from reinventing that wheel,
> but I'm not aware of one.

I have a bunch of plugin scripts for Munin
(http://munin.projects.linpro.no/) that collect PostgreSQL statistics.
Graphs like this are useful:

http://purefiction.net/paste/pg_munin_example.png

I have been considering tarring them up as a proper release at some
point. Anyone interested?

Alexander.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Fei Liu 2007-05-03 15:02:21 Re: Query performance problems with partitioned tables
Previous Message Greg Smith 2007-05-03 14:45:48 pg_stat_* collection