Re: PostgreSQL using 100% CPU - Mailing list pgsql-admin

From Emanuel Calvo Franco
Subject Re: PostgreSQL using 100% CPU
Date
Msg-id f205bb120907160653p10857e5bsb6332ce61cb5114@mail.gmail.com
Whole thread Raw
In response to PostgreSQL using 100% CPU  (rasa <openok@gmail.com>)
List pgsql-admin
>  I migrate from Win/MSSQL to FC/PostgreSQL. After month of work on fedora
> postgresql server, accounters can't calculate one form. I detect, that
> postgres process use a 100% of CPU.
>  How solve this problem? Thanks a lot.
>
> 2 CPU, 4 Gb RAM, 2x250 Gb (229 Gb free), autovacuum is on.
>

Try to get this data:

select * from pg_stat_activity; (shows you the backends running)
With this try to detect if a query is hang on the server.


Could be some problems in the I/O,too.


--
              Emanuel Calvo Franco
      www.emanuelcalvofranco.com.ar
          ArPug.com.ar / aosug.com.ar

pgsql-admin by date:

Previous
From: Andreas Wenk
Date:
Subject: Re: Where 8.4.0 binaries-no-installer for win32
Next
From: "J. Carlos Muro"
Date:
Subject: Tests with switch of WAL segment files.