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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: CPU Pegged at 100%

RE: CPU Pegged at 100%

From: <Jared.Still_at_radisys.com>
Date: Fri, 26 Apr 2002 14:28:43 -0800
Message-ID: <F001.0045127C.20020426142843@fatcity.com>


Thank you Gaja, for not forward 240k
of extraneous junk that is appearing in every other message in this thread.

Jared

Gaja Krishna Vaidyanatha <oraperfman_at_yahoo.com> Sent by: root_at_fatcity.com
04/26/2002 02:43 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        RE: CPU Pegged at 100%


Hi Raghu,

Can you trace a couple of your top sessions by setting 10046 and see which SQL statements are causing the most resource consumption. This will give us an idea of the "cause". The "effect" that you are seeing is a very high level of CPU consumption and waits for the cache buffers chains latches.

>From the look of it (and we need to confirm this with
the trace data), your SQL statements are probably performing more logical I/O than what is required. The report you shared with us, reveals 5,806 Logical I/Os per second over a 24.42 minutes. With 1482 seconds in this time period, the amount of logical I/O performed is 8,604,492 blocks. How many concurrent sessions did you have then?

The symptom of cache buffers chains contention may corroborate that there could be more logical I/O performed than what is required. You need to investigate what is causing this and whether or not this is reasonable?

One of the potential reasons for this could be "over-indexing" of the tables and/or "forceful use of indexes for many queries", which may do quite well with full-table scans. Use the 10046 trace data as your "starting point" to take you down the right path for your problem solving process.

Cheers,

Gaja


Gaja Krishna Vaidyanatha
Director, Storage Management Products,
Quest Software, Inc.
Co-author - Oracle Performance Tuning 101 http://www.osborne.com/database_erp/0072131454/0072131454.shtml

Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gaja Krishna Vaidyanatha
  INET: oraperfman_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Apr 26 2002 - 17:28:43 CDT

Original text of this message

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