Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

Re: [suse-oracle] CPU utilization on system level

Fabrizio Magni

2006-11-16

Replies:

>
> About 20 connection per minute.


Hi Andrew,
are you relying on a connection pool? Or are the connections created and
destroyed continuously?
In the latter then (if not using shared connections) you are costantly
creating and destroying processing generating a consistent overhead (which
ii showed by sys CPU utlization).

Two more things:
- you are indeed doing I/O: most writing. can you post some lines of iostat?
- your application can be cpu intensive. What are you doing on the
application side? What's the application supposed to do?

Best regards
Fabrizio
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.