From: | Arjen van der Meijden <acm(at)tweakers(dot)net> |
---|---|
To: | 'Jan Poslusny' <pajout(at)gingerall(dot)cz>, 'Ruben' <ruben12(at)superguai(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postmaster only takes 4-5% CPU |
Date: | 2003-05-29 13:50:06 |
Message-ID: | 001501c325e9$3a390950$3ac15e91@acm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Since there is 2.1% system usage, kjournald has cpu-usage and postgres
has the status 'D' that's probably the case.
Arjen
> Jan Poslusny wrote:
>
> Did not your postmaster wait for harddisk ?
>
> Ruben wrote:
> > Hi all:
> >
> > When I run a (big) query from pgsql, postmaster used to take almost
> > 100%
> > of CPU. Now, with aparent no reason, Postmaster only takes
> 4-5% CPU and
> > the same query takes really longer to finish.
> >
> > I have tried renicing -20 postmaster but it still only takes a small
> > percentage of CPU, while 90% is idle.
> >
> > This is a "top" screen while running the query:
> >
> > 2:27pm up 5 min, 2 users, load average: 0,80, 0,26, 0,08 74
> > processes: 72 sleeping, 2 running, 0 zombie, 0 stopped CPU states:
> > 3,1% user, 2,1% system, 0,0% nice, 94,6% idle
> > Mem: 1031012K av, 246040K used, 784972K free, 0K
> shrd, 11496K
> > buff
> > Swap: 2040244K av, 0K used, 2040244K free
> 196916K
> > cached
> >
> > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM
> TIME COMMAND
> > 1165 postgres 0 -20 3476 3476 2912 D < 4,5 0,3
> 0:02 postmaster
> > 268 root 15 0 0 0 0 SW 0,1 0,0
> 0:00 kjournald
> >
> > Any idea of how can I get postmaster to eat as much CPU as possible?
> >
> > Thanks a lot! Ruben.
> >
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Wieck | 2003-05-29 13:52:14 | Re: How to deny user changing his own password? |
Previous Message | Shridhar Daithankar | 2003-05-29 13:47:41 | Re: Postmaster only takes 4-5% CPU |