Re: postgres query log analysis?

From: "George Pavlov" <gpavlov(at)mynewplace(dot)com>
To: "Larry Rosenman" <ler(at)lerctr(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgres query log analysis?
Date: 2006-10-10 01:00:19
Message-ID: 8C5B026B51B6854CBE88121DBF097A864DEF95@ehost010-33.exch010.intermedia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2006-10-10 01:21:17 Re: Size of tuples
Previous Message Alex Turner 2006-10-10 00:10:56 Size of tuples