<?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: dbc_max_pct general question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174450#M458641</link>
    <description>Point well taken guys.&lt;BR /&gt;&lt;BR /&gt;SEP, I already have the script, so I'll utilize it and take measures. Based on those measures, I'll see if lowering dbc_max_pct is warranted. Even then, I would only lower that in small increments as I mentioned, then measure again.&lt;BR /&gt;&lt;BR /&gt;Thanks all&lt;BR /&gt;&lt;BR /&gt;Mauro</description>
    <pubDate>Mon, 11 May 2009 15:31:22 GMT</pubDate>
    <dc:creator>Mauro Livi</dc:creator>
    <dc:date>2009-05-11T15:31:22Z</dc:date>
    <item>
      <title>dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174443#M458634</link>
      <description>Hi,&lt;BR /&gt;I have an RP4440 with 4 processors and 32GB RAM. Current dbc_max_pct is set at 15. The system is running fine, no complaints from users and folks are generally happy with the performance.&lt;BR /&gt;If I do sar -b I notice that my %rcache in usually in the 90s, but my %wcache is usually low in the 40s 50s or so. I can't help but think that if I lower my dbc_max_pct to say about 10 or so, that would help.&lt;BR /&gt;However, given that things are ok and memory/performance have not been problematic, something tells me to leave well enough alone.&lt;BR /&gt;What do you guys think...am I asking for trouble by tinkering with things when they may not need tinkering?&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 11 May 2009 14:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174443#M458634</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2009-05-11T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174444#M458635</link>
      <description>Hi Mauro:&lt;BR /&gt;&lt;BR /&gt;There's never any harm in tweaking given the time and the ability to empirically measure the results of your change.  In your case, it looks like the buffer cache is serving you fairly well.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 11 May 2009 14:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174444#M458635</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-11T14:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174445#M458636</link>
      <description>The standard recommendation is to set dbc_max to yield somewhere around 400 to 700 MB of cache.  You currently have about 5GB.  I would say you can safely lower it t0 5%.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 11 May 2009 14:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174445#M458636</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-11T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174446#M458637</link>
      <description>It is not always possible to get a perfect write cache hit ratio. It depends on the access pattern of your applications.&lt;BR /&gt;&lt;BR /&gt;For example, if your application writes data out in reasonably large chunks and never needs to revise any data it has already written, the filesystem metadata updates will be about the only source of write cache hits. &lt;BR /&gt;&lt;BR /&gt;On the other hand, if the application keeps re-writing one particular spot in one file very often, that will be a source of write cache hits. For example, if a data field on disk is originally A, then updated to B, then C, and then D in rapid succession, the cache can get two write hits by delaying the physical write a little. On the logical I/O level, the whole A -&amp;gt; B -&amp;gt; C -&amp;gt; D sequence is seen, but at the level of physical I/O, A is updated directly to D.&lt;BR /&gt;&lt;BR /&gt;I don't quite follow why *reducing* the maximum size of the buffer cache would improve the write hit ratio? I would expect it would make cache hits less probable.&lt;BR /&gt;&lt;BR /&gt;Your numbers look good to me. Don't fix what isn't broken.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 11 May 2009 15:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174446#M458637</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-05-11T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174447#M458638</link>
      <description>Thanks for your reply.&lt;BR /&gt;Sounds as though the best (and safest) avenue for me on this would be to lower it to 10 (or so) measure/compare to current setting. Then lower again if needed.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 11 May 2009 15:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174447#M458638</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2009-05-11T15:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174448#M458639</link>
      <description>What I mean is I may look into "tweaking" this by small increments and see how things are affected. I'm thinking that such small "tweakings" would NOT adversely affect the system (much...I hope). &lt;BR /&gt;My paranoia is simply tinkering with something that isn't broke as Matti mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks Again&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 11 May 2009 15:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174448#M458639</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2009-05-11T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174449#M458640</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Sometimes tweaking does cause problems.&lt;BR /&gt;&lt;BR /&gt;Slight adjustments to the buffer cache can open up more memory for other things, or improve performance.&lt;BR /&gt;&lt;BR /&gt;The key thing is to have a plan. You need to know what you change and measure performance fairly.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=6" target="_blank"&gt;http://www.hpux.ws/?p=6&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That script set, originally created by HP and upgraded by me, might help.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 May 2009 15:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174449#M458640</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-11T15:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174450#M458641</link>
      <description>Point well taken guys.&lt;BR /&gt;&lt;BR /&gt;SEP, I already have the script, so I'll utilize it and take measures. Based on those measures, I'll see if lowering dbc_max_pct is warranted. Even then, I would only lower that in small increments as I mentioned, then measure again.&lt;BR /&gt;&lt;BR /&gt;Thanks all&lt;BR /&gt;&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 11 May 2009 15:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174450#M458641</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2009-05-11T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct general question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174451#M458642</link>
      <description>Thanks again to all who replied. Points have been allocated accordingly.&lt;BR /&gt;&lt;BR /&gt;Mauro</description>
      <pubDate>Mon, 11 May 2009 17:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-general-question/m-p/5174451#M458642</guid>
      <dc:creator>Mauro Livi</dc:creator>
      <dc:date>2009-05-11T17:54:06Z</dc:date>
    </item>
  </channel>
</rss>

