Re: How to analyze load average ?

From: "Tomas Vondra" <tv(at)fuzzy(dot)cz>
To: "Condor" <condor(at)stz-bg(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to analyze load average ?
Date: 2012-08-06 14:38:33
Message-ID: c0a814fcc09ecf40d60821ca8cc7b855.squirrel@sq.gransy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6 Srpen 2012, 16:23, Condor wrote:
> Hello,
>
> can some tell me, how I can analyze from where my server bring up load
> average ?
>
> ...
>
> When I connect to server i see only 2 query with select * from
> pg_stat_activity;
> that is not complicated, select rid from table where id = 1;
> Both tables have index on most frequently columns. When I check my
> server load average is 0.88 0.94 0.87
>
>...
>
> Any one can tell me how I can find from where that load average is so
> high ?

Errr, what? Why do you think the load average is high?

Load average is defined as a number of processes in the run queue (i.e.
using or waiting for a CPU). So the load average "0.88 0.94 0.87" means
there was less than one process waiting for CPU most of the time. I
wouldn't call that "high load average", especially not on a 32-core
system.

Tomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Felder 2012-08-06 14:54:55 Re: How to analyze load average ?
Previous Message Condor 2012-08-06 14:23:14 How to analyze load average ?