- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bufer cache
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
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
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
тАО02-18-2003 09:47 AM
тАО02-18-2003 09:47 AM
Bufer cache
How to look than it is occupied bufer cache and for example how many occupies in it oracle?
Thank's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 09:59 AM
тАО02-18-2003 09:59 AM
Re: Bufer cache
'glance' will report the value of the buffer cache. If you are running a database like Oracle, a large buffer cache is double buffering since Oracle manages it own buffers.
Generally, a 'dbc_max_pct' around 5% with a 'dbc_min_pct' about 2% where 5% works out to be 200-400 MB is ample. Make sure 'nbuf' and 'bufpages' are set to zero to enable the dynamic buffer cache.
Use 'kmtune' to assay your kernel settings. See the man pages for more details.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 10:14 AM
тАО02-18-2003 10:14 AM
Re: Bufer cache
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 11:04 AM
тАО02-18-2003 11:04 AM
Re: Bufer cache
It is not the process but the storage component that will decide whether to use the buffer cache or not.
If you are using raw volumes, then buffer cache will not be used.
The best you can do is to create different filesystems and use OnlineJFS options to control the buffer activity. Options "mincache=direct" "convosync=direct" will bypass the buffer cache for "that" filesystem. So you may want to devide your data amongst different filesystems and enable the above options on the ones that you do not want to buffer the data.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 11:21 AM
тАО02-18-2003 11:21 AM
Re: Bufer cache
If this is a pure database server then you can radically reduce buffer cache to 1OO MB or so by setting bufpages to a nonzero value. This will turn off dynamic buffer cache. You are still going to find that your best bet is to leave archive and redologs using the buffer cache.
By the way, if this is 11.11, it performs best using 'cooked' files for everything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 01:44 PM
тАО02-18-2003 01:44 PM
Re: Bufer cache
Buffer cache will be used for other processes(including oracle processes) interacting with filesystem for IO.
If your system is just used for oracle DB then you can simply reduce buf cache to very near to 100 or 50 MB as suggested earlier and will still be okay and increase your SGA.
You may not gain in performance by increasing your SGA if all the fetching from SGA is already at ~99 percent but it is always good to increase the SGA if you do not need memory for other thing.
hope this explains.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 12:10 AM
тАО02-19-2003 12:10 AM