- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High load Average
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
06-06-2005 02:57 AM
06-06-2005 02:57 AM
I have a couple of hpux 11.11 systems that are showing a very high load average (uptime). They are both in the 14-16 range, one of them got as high as 30. The thing is that there are no processes at 90-100% and SAR is showing the system to be pretty-much idle. The thing is that the system is running fine. In the past, whenever a system has a load average above 5, we would notice right away because the system would be so slow. Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 03:23 AM
06-06-2005 03:23 AM
Re: High load Average
Can you post those 2 files:
#vmstat -dnS 6 100 > vmstat.log
#sar -bv 6 100 > sar.log
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 04:39 AM
06-06-2005 04:39 AM
SolutionIn my opinion, the load average is no longer a good performance measure, at least when taken from the traditional tools (top, uptime, etc). Glance is more realistic when giving out performance metrics.
In the older years, having a load over 10 meant we were in trouble. It's no longer the case. I ran some tests with a special CPU hogging program taken from the HP Performance and Monitoring course (waste.c) and by tweaking it, I've been able to artificially inflate the load average to over 100 - and the system was still responding correctly.
The waste.c description in the source is that it "slips all of its processing in between clock ticks".
It seems that most modern processes, especially java-based, have lots of threads. I *THINK* that these threads might get executed within a very short period like the waste.c program does, and this might explain why we get high load averages.
In my case, I changed our monitoring scripts to report problems if the load average goes beyond 30. It's much higher than before, but it works well.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 05:06 AM
06-06-2005 05:06 AM
Re: High load Average
Sally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 02:43 PM
06-06-2005 02:43 PM