- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sar -b
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
07-22-2004 06:40 AM
07-22-2004 06:40 AM
I know that %wcache is supposed to never drop below 90 but %rcache should be where? What does it mean / what is happenning when %wcache fall below 90%
my buf cache from glance is currently at 409mb and db min and max pct is at 2 and 5.
thanks
derek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 07:10 AM
07-22-2004 07:10 AM
Re: sar -b
and buf cache should hover around 2gb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:36 AM
07-22-2004 11:36 AM
Re: sar -b
Your %rcache should be consistently near 100% in an optimally tuned/performing system. If it goes below 90-100%, then that means your apps are not finding data in the cache and has started going straight to the physical volumes (LVOL).. You need to get more cache memory allocated (dbc_max_pct) in such situations..
For Fileservers.. a bigger dbc_max_pct will be better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:49 AM - last edited on 09-16-2024 02:19 AM by support_s
07-22-2004 11:49 AM - last edited on 09-16-2024 02:19 AM by support_s
Re: sar -b
What is your set as ?
# kmtune -l -q dbc_max_pct
Parameter: dbc_max_pct
Current: 3
Planned: 3 Default: 50 Minimum: -
Module: -
Version: -
Dynamic: No
- Tags:
- virtualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:54 AM
07-22-2004 11:54 AM
Re: sar -b
If this environment is a DB environment one .. then yes, DB cache should be kept minimal...
But if the environment is a Fileserver (ie. running SAMBA or simply NFS)... then larger buffer caches will be better... I worked in an OIL/GAS industry wherein we use HP boxen as SAMBA/NFS servers solely.. and we set get better performance with large filesystem buffers... how large? we went all the way up to the maximum allowed...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 12:07 PM
07-22-2004 12:07 PM
Re: sar -b
I'm not sure why you think %wcache should not drop below 90%. It very much depends on what appplications etc are running on your system. For example if you are running Databases and you have alot of random I/O then your %wcache will definitely fall below 90%.
This in itself is not an indication of any performance issues.
For my money your current buffer cache of 400MB is fine, though 11i can utilise buffer caches of 800MB. It appears you have a dynamic buffer cache configured. If you have 8GB-10GB of memory then your settings for dynamic buffer cache are fine.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 04:17 AM
07-23-2004 04:17 AM
Re: sar -b
dbc_max_pct=5 and
dbc_min_pct=2
From a HPUX perspective what are the paramters to focus on for tuning these type of db systems?
thank you. derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 10:45 AM
07-23-2004 10:45 AM
Re: sar -b
some further information on your set up would help.
How about:
Current kernel parameters
patch level
How are your logical volumes set up and on what type of disk array. I have the same system that we were having problems with disk IO utilising oracle. We have ended up creating a plan to LVM stripe across a nominal number of LUN's across a nominal number of physical disks. (There is an old saying: SAME. Stripe and mirror everything.) We have an EMC 8530, so we have the mirroring, but not the stripes. Anyway, the other items to look at are queue depth (see man on scsictl) and how your LUN's are currently set up. (On our test systems we were able to come to all of these conclusions, that's why we are planning this change in two weeks time in production)
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2004 03:33 PM
07-23-2004 03:33 PM
Re: sar -b
But the typical usage is highly random and that makes the buffer cache almost useless in buffering writes. So you just ignore write cache% and look at the read cache%. 90% or higher is excelent. Note that doubling your buffer cache when read% is more than 90 will have very little effect. The relationship between the cache size and read% is asymptotic, that is, after a certain point, adding more memory is less and less effective.
Oracle has it's own buffering scheme so anything more than 400-500 megs means wasted time in double buffering.
Bill Hassell, sysadmin