<?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: Tuning the dynamic buffer cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629713#M921132</link>
    <description>Hi&lt;BR /&gt;All the i/o use the buffer cache, as much available. The buffer cache will not reduce once used, unless some process asks for more memory. So if you want to track the process using buff cache, try running some memory hogging program to get the buffer cache at its minimum and then keep watching to see buffer cache usage, if it goes to max immediately, some process is using it fast.&lt;BR /&gt;The higher buffer cache might help heavy i/o&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Dec 2001 19:32:47 GMT</pubDate>
    <dc:creator>Deshpande Prashant</dc:creator>
    <dc:date>2001-12-11T19:32:47Z</dc:date>
    <item>
      <title>Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629705#M921124</link>
      <description>We have an HP 9000 N class server with 8 processors and 8GB of memory. This server runs the Informix IDS engine. Currently, we have the following kernel parameters set; dbc_min=5% and dbc_max=50% (default). Memory utilization on the system is on the average around 85%, 30%(user), 5%(system), and 50%(buffer cache). According to the IDS engine, it is only using 886MB, I guess for shared memory and such. My question is, how do I find out who is using all of the dynamic buffer cache? Is it simply being used for all of the I/O operations between the host and RAID system to buffer the data before it is read/written?&lt;BR /&gt;&lt;BR /&gt;Any help with this issue would be greatly appreciated.</description>
      <pubDate>Tue, 11 Dec 2001 18:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629705#M921124</guid>
      <dc:creator>Jonathan Small</dc:creator>
      <dc:date>2001-12-11T18:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629706#M921125</link>
      <description>I'm not sure if this answers your question totally, but here goes!&lt;BR /&gt;&lt;BR /&gt;The values that you posted for dbc_min_pct and dbc_max_pct are the default values with a new system/install.  We here have read documentation(hope to find and post, where HP recommends that the dbc_max_pct needs to be lowered in most cases.  We have set ours across the board to 20.&lt;BR /&gt;&lt;BR /&gt;I hope this helps (and that I find the document)&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 11 Dec 2001 18:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629706#M921125</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-11T18:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629707#M921126</link>
      <description>Hi Jonathan:&lt;BR /&gt;&lt;BR /&gt;For some reason that is yet to be explained very well, the default value for the dbc_max_pct is 50%; in almost all cases that is much too high. Generally a value between 10-15% is reasonable although with 8GB 5% is quite generous. I actually prefer to fix buffer cache by setting bufpages to about 80000 (320 MB and that is generous). The best way to determine, the ideal setting is to measure for yourself. In any event, somewhere around 300-400 MB will work quite well. &lt;BR /&gt;&lt;BR /&gt;Your assumption about the purpose of buffer cache is essentially correct although it applies to all 'cooked' or block i/o rather than just that going to an array. Raw i/o (or their onlineJFS equivalent mount options) bypasses the UNIX buffer cache.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:01:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629707#M921126</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-11T19:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629708#M921127</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=66f286721014120dfa/screen=ckiDisplayDocument?docId=200000011495769" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=66f286721014120dfa/screen=ckiDisplayDocument?docId=200000011495769&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629708#M921127</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-11T19:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629709#M921128</link>
      <description>Hi Jonathan,&lt;BR /&gt;&lt;BR /&gt;Here is a thread on the kernel parameters and performance of the system.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=a2d13a8311023bad19/screen=ckiDisplayDocument?docId=200000018911225" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=a2d13a8311023bad19/screen=ckiDisplayDocument?docId=200000018911225&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629709#M921128</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-11T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629710#M921129</link>
      <description>&amp;lt;&lt;WE have="" an="" hp="" 9000="" n="" class="" server="" with="" 8="" processors="" and="" 8gb="" of="" memory.="" set=""&gt;&amp;gt; &lt;BR /&gt;&lt;BR /&gt;50% is the default which comes with O/S install. It is ridiculously high and should be reduced.  For 8Gb memory, 10% max limit would be good enough. You will gain memory by doing this.&lt;BR /&gt;&lt;BR /&gt;&lt;MY question="" is=""&gt;&lt;BR /&gt;&lt;BR /&gt; I don''t think you can ! It is used at the system level and is too dynamic to track.&lt;BR /&gt;You can only see how well it is being used by running&lt;BR /&gt;sar -b x y&lt;BR /&gt; -&amp;gt; check the cache hit read and write rate.  95% and 80% respectively are considered good figures.&lt;BR /&gt;&lt;BR /&gt;&lt;IS it="" simply="" being="" used="" for="" all="" of="" the="" i=""&gt;&lt;BR /&gt;&lt;BR /&gt;  Yes, it applies to all filesystem access.  It serves as a buffer in the memory for quick access.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj &lt;BR /&gt;&lt;BR /&gt;&lt;/IS&gt;&lt;/MY&gt;&lt;/WE&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629710#M921129</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-11T19:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629711#M921130</link>
      <description>Try this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=1147783d07840ccc65/screen=ckiDisplayDocument?docId=200000049436468" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=1147783d07840ccc65/screen=ckiDisplayDocument?docId=200000049436468&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There were so many to choose from.  From the series of docs I had viewed this time, they are actually suggesting around 10%, even as low as 5%.  So here you have it, but one thing for sure, you don't want to allocate 50% of main memory buffer caching.&lt;BR /&gt;&lt;BR /&gt;Good luck and success!&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629711#M921130</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-11T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629712#M921131</link>
      <description>Hi&lt;BR /&gt;  50% for dbc_max_pct is way too high. Generally the value is set 10% to 15 % and dbc_min_pct is set to half of it.&lt;BR /&gt;  &lt;BR /&gt;hope this helps..&lt;BR /&gt;&lt;BR /&gt;...BPK...</description>
      <pubDate>Tue, 11 Dec 2001 19:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629712#M921131</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-12-11T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629713#M921132</link>
      <description>Hi&lt;BR /&gt;All the i/o use the buffer cache, as much available. The buffer cache will not reduce once used, unless some process asks for more memory. So if you want to track the process using buff cache, try running some memory hogging program to get the buffer cache at its minimum and then keep watching to see buffer cache usage, if it goes to max immediately, some process is using it fast.&lt;BR /&gt;The higher buffer cache might help heavy i/o&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629713#M921132</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-11T19:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629714#M921133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you using any high end storage devices like EMC or so??, Because we do have a couple of EMC boxes and they (EMC) have given us the instructions to keep the HP boxes' kernel paramter dbc_max_pct set to 50%. I think the same instruction was given due to the fact the at higher buffer cache it would help huge I/O transactions. &lt;BR /&gt;&lt;BR /&gt;Otherwise the paramater has to be kept much lower - idea was suggested by HP ie; should be 10-15% of the physical RAM (this value is quite reasonable as your system is equiped with 8GB of RAM) which would release more system resources as more RAM gets freed.&lt;BR /&gt;&lt;BR /&gt;Hope this helps..&lt;BR /&gt;Cheers !!!&lt;BR /&gt;Mathew&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2001 01:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629714#M921133</guid>
      <dc:creator>Varghese Mathew</dc:creator>
      <dc:date>2001-12-13T01:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tuning the dynamic buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629715#M921134</link>
      <description>Hello Johnathan,&lt;BR /&gt;&lt;BR /&gt;AFAIK HP-UX 11.00 is NOT able to take advantage of more than 300-400MB of buffer cache. This has been enhanced to about 800MB for HP-UX11i. Every bit more is a waste of RAM!&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2001 06:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tuning-the-dynamic-buffer-cache/m-p/2629715#M921134</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-13T06:20:37Z</dc:date>
    </item>
  </channel>
</rss>

