- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- load average high ?
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-23-2004 10:52 PM
06-23-2004 10:52 PM
load average high ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 10:58 PM
06-23-2004 10:58 PM
Re: load average high ?
There are several cases when the process can go to sleep like executing a sleep system call or waiting for a resource etc. If you have many process sleeping then there could be a deadlock for a resource. Just check what applications are sleeping and what are they waiting for.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 10:59 PM
06-23-2004 10:59 PM
Re: load average high ?
http://www.cim.mcgill.ca/~franco/OpSys-304-427/lecture-notes/node16.html
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 11:08 PM
06-23-2004 11:08 PM
Re: load average high ?
. It waits on a resource (reading a pipe, accessing the memory...)
. It has been scheduled by OS. OS determines (regarding process demands, priority, load...) if a process must run or sleep.
This two things may not be tunable, but keep on mind that a server having a load greater than 1 is not a problem. You may have a problem when system spend more time scheduling processes than running programs.
You can decrease load by running less program. As it is oftenly nor possible, yu may have to scale your server (higher speed CPUs, or more CPUs...).
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 11:09 PM
06-23-2004 11:09 PM
Re: load average high ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 12:24 AM
06-24-2004 12:24 AM
Re: load average high ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)