- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High CPU usage by Oracle processes
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 07:39 AM
тАО06-07-2002 07:39 AM
High CPU usage by Oracle processes
I'm having a performance problem with a machine. The CPU is near 100%. After seeing what processes are the guilty ones I've seen they are some Oracle ones. I'm a newbie with Oracle. Here I send you the init.ora file. I'm afraid the DB is not well dimensioned. There are a lot of processes like:
oracle 28834 1 19 11:07:16 ? 0:00 oracleNMPROD (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ))
they end very fast, but there are many of them each second.
So my question is, how could be reduced the CPU usage (if possible)?
Memory 512 MB
2 CPU's 450 MHZ
SO HPUX 11.0
Thank you very much for your help,
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 07:41 AM
тАО06-07-2002 07:41 AM
Re: High CPU usage by Oracle processes
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 07:50 AM
тАО06-07-2002 07:50 AM
Re: High CPU usage by Oracle processes
Take a Look at this thread,
http://technet.oracle.com/doc/hp/server.804/A59371_01/ch3_opt.htm#8830
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 08:04 AM
тАО06-07-2002 08:04 AM
Re: High CPU usage by Oracle processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 08:24 AM
тАО06-07-2002 08:24 AM
Re: High CPU usage by Oracle processes
timeslice is 10;
Thank you very much. I've seen in Glance that the CPU is being used mainly by these system calls:
System Call Name ID Count Rate CPU Time Cum CPU
--------------------------------------------------------------------------------
exit
1 446 91.0 0.62159 148.23025
fork 2 984 189.2 0.43792 107.06064
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 08:34 AM
тАО06-07-2002 08:34 AM
Re: High CPU usage by Oracle processes
With the information you ahve provided , the first thing look like is that you ahve a lesser memory , can you porst a o/p of like sar 2 5 which shouls the CPU usage , also waht are the kernel parameters of HP UX . The best way to figure out would be know is really CPU used for more memory i/o , what is the swap size , mem utilization etc , physical , logical reads , etc .
A good palce to star would be to post the sar o/p , and also vmstat o/p .
If you are sure taht it is not the OS and the same is proeperly tuned then you amy look at the following :
http://web.singnet.com.sg/~petermag/tune.html
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2002 10:55 AM
тАО06-07-2002 10:55 AM
Re: High CPU usage by Oracle processes
Are you running a listener process, and if so, are you communication with a webserver?
or
Are you running a stand alone OLTP system where you are serving terms to your users, etc.?