- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High 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
10-26-2006 02:02 PM
10-26-2006 02:02 PM
I know that this subject has been beat to death in past forums, so Please hear me out.
I have spent many hours on this both in research and reading the forums that have anything to do with Load Averages. Bill Hassel and Stephen Protter have shed a lot of light on what Load averages really are and how to read them. Here are my questions......
I am running HP-UX 11i Version 1 on a rp7420 with 16 Gigs of memory and 4 1Gig CPU's.
There are currently 2 users logged in and I have load averages of around 0.34. Do I have something configured incorrectly?
I down loaded the Performance Collection script from one of SEP's forum responses and ran it. Along with a ton of information
The output from the "sar -b" command show that my "%rcache" is 100 and my "%wcache" jumps around a lot and does reach 100 quite often.
Is this good having it reach 100%
Any help would be greatly appreciated!
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:13 PM
10-26-2006 02:13 PM
SolutionYou say you have 2 users logged in and a load average of 0.34. What you don't say is what this server is doing and what the users are doing.
Is it a database server? Application server? NFS? Something else?
%rcache at 100 is pretty good. That means all reads are coming from buffer cache. BUT, the fact that it is 100 leads me to believe that you don't have a lot of data on this server and that there isn't much activity. The %wcache seems to me to bear this out. I would not expect %wcache to be near 100, but I could be wrong. How much buffer cache do you have? What are your min/max_dbc_pct kernel paramaters set to?
Without more information it is very hard to give any more advice. But with what we have I'd say this server is behaving pretty well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:19 PM
10-26-2006 02:19 PM
Re: High Load Averages
I don't understand the question. I can log onto your machine and create a load average of 4.0 in just a few seconds by running 4 copies of a do-nothing script:
while :
do
:
done
A load average os 0.34 means that during the measurement period (1,5,15 mins), some trivial tasks were run but not much else. Were you expecting 0.00?
> Along with a ton of information
The size of your machine means that a *LOT* of money was spent on it. Do yourself a favor and get the Glance package. You can spend a few weeks reading the book "HP-UX Tuning and Performance: Concepts, Tools and Methods" by Robert F. Sauers, et al and all those metrics can be more meaningful, but Glance is by far the best performance tool there is for HP-UX.
The sar measurements %rcache and %wcache indicate how many I/O requests were completed from RAM and requried no disk I/O. 100% is highly desirable but impossible on a busy machine. Since your machine is essentially idle, most everything needed by the programs that are running are found in RAM. More 'normal' numbers (when you have 500 users and 8000 programs running) will be 90% rcache and 65% wcache. With 16Gb of RAM, the first error to fix is the buffer cache size. Change these two kernel parameters:
dbc_max_pct=6
dbc_max_pct=2
(they are probably 50 and 5)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:35 PM
10-26-2006 02:35 PM
Re: High Load Averages
The application that I am running on this machine has higher run times than the same package on a MUCH smaller machine with
I can be running 110 users on the smaller machine and have run times way less then 2 users on the large machine.
I have already changed the db_min_pct and db_max_pct to 2 and 6 respectively. This was done before the application was installed.
So the two questions I had were why is this happening and if %rcache and %wcache reaching 100% is good. Bill answered the second question
Thanks for all your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 02:39 PM
10-26-2006 02:39 PM
Re: High Load Averages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 02:53 AM
10-27-2006 02:53 AM
Re: High Load Averages
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 03:25 AM
10-27-2006 03:25 AM
Re: High Load Averages
The application files are not absolutely identical but the data base engine is and the processing *SHOULD* be fairly close.
The data base engine
Obviously, as you have pointed out, something has to be different. I just about have Glance Plus installed on each machine and then, hopefully, I can start to see some differences.
With my 4 CPU's at 100% idle and only two users logged in, there must be something running that I haven't found. Maybe a background process that one of the developers put out there and didn't tell me.
Again, I really appreciate you help!
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 07:29 AM
10-27-2006 07:29 AM
Re: High Load Averages
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 07:47 AM
10-27-2006 07:47 AM
Re: High Load Averages
This is the what has me bugged. I normally use Top, vmstat, iostat etc... but I just cannot seem to find any one or two processes that seem to be sucking up processor time.
I am hoping that maybe glance might show me something that I am not seeing otherwise. I haven't used "sar" in almost 15 years back in the days or Unisys on Unix System 5. This was some of my problem with reading the information that came out of the performance script
Any way, I now have Glance in place and I will start looking for differences in the two systems.
Thanks again for your help!
Tim