<?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: buffer cache hits ratio in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889763#M845948</link>
    <description>The buffer cache is a long time feature in Unix systems, designed long before smart disk arrays with massive local cache in the array. The 90% value is reasonable for JBOD (just a bunch of disks) but when a separate cache exists in the hardware, the hit rate isn't nearly as important. The reason is that the hit ratio does not account for response time. If disk requests are handled instantaneously (ie, direct from the array's cache), there is no metric for that and the opsystem wil still cache this fast request the same as a real disk I/O.&lt;BR /&gt; &lt;BR /&gt;The range for the buffer cache is from 250 megs to under 900 megs, the range being low for slow machines (100Mhz and slower) to high for fast machines (500Mhz and faster). The buffer cacahe is handle in two ways, a fixed value and a dynamic value based on a percentage of RAM. The fixed value is used by setting the kernel parameter bufpages to the number of pages (page=4k) for the cache. This isn't a bad idea because adding more memory won't change the buffer cache size.&lt;BR /&gt; &lt;BR /&gt;The second method (default) is to use the dbc_max_pct and dbc_min_pct values. These values are ignoed if bufpages is not zero. When bufpages (and also the obscure nbuf parameter) is zero, then the amount of the buffer cache will float between the min and max value expressed as a percent of the current RAM size. For large memeory systems (many Gb), the percentage is too large and should be reduced. dbc_min_pct should always be 2 to 5 (lower for big RAM systems) and dbc_max_pct should produce a value of 250-900 megs.</description>
    <pubDate>Sun, 06 Mar 2005 17:43:30 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-03-06T17:43:30Z</dc:date>
    <item>
      <title>buffer cache hits ratio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889760#M845945</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Another matter of performance. Currently, the buffer cache hi ratio on my system is 87%. Advised to have above 90%. I want to know, what are the ways to increase the ratio and should I do it or not because I use EMC storage and it has buffer cache of it's own.</description>
      <pubDate>Sun, 06 Mar 2005 06:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889760#M845945</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-06T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: buffer cache hits ratio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889761#M845946</link>
      <description>I would not go nuts for that extra 3%. &lt;BR /&gt;&lt;BR /&gt;This advice depends on a lot of factors, especially what kind of applications you run. Oracle for example has its own buffering system and having a large buffer cache for Oracle is essentially double buffering, and is a waste of resources.&lt;BR /&gt;&lt;BR /&gt;Obviously, you can make your buffer larger by changing the kernal parameters. I'm not sure I'd go through the effort for the 3%.&lt;BR /&gt;&lt;BR /&gt;A practical way to look at it is a few question:&lt;BR /&gt;&lt;BR /&gt;1) Is the system peforming acceptably?&lt;BR /&gt;&lt;BR /&gt;If yes, stop and find something more fun to do. If no, deal with the symptoms and analyze peformance in a methodical way.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Mar 2005 10:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889761#M845946</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-06T10:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: buffer cache hits ratio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889762#M845947</link>
      <description>That's what I thought, just wanted to be 100% sure.&lt;BR /&gt;&lt;BR /&gt;For the general knowledge, what jernel parameters control buffer cache size?</description>
      <pubDate>Sun, 06 Mar 2005 10:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889762#M845947</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-06T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: buffer cache hits ratio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889763#M845948</link>
      <description>The buffer cache is a long time feature in Unix systems, designed long before smart disk arrays with massive local cache in the array. The 90% value is reasonable for JBOD (just a bunch of disks) but when a separate cache exists in the hardware, the hit rate isn't nearly as important. The reason is that the hit ratio does not account for response time. If disk requests are handled instantaneously (ie, direct from the array's cache), there is no metric for that and the opsystem wil still cache this fast request the same as a real disk I/O.&lt;BR /&gt; &lt;BR /&gt;The range for the buffer cache is from 250 megs to under 900 megs, the range being low for slow machines (100Mhz and slower) to high for fast machines (500Mhz and faster). The buffer cacahe is handle in two ways, a fixed value and a dynamic value based on a percentage of RAM. The fixed value is used by setting the kernel parameter bufpages to the number of pages (page=4k) for the cache. This isn't a bad idea because adding more memory won't change the buffer cache size.&lt;BR /&gt; &lt;BR /&gt;The second method (default) is to use the dbc_max_pct and dbc_min_pct values. These values are ignoed if bufpages is not zero. When bufpages (and also the obscure nbuf parameter) is zero, then the amount of the buffer cache will float between the min and max value expressed as a percent of the current RAM size. For large memeory systems (many Gb), the percentage is too large and should be reduced. dbc_min_pct should always be 2 to 5 (lower for big RAM systems) and dbc_max_pct should produce a value of 250-900 megs.</description>
      <pubDate>Sun, 06 Mar 2005 17:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889763#M845948</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-06T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: buffer cache hits ratio</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889764#M845949</link>
      <description>big thanx</description>
      <pubDate>Mon, 07 Mar 2005 05:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-cache-hits-ratio/m-p/4889764#M845949</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-07T05:03:09Z</dc:date>
    </item>
  </channel>
</rss>

