Re: postgres query log analysis? - Mailing list pgsql-general

From George Pavlov
Subject Re: postgres query log analysis?
Date
Msg-id 8C5B026B51B6854CBE88121DBF097A864DEF95@ehost010-33.exch010.intermedia.net
Whole thread Raw
In response to Re: postgres query log analysis?  ("Larry Rosenman" <ler@lerctr.org>)
Responses Re: postgres query log analysis?  (Chris <dmagick@gmail.com>)
List pgsql-general
> Look into pgfouine on pgFoundry.
> http://pgfoundry.org/projects/pgfouine/

thanks! definitely much better, but still not entirely believable, at
least on first try. e.g. i have a query with 4 conditions in the ORDER
BY. pgfouine reports show the query as having the last 3 of those
repeated 18 times! it also fails to normalize a lot of the queries
(seems related to prepared statements). the "queries by type" and the
"hourly reports" are way off (the "queries by type" table has no rows,
the total queries in the hourly statistics section do not match the
number of queries count in the "overall statistics" section and the
select and "write" queries parts all show as 0). all of these problems
are in syslog mode, stderr mode is probably a bit worse. i will play
with the tool some more and try to diagnose the various problems better.

george


pgsql-general by date:

Previous
From: "Alex Turner"
Date:
Subject: Size of tuples
Next
From: Ron Johnson
Date:
Subject: Re: Size of tuples