- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What is the maximum value of 'load' ?
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-14-2000 08:30 AM
06-14-2000 08:30 AM
What is the maximum value of 'load' ?
What is the maximum possible value of 'load', i.e. from 'top' utility ?
And what does it come from, how it is being calculated ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 09:54 AM
06-14-2000 09:54 AM
Re: What is the maximum value of 'load' ?
It should be 1 or less. If it is more than that most of the time, the system is cpu bound, and you will probably need to add cpus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 09:56 AM
06-14-2000 09:56 AM
Re: What is the maximum value of 'load' ?
1) running...literally in a cpu
2) ready to run now...they want a cpu asap
3) waiting for disk i/o to complete...they will want a cpu very soon (in theory)
So the max, I guess, is NPROC, which is the size of the process table. But it would be hard to fill the process table completely with processes in one of the 3 above states.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 10:30 PM
06-15-2000 10:30 PM
Re: What is the maximum value of 'load' ?
I have seen a runq of 1 where the host is obviously over worked and I have seen a runq of 72 (yes 72 - no typo) where the host was performing perfectly.
We are running ITO on a host which spends much of its time around four and peaks at about 12. This is bad. This host is sluggish and performs badly. There was one case where the runq steadily increased from about 1.5 to 7 over a six month period. When it got to 7 processes began to core. In a panick the sys admin doubled the processors and doubled the ram (taken from the standby host) and the runq dropped to about two where its performance was once again acceptable.
In answer to your origonal question - there is no right answer. The keys questions are - Do your processes run as expected? and Is the host performance acceptable? If the answer is yes then you have nothing to worry about.
John Hancock
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2000 08:22 AM
06-16-2000 08:22 AM
Re: What is the maximum value of 'load' ?
First application (database), I checked 'load' and see value less than 0.3. And could not determine the cause of problem. May have to check waiting I/O, but the previous questions say something that applications that wait for I/O should be account to 'load' value too...
Second application (database + script) , 'load' says 6-7 and sometimes 10.
I am curious with the value of 'load'. (In past, I thought it will not go beyond 1) What is it come from, what is the unit (i.e. seconds) and what is the maximum value of it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 07:04 AM
06-19-2000 07:04 AM
Re: What is the maximum value of 'load' ?
As for your database system with a low value, but, sluggish performance, that load value is not showing the whole picture. There is likely a couple of processes that are you database engine. These may be multi-threaded, a whole bunch of users using each process, that Unix or load value is not going to see into. You need to use other tools to drill down.
Don't get too hung up on load value. Don't discard it either. You just need to look deeper.