pg_stat_* collection

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: pg_stat_* collection
Date: 2007-05-03 14:45:48
Message-ID: Pine.GSO.4.64.0705031039390.12098@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alexander Staubo 2007-05-03 14:52:55 Re: pg_stat_* collection
Previous Message Tom Lane 2007-05-03 14:23:42 Re: Join vs Subquery