Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: your experiences to cpu-consumption on multi-cpu-hardware

Re: your experiences to cpu-consumption on multi-cpu-hardware

From: Richard Foote <richard.foote_at_bigpond.com>
Date: Fri, 27 Jun 2003 23:56:55 +1000
Message-ID: <nSXKa.2205$p8.92134@newsfeeds.bigpond.com>


"Billy Verreynne" <vslabs_at_onwe.co.za> wrote in message news:bdh47f$sms$1_at_ctb-nnrp2.saix.net...
> Jim Kennedy wrote:
>
> > Often high CPU usage is an indication of lack of bind
> > variables in an application.
>
> Could be. Could not be.
>
> High CPU usage is however *not* a Bad Thing (tm).
>
> CPU's are there to work. An idle CPU is useless. High CPU utlisation
should
> mean _effective_ use of CPU resources. That is what one should be aiming
> for (as oppose to some who seem to think that performance tuning means
> trying to get a high as possible idle time on the CPU).
>

Hi Billy,

That's actually a good point.

You want each "process" (in it's general definition) to be as efficient as possible and to use as little resources, including CPU as possible. Not so much because it'll waste resources (which may otherwise never be used so what are you really wasting) but simply because the task will take longer. However it you have a whole bunch of processes each wanting to use CPUs, well that's kinda why they're there and while nothing is unnecessarily waiting for the resource, which is the key point, you have an environment that can cope with the required demand.

Cheers

Richard Received on Fri Jun 27 2003 - 08:56:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US