- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- From Glance to See Performance
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
01-23-2002 08:53 AM
01-23-2002 08:53 AM
I have hpux11i on K260 with 1G memory mostly used for Oracle8i. By looking at Glance, I see some paging in/out.
Would someone help to see if there is anything all right or need to tune on system/database memory utilization?
Very appeciated.
Steven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:04 AM
01-23-2002 09:04 AM
Re: From Glance to See Performance
Couldn't open the attachment.
Check your dbc_max_pct. If it is set to the default value of 50%, you may want to lower it to use around 300-400 MB of memory.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:18 AM
01-23-2002 10:18 AM
Re: From Glance to See Performance
Did you use pkunzip on your attachment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:33 AM
01-23-2002 10:33 AM
SolutionI see that the system is using just about all your memory and you are paging somewhat. However, I also saw that your CPU was at 92% with in the last 15 min. Do you know what your load is at. You can see this using the command top. If it is over 2 I would be concerned. It looks like your memory shortage is starting to push you CPU(s) a bit. Do you know what your SGA is set to in Oracle. You may need to increase/decrease this value depending on what it is set to. Also how many users are using the system.
In general it looks like you might benifit from a memory upgrade if it is in the budget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:33 AM
01-23-2002 10:33 AM
Re: From Glance to See Performance
Your glance screen does indicate that memory is under pressure. You could configure Oracle to use less memory, but how large is your database? The chances are Oracle will need more memory for performance reasons.
If you do lower memory requirements for Oracle, you may still have problems if there are any processes leaking memory. You can monitor memory utilization by individual processes in Glance.
In any case, I would suggest adding more physical memory if at all possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:38 AM
01-23-2002 10:38 AM
Re: From Glance to See Performance
One thing I noticed is that you are utilizing 99% of memory.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 11:08 AM
01-23-2002 11:08 AM
Re: From Glance to See Performance
I see sys mem is 281M, and buf cache is 15% of 51M. The rest mem is for Oracle of 668M. Oracle db is 6G (dat files for data and index). I know physical mem is in shortage. Unfortunately I can't control the budget.
So do I have some paging? Does that means too much mem put on SGA (oracle mem) now, or too little?
Continal help is appreciated.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 11:36 AM
01-23-2002 11:36 AM
Re: From Glance to See Performance
What kind of storage are you using for oracle - Raw vs filesystem? You can, and I have over 400 hp 9000's set this way, change your db_max to 10%, your min should also be around 5%. Giving you 10% of a gig, which is 100mb, usually more than adequate for filesystem handling.
btw, I took your bmp file and reduced the size by changing the bits from 24 to 16.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 11:43 AM
01-23-2002 11:43 AM
Re: From Glance to See Performance
I can open Harry's attachment.
Not only you are paging out, but there are some deactivations also. Interestingly you are not doing much of disk I/O. So, I would suggest so lower your dbc_max_pct further down.
You may want to check the glance again during times when your system is heavily loaded. You will get a good idea from there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 12:33 PM
01-23-2002 12:33 PM
Re: From Glance to See Performance
We are using filesystem for Oracle, no raw.
I see buffer cache only uses 50M (min 5% of 1G), but don't know if I lower dbc_max_pct from 15% to 10% recommended here, would the system mem usage of 280M be reduced? Or what else we can "save" from?
Appreciated.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 12:44 PM
01-23-2002 12:44 PM
Re: From Glance to See Performance
What is your Oracle SGA set to. If it is to low it could be causing your paging becuase Oracle's needs more shared memory. It is also possible that it is set to high not leaving enough physical memory for Oracle clinet connections.
You can find out by looking at your initSID.ora file.
Also, what is your Oracle hit ratio this is a good indicator for the correct setting for your SGA. If you are getting less then 90% hits the SGA needs to be adjusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:36 PM
01-23-2002 04:36 PM
Re: From Glance to See Performance
If page out is 5-10 in Glance, you're fine. If it starts pushing 30-50, then performance will suffer. Since you are limited in RAM by budget constraints, there is nothing you can do as a sysadmin. However, most sysadmins and seasoned DBAs will agree that rewriting poor SQL statements and/or adding new indexes will help performance more than kernel tweaking. Note that Oracle silently ignores indexes that are badly out of balance...it's a good idea to rebuild those indexes regularly when lots of row insertions are being done. These indexes can be created very fast by using the old index to build a new one rather than deleting and creating the index.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 05:49 AM
01-24-2002 05:49 AM
Re: From Glance to See Performance
Question for Bill & Harry:
1) among columns in mem Glance graph, which worths looking on "page out", Current, Cumulative, or High Rate...?
2) dbc_min_pct is set to 5% and at peak it keeps on there of 51M. So changing dbc_max_pct from current 15% to 10% does little about it. Is that right? Or put it this way, hpux11i needs 280M to work in this case?
Thanks,
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:23 AM
01-24-2002 07:23 AM
Re: From Glance to See Performance
As I mentioned before, we can see some deactivations happening on your system. On a 11.0, the deactivation occurs typically after reaching the "minfree" limit. So, you would want to check the rate of page outs and deactivations when your system is heavily used. Also, your swapinfo -t and the KB used (only on the swap devices not the reserve or memory rows) in it will give you how much is sitting in your swap areas.
I don't know how much it is going to help you but you can bring down some of the processes like NFS, sendmail, lp daemon etc if you are not using them. Also install the lastest possible patches and diagnostics.
-Sri