- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: slow performance is it due to buffer 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
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
11-17-2003 11:58 PM
11-17-2003 11:58 PM
we have a HP Unix 9000 , ver 11 system.
users are complaining abt slow performance.
I have following details
glance o/p :
cpu utilization ~ 10%
disk utilization ~20 -40 %
memory ~60%
swap ~20 %
physical memory 8.00 gb
buf cache : 490 MB
total VM 3.4 GB
active VM 1.44 GB
sar -b shows :
average :
%rcache : 65
%wcache : 65
Also
dbc_max_pct is 6
please let me know if the perf. problem is
related to lower buffer cache.
Also is there any thumb rule to set buffer cache from physical memory.
Thanks..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:03 AM
11-18-2003 12:03 AM
Re: slow performance is it due to buffer cache
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:20 AM
11-18-2003 12:20 AM
Re: slow performance is it due to buffer cache
With disk utilization of 20-40% I would say this is certainly your performance problem - that is far too high.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:56 AM
11-18-2003 12:56 AM
Re: slow performance is it due to buffer cache
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:06 AM
11-18-2003 01:06 AM
Re: slow performance is it due to buffer cache
But as with all database server performance issues, the main culprit is usually poor database design (not enough indexes, poor SQL statements, etc). A bigger buffer cache will tend to mask these design problems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:22 AM
11-18-2003 01:22 AM
Re: slow performance is it due to buffer cache
And lastly, have your users qualify/quantify how slow is "slow"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:04 AM
11-18-2003 02:04 AM
SolutionIf the performance drop occurred suddenly, some things to check.
sar -b, for high access times, 100 ms+ ( disk going bad, doing re reads, but this should cause high disk util numbers)
time some nslookups, to look for a DNS slowness, which can bring a system t it's knees.
If users are off your local segment, run traceroute to look for a routing issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:15 AM
11-18-2003 03:15 AM
Re: slow performance is it due to buffer cache
thanks for the response. Just wanted to add :
1) This is a oracle database server. while looking at performance we tried to work on SGA and tuning of db buffers. Hit ratio is currently around 75% and It is not increasing even though we are adding db_block_buffers and in turn SGA size. Some oracle experts thus feels this is hardware / os issue.
2) We have MTS configuration for Oracle, though few connections 200/1500 are coming as dedicated, not sure if this is related to machine having two i/p addresses, one logical and other physical.
--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:59 AM
11-18-2003 04:59 AM
Re: slow performance is it due to buffer cache
If you suspect Oracle not to be tuned properly, I suggest you run statspack snapshot at good response time and at bad response time. Run the report and compare.
Regarding MTS, I was always told that was not a performant piece of code and not much improved (nothing like a real TP monitor)
anyway found this on MTS if this can help
http://www.engin.umich.edu/caen/wls/software/oracle/network.901/a90154/mts.htm
http://sales.esicom.com/sales/oracle/network.816/a76933/mts.htm
Do you have any baseline when system was running fine ?
Rgds,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 05:03 AM
11-21-2003 05:03 AM
Re: slow performance is it due to buffer cache
John Garrott