Обсуждение: How to monitor postmaster to find a trouble query?

Поиск
Список
Период
Сортировка

How to monitor postmaster to find a trouble query?

От
"lt"
Дата:
Hi,
    I am running a productive server of postgresql 7.03, but sometimes it have a high load average value more than 10,
itmust be caused by a trouble query, although I have carefully checked my queries, I still can not find which query
madethis. I wish there is a way to monitor the query, for example, when I use 'top' find a postgres process take more
than50% CPU, I can check which query is executed in it. I have tried add query=4 in pq_options file, but nothing
recordedin syslog.  


Re: How to monitor postmaster to find a trouble query?

От
Tom Lane
Дата:
"lt" <ltshadow@basecity.com> writes:
>     I have tried add query=4 in pq_options file,
>     but nothing recorded in syslog.

Are you starting the postmaster with -S ?  That suppresses its log...

            regards, tom lane