Re: Statistics collecting problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statistics collecting problem
Дата
Msg-id 23935.1079707750@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Statistics collecting problem  ("Nikolay Mihaylov" <pg@nmmm.nu>)
Список pgsql-admin
"Nikolay Mihaylov" <pg@nmmm.nu> writes:
> Statistic collector not work!
> Where we do mistake. This worked before on 7.3.2:

Maybe some problem binding the UDP socket for statistics gathering?
Look at the first few lines of the postmaster's log to see if there's
any error messages concerning stats collector startup.

It seems possible also that the stats messages are being dropped due
to kernel packet filtering.  (In fact, that's probably the most likely
theory, because I think stats_start_collector would be set false if
the postmaster had detected any problems with binding the socket.)
Take a look at your ipchains or iptables configuration.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: SOS ---- Could you help me with postgresql.....????
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgdump - What happens to data modifications (INSERT, UPDATE, DELETE) while pgdump is running?