<?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: OS Buffer Cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556458#M649697</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If you are thinking you system memory usage is very high, take are of that. &lt;BR /&gt;&lt;BR /&gt;What is your swap usage ?&lt;BR /&gt;&lt;BR /&gt;Depending on environment reducing buffercache may reduce system performace.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
    <pubDate>Wed, 30 Dec 2009 08:29:42 GMT</pubDate>
    <dc:creator>SoorajCleris</dc:creator>
    <dc:date>2009-12-30T08:29:42Z</dc:date>
    <item>
      <title>OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556450#M649689</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How do I find out the OS buffer Cache?</description>
      <pubDate>Wed, 30 Dec 2009 03:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556450#M649689</guid>
      <dc:creator>Mohd Azahari</dc:creator>
      <dc:date>2009-12-30T03:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556451#M649690</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You can use glance utility.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny</description>
      <pubDate>Wed, 30 Dec 2009 04:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556451#M649690</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-12-30T04:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556452#M649691</link>
      <description>Hi Azahari,&lt;BR /&gt;&lt;BR /&gt;You can also use:&lt;BR /&gt;&lt;BR /&gt;# sar -b 2 5&lt;BR /&gt;&lt;BR /&gt;Report buffer activity:&lt;BR /&gt;&lt;BR /&gt;bread/s&lt;BR /&gt;    Number of physical reads per second from the disk (or other block devices) to the buffer cache;&lt;BR /&gt;&lt;BR /&gt;bwrit/s&lt;BR /&gt;    Number of physical writes per second from the buffer cache to the disk (or other block device);&lt;BR /&gt;&lt;BR /&gt;lread/s&lt;BR /&gt;    Number of reads per second from buffer cache;&lt;BR /&gt;&lt;BR /&gt;lwrit/s&lt;BR /&gt;    Number of writes per second to buffer cache;&lt;BR /&gt;&lt;BR /&gt;%rcache&lt;BR /&gt;    Buffer cache hit ratio for read requests e.g., 1 - bread/lread;&lt;BR /&gt;&lt;BR /&gt;%wcache&lt;BR /&gt;    Buffer cache hit ratio for write requests e.g., 1 - bwrit/lwrit;&lt;BR /&gt;&lt;BR /&gt;pread/s&lt;BR /&gt;    Number of reads per second from character device using the physio() (raw I/O) mechanism;&lt;BR /&gt;&lt;BR /&gt;pwrit/s&lt;BR /&gt;    Number of writes per second to character device using the physio() (that is, raw I/O) mechanism; mechanism.&lt;BR /&gt;&lt;BR /&gt;See man page for more info:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/sar.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/sar.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2009 05:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556452#M649691</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-12-30T05:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556453#M649692</link>
      <description>Hi Mohd,&lt;BR /&gt;&lt;BR /&gt;After the 11.00 release there the Buffer cache is dynamic. This is defined by the kernal parameters ( example taken from 11.23).&lt;BR /&gt;&lt;BR /&gt;# kctune |grep db&lt;BR /&gt;dbc_max_pct                        50  Default     Immed&lt;BR /&gt;dbc_min_pct                         5  Default     Immed&lt;BR /&gt;&lt;BR /&gt;Minimum is 5% of your total memory and maximum is 50%. If you want to make it static, configure both parameter with same value. &lt;BR /&gt;&lt;BR /&gt;Buffer cache usage can be monitored using the sar command&lt;BR /&gt;&lt;BR /&gt;# sar -b 1 15&lt;BR /&gt;&lt;BR /&gt;HP-UX rx260-17 B.11.23 U ia64    12/30/09&lt;BR /&gt;&lt;BR /&gt;00:24:50 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s&lt;BR /&gt;00:24:51       0      49     100       1       1       0       0       0&lt;BR /&gt;00:24:52       0       1     100       3       1       0       0       0&lt;BR /&gt;00:24:53       0     930     100       1      79      99       0       0&lt;BR /&gt;00:24:54       0       1     100       1       1       0       0       0&lt;BR /&gt;00:24:55       0       1     100       2       1       0       0       0&lt;BR /&gt;00:24:56       0       2     100       5       2       0       0       0&lt;BR /&gt;00:24:57       0       5     100       1       5      80       0       0&lt;BR /&gt;00:24:58       0      19     100       3       9      67       0       0&lt;BR /&gt;00:24:59       0       3     100       3       3       0       0       0&lt;BR /&gt;00:25:00       0      13     100       2       3      33       0       0&lt;BR /&gt;00:25:01       0      87     100      18      19       5       0       0&lt;BR /&gt;00:25:02       0     278     100       2     343      99       0       0&lt;BR /&gt;00:25:03       0      16     100       1      32      97       0       0&lt;BR /&gt;00:25:04       0      71     100       3       7      57       0       0&lt;BR /&gt;00:25:05       0       5     100       0       3     100       0       0&lt;BR /&gt;&lt;BR /&gt;Average        0      99     100       3      34      91       0       0&lt;BR /&gt;&lt;BR /&gt;==============================================&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2009 05:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556453#M649692</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-12-30T05:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556454#M649693</link>
      <description>Hi , &lt;BR /&gt;&lt;BR /&gt;Remember that Glance will nt give a complete analysis.&lt;BR /&gt;&lt;BR /&gt;It will tell you whats size of the memory which is used for buffer cache&lt;BR /&gt;&lt;BR /&gt;Glance - memory report (m) - bottom side&lt;BR /&gt;&lt;BR /&gt;Total VM :   795mb   Sys Mem  :   528mb   User Mem:   460mb   Phys Mem :   2.0gb&lt;BR /&gt;Active VM:   333mb   Buf Cache:   280mb   Free Mem:   768mb   FileCache:      na&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2009 05:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556454#M649693</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-12-30T05:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556455#M649694</link>
      <description>excellent guys. thanx a lot.</description>
      <pubDate>Wed, 30 Dec 2009 07:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556455#M649694</guid>
      <dc:creator>Mohd Azahari</dc:creator>
      <dc:date>2009-12-30T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556456#M649695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Now my next question is:&lt;BR /&gt;&lt;BR /&gt;my Sys Mem is very high: from glance&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total VM :   6.9gb   Sys Mem  :   1.7gb   User Mem:   3.4gb   Phys Mem :   8.0gb&lt;BR /&gt;Active VM:   6.5gb   Buf Cache:   2.6gb   Free Mem:   227mb   FileCache:      na&lt;BR /&gt;MemFS Blk Cnt:               na   MemFS Swp Cnt:               na&lt;BR /&gt;&lt;BR /&gt;How can I reduce it?&lt;BR /&gt;&lt;BR /&gt;As for the Buf Cache, i can reduced it by changing dbx_min_pct and dbc_max_pct</description>
      <pubDate>Wed, 30 Dec 2009 08:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556456#M649695</guid>
      <dc:creator>Mohd Azahari</dc:creator>
      <dc:date>2009-12-30T08:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556457#M649696</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;decrease system kernel parameter dbc_max_pct in 10 and it will consize the system memory usage. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sunny&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Dec 2009 08:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556457#M649696</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2009-12-30T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: OS Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556458#M649697</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If you are thinking you system memory usage is very high, take are of that. &lt;BR /&gt;&lt;BR /&gt;What is your swap usage ?&lt;BR /&gt;&lt;BR /&gt;Depending on environment reducing buffercache may reduce system performace.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Wed, 30 Dec 2009 08:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/os-buffer-cache/m-p/4556458#M649697</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-12-30T08:29:42Z</dc:date>
    </item>
  </channel>
</rss>

