- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load Average in the 30's but system fine
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-02-2005 04:40 AM
06-02-2005 04:40 AM
My uptime is reporting a load average in the 30's but the system is fine. Top shows all processes in control and the system is not slow at all. WE did have a runaway a couple of days ago and I killed it and since then the system has been fine. Is there anyway to clear the runqueue or whatever that "load" represents?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 05:22 AM
06-02-2005 05:22 AM
Re: Load Average in the 30's but system fine
UNIX95= ps -e -o ruser,vsz,pid,pcpu,args | more
You can then sort it on any field you want.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 05:32 AM
06-02-2005 05:32 AM
Re: Load Average in the 30's but system fine
Taking a guess - any pfs mounting done recently and have trouble?
Any shells (ksh) proces hanging out there with no association?
Many possibilities, need to investigate further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 05:32 AM
06-02-2005 05:32 AM
SolutionIt's not the run queue that you have to worry about - that just shows the system is doing a lot of work, apparently efficiently as you say response is fine.
What you *do* have to worry about is the priority queue. If that starts going up then you'll have trouble. It shows processes being bumped off the CPU without completing their jobs. That's when the system will slow down.
So check the priority queue via glance/gpm & you'll see low values, I'm sure.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:06 AM
06-02-2005 08:06 AM
Re: Load Average in the 30's but system fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:30 PM
06-02-2005 02:30 PM
Re: Load Average in the 30's but system fine
NOTE: uptime and top report the runqueue average as a "load" but it is definitely not what you think. The "load" is the average run queue length over the measurement period. Suppose you have a program that is doing polling and simply queries the kernel 10 times per second. Now start the same program 10 times and now the context switch time is 100 times per second with virtually no user time.
There is nothing to clear in the runqueue--your system is doing what the programs tell it to do. I would take a ps listing and reboot. If the load returns to normal, find the programs that no longer are running after a reboot.
Bill Hassell, sysadmin