- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- top problem - Load averages
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-21-2005 10:19 PM
06-21-2005 10:19 PM
top problem - Load averages
Thanks for any comment
FJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 10:23 PM
06-21-2005 10:23 PM
Re: top problem - Load averages
My experience tells me that CONSISTENT loads above 10 are bad. Nevertheless, you can have spikes above those 10 but it is bad is the system stays there.
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 12:44 AM
06-22-2005 12:44 AM
Re: top problem - Load averages
Generally, loads that cause slowdowns for everyone are related to disk activity rather than CPU usage.
A very high CPU usage seldom causes any apparent slowdown for users. That's because after a few seconds of 100% CPU usage, the priority of these programs is adjusted to allow other short-lived programs to run as needed. You can use 100% CPU with the simple set of commands:
while :
do
:
done
This starts the shell into an infinite loop (CTRL-C to terminate) which consumes 100% of one processor. Start dozens or hundreds of these processses and you'll still be able to login and run vi, etc. This is the nature of timesharing.
Occasionally, a runaway process or a bug in the kernel may cause runaway system activity such that the load factor is very high (5-10 times the number of porcessors) and this would be fixed by tracking down the process or installing the latest patches.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:18 AM
06-22-2005 02:18 AM
Re: top problem - Load averages
In my previous comment, I was talking of my experience in my systems and those are one-processor ones...
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 03:23 AM
06-22-2005 03:23 AM
Re: top problem - Load averages
top is the least accurate of available tools. Does glance/gpm or sar show the same issue?
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
06-22-2005 07:43 PM
06-22-2005 07:43 PM
Re: top problem - Load averages
As long as the load is below the number of cpu-s, you will not get a much better performance if you get more cpu-s (performance boost will be minimal).
Once the load is more than the number of cpu-s, you will get some performance improvements if you install/activate more cpu-s.
My experience: I had more cpu-s than load and installed seti@home. I saw the load increase by (about) 1 for each seti@home instance.