- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cpu utilization on a V class
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
Forums
Discussions
Discussions
Discussions
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
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
12-22-2003 02:25 AM
12-22-2003 02:25 AM
cpu utilization on a V class
I have a V class server that I am using it as a database server. It has 4 cpus and runnig 4 oracle databases. When I do the "top", only the 4th CPU shows over %99 utilized. Anything I can do to make all the cpus utilized? I have attached the word document print screen of the display. I appreciate any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:31 AM
12-22-2003 02:31 AM
Re: cpu utilization on a V class
You do not have to change a thing in UNIX because it will distibute the load equally over the CPU's as long as the application/query supports that. It must be Multy Threaded. I Think a DBA should be able to help you.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 02:34 AM
12-22-2003 02:34 AM
Re: cpu utilization on a V class
As Gideon has pointed out, unless the binary is multi-threaded, it will run on only one processor.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 03:22 AM
12-22-2003 03:22 AM
Re: cpu utilization on a V class
The points about threads have been said but what is oracleGOLDQA doing to consume 98.94%? Get your DBA to have a look as well as using TUSC to have a lookj at it yourself.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2003 03:28 AM
12-22-2003 03:28 AM
Re: cpu utilization on a V class
OS processes, and additional Oracle processes will be assigned to other processors ( as shown in your top output)
However, I'd want to ensure that the 1st process listed in the top output is not misbehaving for some reason. (index problem, hung connections, etc)
It seems unusual for that porcocess to consume so much, and have it's priority raised to that level.