<?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: sar -b in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513864#M22564</link>
    <description>Hello Malcolm,&lt;BR /&gt;&lt;BR /&gt;in case the processes on your box are writing "new"&lt;BR /&gt;data to disk (like log-files), then everything is fine -&lt;BR /&gt;appending data to existing files cannot be found in the&lt;BR /&gt;buffer cache. Your values seem to be really high, not&lt;BR /&gt;low, btw!&lt;BR /&gt;Be careful NOT to use more than about 400MB of cache,&lt;BR /&gt;or it will actually slow down your system. &lt;BR /&gt;Use "sar -d" and "iostat" to check for fragmented data&lt;BR /&gt;files instead.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
    <pubDate>Fri, 06 Apr 2001 20:37:26 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2001-04-06T20:37:26Z</dc:date>
    <item>
      <title>sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513861#M22561</link>
      <description>The output from my sar -b command is attached.&lt;BR /&gt;&lt;BR /&gt;I am concerned that the %rcache and %wcache levels are too low.   &lt;BR /&gt;&lt;BR /&gt;I'd like an explanation of why they may be low and any steps I can take to improve them.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Apr 2001 10:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513861#M22561</guid>
      <dc:creator>Malcolm McKenzie</dc:creator>
      <dc:date>2001-04-05T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513862#M22562</link>
      <description>According to HP, the %rcache should nearly always be 100 and %wcache should never be less than 70. I'll try and find the document which elaborates on these specifications. Anyway, if your rates tend to fall below these thresholds, you might want to increase dbc_max_pct to increase the size of the dynamic buffer cache. If dbc_max_pct is already at 50% and the dynamic buffer cache is completely used (use the &lt;T&gt;ables option in glance), then the machine migth be short on memory.&lt;BR /&gt;&lt;BR /&gt;Vincent&lt;/T&gt;</description>
      <pubDate>Thu, 05 Apr 2001 11:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513862#M22562</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-04-05T11:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513863#M22563</link>
      <description>Hi,&lt;BR /&gt;I think the the "rabbit"-answer has already been given by Vincent.&lt;BR /&gt;But just want to add: if you are mainly using a database like Oracle which does its own buffering then the OS filesystem buffering is less important.&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 05 Apr 2001 11:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513863#M22563</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-04-05T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513864#M22564</link>
      <description>Hello Malcolm,&lt;BR /&gt;&lt;BR /&gt;in case the processes on your box are writing "new"&lt;BR /&gt;data to disk (like log-files), then everything is fine -&lt;BR /&gt;appending data to existing files cannot be found in the&lt;BR /&gt;buffer cache. Your values seem to be really high, not&lt;BR /&gt;low, btw!&lt;BR /&gt;Be careful NOT to use more than about 400MB of cache,&lt;BR /&gt;or it will actually slow down your system. &lt;BR /&gt;Use "sar -d" and "iostat" to check for fragmented data&lt;BR /&gt;files instead.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Fri, 06 Apr 2001 20:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513864#M22564</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-04-06T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513865#M22565</link>
      <description>Malcolm,&lt;BR /&gt;&lt;BR /&gt;Here is my 2 cents. &lt;BR /&gt;&lt;BR /&gt;Any read cache hit above 95% should be fine, of course higher the better.  Also, don't just look at the percentage alone, the number of physical read/write per second should be taken into account too.  As I can see from your sar output that while your %rcache figures dropped below 70%, the number of physical read per sec (pread) was only 2, this I don't think will impose much performance impact on your system.&lt;BR /&gt;&lt;BR /&gt;Usually, putting in more memory will improve system performance because cache hit rate gets better, therefore less physical I/O which is the major factor for a system to run smoothly.  This is especially true if you're running RDMBS such as Sybase or Oracle.  Large amount of cache memory may be causing more OS management overhead but I believe the benefits on reduced physical I/O could easily outweight such side effect.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Fri, 06 Apr 2001 23:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513865#M22565</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-06T23:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513866#M22566</link>
      <description>Malcolm,&lt;BR /&gt;&lt;BR /&gt;I made a mistake, the physical disk read/write should be represented by bread/s and bwrite/s (not pread/s and pwrite/s as I thought before),  One explanation on this is that your system is really lack on memory.  Other possibilities are that your system ran RDBMS like Sybase or Oracle, and there were not enough memory allocated.  Also, it is possible that there were non-indexed SQL queries which caused table scans, hence led to large amount of physical I/Os.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Mon, 09 Apr 2001 00:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/2513866#M22566</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-04-09T00:52:37Z</dc:date>
    </item>
  </channel>
</rss>

