Re: Spurious Stalls

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Spurious Stalls
Date: 2014-06-12 21:30:11
Message-ID: 539A1BE3.2090909@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/12/2014 12:57 PM, Christopher Nielsen wrote:
>
> With a problem like this, I am not exactly positive how to proceed. I
> am really looking forward to hearing your thoughts, and opinions, if
> you can share them.

keep a shell session open with a superuser role (eg, postgres), and next
time its hammered, try SELECT * FROM PG_STAT_ACTIVITY

look for things that are waiting = t and such.

also, if the server is 100% CPU bound, see what processes are using all
that CPU. ps -auxw should show the sql commands in addition to
'postgres' or 'postmaster'. you can compare the PID shown in ps output
with the pid (or procpid if an older release) in pg_stat_activity, too.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2014-06-12 22:55:09 Re: max_connections reached in postgres 9.3.3
Previous Message Kevin Grittner 2014-06-12 20:32:45 Re: max_connections reached in postgres 9.3.3