- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU Bottleneck
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
09-21-2002 11:30 AM
09-21-2002 11:30 AM
CPU Bottleneck
Can any one give some suggestions ...
surya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 08:19 PM
09-21-2002 08:19 PM
Re: CPU Bottleneck
Possibly the application that you are running is a 32 bit one , typically that will not be mutlithreaded and ti will grab one cpu only , so you will find that one of the cpus's will be high where as the others are low , incase you have multithreaded app then you can posibly distribute the load etc.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 09:48 AM
09-22-2002 09:48 AM
Re: CPU Bottleneck
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 03:06 PM
09-22-2002 03:06 PM
Re: CPU Bottleneck
My guess is that it is the former, and maybe needs to be killed. If you are unsure what it is paste a copy of your 'top' output. An easy way is to do a 'top -f'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 02:55 AM
09-23-2002 02:55 AM
Re: CPU Bottleneck
In the output of top you should see the CPU number each process runs on, and, since there are many processes running by default, you should see all CPU-numbers in the output.
If not, something is seriously wrong: one or more CPU's are not functioning...
Regards,
Timo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 07:41 AM
09-23-2002 07:41 AM
Re: CPU Bottleneck
In any case, only one person can drive one automobile at a time. It is the same with processes (or kernel level threads) and CPUs.