Getting time-dependent load statistics

From: Torsten Bronger <bronger(at)physik(dot)rwth-aachen(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Getting time-dependent load statistics
Date: 2009-02-20 10:35:02
Message-ID: 87d4ddgzvt.fsf@physik.rwth-aachen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hallöchen!

Yesterday I ported a web app to PG. Every 10 minutes, a cron job
scanned the log files of MySQL and generated a plot showing the
queries/sec for the last 24h. (Admittedly queries/sec is not the
holy grail of DB statistics.)

But I still like to have something like this. At the moment I just
do the same with PG's log file, with

log_statement_stats = on

But to generate these plots is costly (e.g. I don't need all the
lines starting with !), and to interpret them is equally costly. Do
you have a suggestion for a better approach?

Tschö,
Torsten.

--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten(dot)bronger(at)jabber(dot)rwth-aachen(dot)de

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2009-02-20 10:53:28 Re: Query with date where clause is very slow
Previous Message Jasen Betts 2009-02-20 09:50:25 Re: postgres wish list