- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: high load while cpu state almost 100% idle?
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
08-25-2003 11:39 PM
08-25-2003 11:39 PM
high load while cpu state almost 100% idle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 11:41 PM
08-25-2003 11:41 PM
Re: high load while cpu state almost 100% idle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 11:48 PM
08-25-2003 11:48 PM
Re: high load while cpu state almost 100% idle?
Maybe the process doprocs of messdev is doing many time the same thing on the same disk.
Try
ls -laR / > /tmp/1 &
ls -laR / > /tmp/2 &
ls -laR / > /tmp/3 &
you will see the heavy load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 12:41 AM
08-26-2003 12:41 AM
Re: high load while cpu state almost 100% idle?
Load averages: 1.17, 1.22, 1.25
Looking at the current figures from one of my systems that is under "normal" use, I have
Load averages: 0.96, 1.31, 1.63
If the load was to get to 4 or higher, I'd maybe start to look at what jobs were running on the system. I've seen systems with the hardware problems that Stefan mentioned, and the load generally exceeds 10 (30 or more is not uncommon, depending on the use of the system), and I've seen a system that had a load of over 90 in an extreme case.
All in all, I'd say you've little to worry about here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 12:56 AM
08-26-2003 12:56 AM
Re: high load while cpu state almost 100% idle?
Thanks,
Robert verhagen.