Re: Postgres stats collector showing high disk I/O

From: Justin Pasher <justinp(at)newmediagateway(dot)com>
To: depesz(at)depesz(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres stats collector showing high disk I/O
Date: 2010-04-23 21:49:38
Message-ID: 4BD215F2.307@newmediagateway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

----- Original Message -----
From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
Date: Fri, 23 Apr 2010 23:40:35 +0200
Subject: Re: [GENERAL] Postgres stats collector showing high disk I/O
To: Justin Pasher <justinp(at)newmediagateway(dot)com>
CC: pgsql-general(at)postgresql(dot)org
> On Fri, Apr 23, 2010 at 03:27:55PM -0500, Justin Pasher wrote:
>
>> haven't tweaked any settings from the defaults. My
>> $PGDATA/global/pgstat.stat file is about 18MB, if that helps. Does
>> it really rewrite this entire file every 500ms? Alvaro suggested
>> resetting the stats, but I'm having trouble figuring out how to do
>> that. Seems like pg_stat_reset() is post- 8.1 ...?
>>
>
> I don't have 8.1 handy, but according to this:
> http://www.postgresql.org/docs/8.1/interactive/monitoring-stats.html
> pg_stat_reset() should be available in 8.1.
>
> Best regards,
>
> depesz
>

Agh... I used pg_stats_reset (with an s) when searching for it. I ran
the function and it returned true, but the stats file only shrunk by
~100k (still over 18MB total). Is there something else I need to do?
Does this mean the file is mostly bloated with bogus data that it can't
"reset"? I'm guessing I should just try to delete the file outright?

--
Justin Pasher

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Giancarlo Boaron 2010-04-23 21:57:26 Problem with pg_prepare
Previous Message hubert depesz lubaczewski 2010-04-23 21:40:35 Re: Postgres stats collector showing high disk I/O

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-04-23 22:03:56 Re: recovery_connections cannot start (was Re: master in standby mode croaks)
Previous Message Robert Haas 2010-04-23 21:43:00 Re: recovery_connections cannot start (was Re: master in standby mode croaks)