- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 100% CPU Utilization
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
10-27-2003 01:36 PM
10-27-2003 01:36 PM
100% CPU Utilization
I would like to know what "100% CPU Utilization" really means? For example, I have a Blade1000 Dual-CPU 900MHz/8GB RAM running Solaris8. I have only one Dolphin job running, and the "top" command shows that the CPU is 100% used. I thought 1 job could use at most 1 CPU, thus the CPU normalization would be more or less 50% for a Dual-CPU server?
Thanks!
--alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:48 PM
10-27-2003 01:48 PM
Re: 100% CPU Utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:59 PM
10-27-2003 01:59 PM
Re: 100% CPU Utilization
And the process to utilize both the CPU should be multi-threaded application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 02:10 PM
10-27-2003 02:10 PM
Re: 100% CPU Utilization
If you write a program to be multi-threaded, it can actually use 100% of many CPU's. Most scripts however don't do that, which explains the second CPU not being used at full capacity.
A lot of this depends on how the OS handles SMP. There are also a lot of background programs handling things like disk i/o and daemons that will use some time slices on CPU's. Thats why when the OS is working you'll never see complete idle on the CPU's.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:45 PM
10-27-2003 03:45 PM
Re: 100% CPU Utilization
-Brian.