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
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
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-24-2002 05:56 AM
тАО06-24-2002 05:56 AM
max load
Doe anybody knows what the maximal load for a hp-unix machine is? I made a tool witch reports me when the load is higher than 4 (average of 15 minutes). But this is only a guess. I do not know what the real maximum is. I have a (production) machine who always has a load around the 3, is this to much?
Thanks,
Robert Verhagen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:07 AM
тАО06-24-2002 06:07 AM
Re: max load
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:12 AM
тАО06-24-2002 06:12 AM
Re: max load
in my experience, loads of 3-4 have not been a problem, but again it depends on what is acceptable response time. If your users are not complaining, then things are probably OK.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:12 AM
тАО06-24-2002 06:12 AM
Re: max load
i dont know about maximum but recommended is 1 per cpu, so on a 4 cpu system a load of 4 is about the max before your performance will degrade.
However, when an HP servers develops a hardware or i/o problem the load average (from uptime) can skyrocket into the hundreds! ive seen them over 200 and yet users can still work. You will need a reboot to resolve once youve fixed the hardware or i/o problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:17 AM
тАО06-24-2002 06:17 AM
Re: max load
Typically, any load value of 3 or higher needs to be looked into, as you could be experiencing some kind of bottlnecking (memory, LAN, I/O, etc.)
If you have glance installed, I would suggest using it. If you don't have it installed, you can install an evaluation copy from you Application CDs.
The glance tool is much more robust than top or sar, as it has hooks directly into the kernel, which will give you a much more accurate "real time" (is there such a thing? 8^) ) reading of your system.
After using glance to analyze your system, you should be able to get a better idea of where your current/potential problems lie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:34 AM
тАО06-24-2002 06:34 AM
Re: max load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:42 AM
тАО06-24-2002 06:42 AM
Re: max load
the load is the "number of running or runable processes in xxx minutes" as seen from say top.
there is not actual MAX load as you could have a load average of 100, which MIGHT mean 100 runable processes, but they are blocked on IO.
Personally I use MeasureWare to diagnose if you are CPU bound. The metrics to look at are
GBL_PRI_QUEUE & GBL_RUN_QUEUE. If both of these are high (the manual suggests 3) AND GBL_CPU_TOTAL_UTIL is high (>80%) then you can be fairly confident that you are CPU bound.
Also bear in mind that this situation can also occur when processes spawn new processes very quickly. So you might not be required to buy new CPU's just alter the way your apps work. It is worth looking at what you DB/application guys think before buying more CPUs.
Just my thoughts
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:52 AM
тАО06-24-2002 06:52 AM
Re: max load
The maximum load usually defined is the number of CPUs on the system.
However, it is true if the following condition is true.
Do a sar 2 20 and observe the output. %usr should usually be far higher than %sys and %wio. If %sys and %wio look abnormal, then you mostly have a bottleneck on the system and the above max load formula is not valid.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:54 AM
тАО06-24-2002 06:54 AM
Re: max load
But Unix is a multitasking operating system and the number of changes of programs during one second can be staggering, dozens to hundreds. So if you had 500 programs running and each program simply asked for a status over the LAN and got a short response, and these program ran as fast as possbile, you might have a run queue of 200 to 400, yet all is well, people can log in and read email, etc.
On the other hand, runaway programs could loop around asking the operating system to perform useless tasks that require enormous system overhead both on disk and LAN (tasks that require a spinlock on multi-cpu systems are the worst) and the system might have a run queue of 2x the number of CPUs and it will almost impossible to login.
Therefore, the run queue ("load" from top and uptime) is by itself, a meaningless value. It should only be used in conjunction with other metrics.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2002 06:56 AM
тАО06-24-2002 06:56 AM
Re: max load
Also at higher loads like 12 and above the system utilities like mail , predective stop wroking , we have a system with 32 CPUs and I ahve seen it to go about 22 load factor thought that is very abnormal.
Manoj Srivastava