Re: Statistics collecting problem - Mailing list pgsql-admin

From Tom Lane
Subject Re: Statistics collecting problem
Date
Msg-id 23935.1079707750@sss.pgh.pa.us
Whole thread Raw
In response to Statistics collecting problem  ("Nikolay Mihaylov" <pg@nmmm.nu>)
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: SOS ---- Could you help me with postgresql.....????
Next
From: Tom Lane
Date:
Subject: Re: pgdump - What happens to data modifications (INSERT, UPDATE, DELETE) while pgdump is running?