<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: slow performance is it due to buffer cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122063#M151091</link>
    <description>I have some systems that consistanly show near 100% disk util. I also have some servers with lower cache hits tha 65%. There is much room for improvement, but I would not suspect that as a huge perf. hit yet. &lt;BR /&gt;&lt;BR /&gt;If the performance drop occurred suddenly, some things to check.&lt;BR /&gt;&lt;BR /&gt;sar -b, for high access times, 100 ms+ ( disk going bad, doing re reads, but this should cause high disk util numbers)&lt;BR /&gt;&lt;BR /&gt;time some nslookups, to look for a DNS slowness, which can bring a system t it's knees.&lt;BR /&gt;&lt;BR /&gt;If users are off your local segment, run traceroute to look for a routing issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Nov 2003 10:04:50 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2003-11-18T10:04:50Z</dc:date>
    <item>
      <title>slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122057#M151085</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;we have a HP Unix 9000 , ver 11 system. &lt;BR /&gt;users are complaining abt slow performance. &lt;BR /&gt;I have following details&lt;BR /&gt;glance o/p :&lt;BR /&gt;cpu utilization ~ 10%&lt;BR /&gt;disk utilization ~20 -40 %&lt;BR /&gt;memory ~60%&lt;BR /&gt;swap ~20 %&lt;BR /&gt;physical memory 8.00 gb&lt;BR /&gt;buf cache : 490 MB&lt;BR /&gt;total VM 3.4 GB&lt;BR /&gt;active VM 1.44 GB&lt;BR /&gt;&lt;BR /&gt;sar -b shows :&lt;BR /&gt;average :&lt;BR /&gt;%rcache : 65 &lt;BR /&gt;%wcache : 65 &lt;BR /&gt;&lt;BR /&gt;Also&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct   is  6&lt;BR /&gt;&lt;BR /&gt;please let me know if the perf. problem is &lt;BR /&gt;related to lower buffer cache.&lt;BR /&gt;&lt;BR /&gt;Also is there any thumb rule to set buffer cache from physical memory.&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 07:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122057#M151085</guid>
      <dc:creator>sachin_25</dc:creator>
      <dc:date>2003-11-18T07:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122058#M151086</link>
      <description>The buffer cache rule of thumb is to keep it to 300-400MB.  You're actually a little higher than that.  Your numbers don't seem to point to any obvious problem.  What does this server do?  Is it primarily a DB app?  If so, perhaps you need to look into tuning the DB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 Nov 2003 08:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122058#M151086</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-18T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122059#M151087</link>
      <description>Its not buffer cache causing your poor performance. Its set to 6% of 8GB = 480MB which is around the ideal amount.&lt;BR /&gt;&lt;BR /&gt;With disk utilization of 20-40% I would say this is certainly your performance problem - that is far too high.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 08:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122059#M151087</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-11-18T08:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122060#M151088</link>
      <description>Run iostat to see which disk drives are getting the most activity.  How many drives and in what sort of array and RAID configuration are they in?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 18 Nov 2003 08:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122060#M151088</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-18T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122061#M151089</link>
      <description>Actually, disk usage at 20-40% is quite low. Ideally, your computer usage and disk usage would be about 90-100% at peak times, which means you are getting your money's worth in terms of performance. But the critical number here is the %rcache at 65...way too low. This indicates that there is a lot of data scattered randomly across different filesystems and the cache is simply not large enough to keep enough in memory to avoid extra disk I/O's. %wcache is fine, but I would increase your buffer cache maximum to at least 800 to 1000 megs and see what happens. The ideal range is 200-800 but a lot depends on how effective the buffer cache is at keeping useful data. &lt;BR /&gt; &lt;BR /&gt;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.</description>
      <pubDate>Tue, 18 Nov 2003 09:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122061#M151089</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-18T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122062#M151090</link>
      <description>If this is not a DB server, try increasing your cache. You may also check if you've a hot disk in your storage pool.. "sar -d 5 10" will show you which disks are hot and giving your IO grief. If you find a disk(s) whose avserv is above 20 (for most subsystems) then you've likely a bottleneck..&lt;BR /&gt;&lt;BR /&gt;And lastly, have your users qualify/quantify how slow is "slow"</description>
      <pubDate>Tue, 18 Nov 2003 09:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122062#M151090</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-18T09:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122063#M151091</link>
      <description>I have some systems that consistanly show near 100% disk util. I also have some servers with lower cache hits tha 65%. There is much room for improvement, but I would not suspect that as a huge perf. hit yet. &lt;BR /&gt;&lt;BR /&gt;If the performance drop occurred suddenly, some things to check.&lt;BR /&gt;&lt;BR /&gt;sar -b, for high access times, 100 ms+ ( disk going bad, doing re reads, but this should cause high disk util numbers)&lt;BR /&gt;&lt;BR /&gt;time some nslookups, to look for a DNS slowness, which can bring a system t it's knees.&lt;BR /&gt;&lt;BR /&gt;If users are off your local segment, run traceroute to look for a routing issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 10:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122063#M151091</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-11-18T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122064#M151092</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;thanks for the response. Just wanted to add :&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;--</description>
      <pubDate>Tue, 18 Nov 2003 11:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122064#M151092</guid>
      <dc:creator>sachin_25</dc:creator>
      <dc:date>2003-11-18T11:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122065#M151093</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Regarding MTS, I was always told that was not a performant piece of code and not much improved (nothing like a real TP monitor)&lt;BR /&gt;&lt;BR /&gt;anyway found this on MTS if this can help&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.engin.umich.edu/caen/wls/software/oracle/network.901/a90154/mts.htm" target="_blank"&gt;http://www.engin.umich.edu/caen/wls/software/oracle/network.901/a90154/mts.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sales.esicom.com/sales/oracle/network.816/a76933/mts.htm" target="_blank"&gt;http://sales.esicom.com/sales/oracle/network.816/a76933/mts.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any baseline when system was running fine ?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 18 Nov 2003 12:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122065#M151093</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2003-11-18T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: slow performance is it due to buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122066#M151094</link>
      <description>If you're trying to tune your Oracle DB, there are many other areas critical to performance besides SGA and db_buffer.  Other issues include indexes (do you re-build periodically?), fragmentation (do you export/import periodically, or use online-defrag tools?), i/o balancing (have you checked for 'hot' tablespaces and insured that they are not all on the same controller channels and/or disk spindles?).  Another major area is if the database is set to cost-based or rule-based.  If cost-based, you MUST initially run the ANALYZE command on your tables to generate EXPLAIN plans for the database to use for cost-based optimization, and again when changes made such as adding new indexes.&lt;BR /&gt;&lt;BR /&gt;John Garrott&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Nov 2003 13:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-performance-is-it-due-to-buffer-cache/m-p/3122066#M151094</guid>
      <dc:creator>John Garrott</dc:creator>
      <dc:date>2003-11-21T13:03:11Z</dc:date>
    </item>
  </channel>
</rss>

