Re: My server is oddly very slow

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "adrien ducos" <aducos(at)hbs-research(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: My server is oddly very slow
Date: 2011-05-05 17:24:48
Message-ID: 4DC29710020000250003D300@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

adrien ducos <aducos(at)hbs-research(dot)com> wrote:
> Kevin Grittner a écrit :

>> What does this show?:
>>
>> free -m

> total used free shared buffers cached
> Mem: 3042 3000 41 0 4 2896
> -/+ buffers/cache: 99 2942
> Swap: 1983 1 1982

This was while the PostgreSQL server was running and showing
shared_buffers = 512MB? If so, there's something seriously wrong
with your OS.

>> The first line in vmstat (which is all you get if you run it
>> without a number) is averages since the OS was booted. That's
>> not usually very helpful. What does this show?:
>>
>> vmstat 1

> same for vmstat 1 while runing the query
>
> vmstat 1
> procs -----------memory---------- ---swap-- -----io---- -system--
> r b swpd free buff cache si so bi bo in cs
> 0 0 1280 45752 4496 2963460 0 0 29 45 0 1

Those look like the sort of useless numbers you get on the *first*
line of vmstat, even with a number. What did a few of the *other*
lines look like while the query was running?

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Stearns 2011-05-05 22:39:16 Re: Unable to Insert Row
Previous Message Dinesh Bhandary 2011-05-05 17:16:42 Re: worker took too long to start; cancelled ( postgres 9.0.3)