<?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/3294810#M182770</link>
    <description>Hi, &lt;BR /&gt;I don't  think its write cache problem.&lt;BR /&gt;How are you comnig to this conclusion ? &lt;BR /&gt;sar -b &lt;BR /&gt;This command reports buffer activity.&lt;BR /&gt;bread/s : Number of physical reads per second from the disk (or other block devices)&lt;BR /&gt;to the buffer cache&lt;BR /&gt;bwrit/s : Number of physical writes per second from the buffer cache to the disk (or&lt;BR /&gt;other block device)&lt;BR /&gt;lread/s : Number of reads per second from buffer cache&lt;BR /&gt;lwrit/s : Number of writes per second to buffer cache&lt;BR /&gt;%rcache : Buffer cache hit ratio for read requests e.g., 1 - bread/lread&lt;BR /&gt;%wcache : Buffer cache hit ratio for write requests e.g., 1 - bwrit/lwrit&lt;BR /&gt;pread/s  : Number of reads per second from character device using the physio()&lt;BR /&gt;(raw I/O) mechanism&lt;BR /&gt;pwrit/s : Number of writes per second to character device using the physio()&lt;BR /&gt;(i.e., raw I/O) mechanism mechanism.&lt;BR /&gt;&lt;BR /&gt;What are you trying to monitor ? &lt;BR /&gt;&lt;BR /&gt;you can try sar -d sar -u etc.., also&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jun 2004 06:44:45 GMT</pubDate>
    <dc:creator>Shaikh Imran</dc:creator>
    <dc:date>2004-06-03T06:44:45Z</dc:date>
    <item>
      <title>sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294808#M182768</link>
      <description>Hi Masters,&lt;BR /&gt;     I'm pasting the output of sar -b 4 5 below, is it indicates write cache problem in the system if yes what action i should take.&lt;BR /&gt;&lt;BR /&gt;16:56:53 bread/s lread/s %rcache bwrit/s lwrit/s %wcache pread/s pwrit/s&lt;BR /&gt;16:56:57       0     467     100       5       6      17       0       0&lt;BR /&gt;16:57:01       0     342     100       4       4       6       0       0&lt;BR /&gt;16:57:05       0     334     100       2       3      36       0       0&lt;BR /&gt;16:57:09       0     334     100       3       2       0       0       0&lt;BR /&gt;16:57:13       0     336     100       3       3       0       0       0&lt;BR /&gt;&lt;BR /&gt;Average        0     363     100       3       4       9       0       0&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 03 Jun 2004 06:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294808#M182768</guid>
      <dc:creator>Ashwin_4</dc:creator>
      <dc:date>2004-06-03T06:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294809#M182769</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;observe a little longer, maybe "sar -b 5 30" before making sure if the buffer cache is the bottleneck.&lt;BR /&gt;&lt;BR /&gt;take note that %rcache &amp;gt;=90% and %wcache &amp;gt;=70% is a desirable figure.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 03 Jun 2004 06:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294809#M182769</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-03T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294810#M182770</link>
      <description>Hi, &lt;BR /&gt;I don't  think its write cache problem.&lt;BR /&gt;How are you comnig to this conclusion ? &lt;BR /&gt;sar -b &lt;BR /&gt;This command reports buffer activity.&lt;BR /&gt;bread/s : Number of physical reads per second from the disk (or other block devices)&lt;BR /&gt;to the buffer cache&lt;BR /&gt;bwrit/s : Number of physical writes per second from the buffer cache to the disk (or&lt;BR /&gt;other block device)&lt;BR /&gt;lread/s : Number of reads per second from buffer cache&lt;BR /&gt;lwrit/s : Number of writes per second to buffer cache&lt;BR /&gt;%rcache : Buffer cache hit ratio for read requests e.g., 1 - bread/lread&lt;BR /&gt;%wcache : Buffer cache hit ratio for write requests e.g., 1 - bwrit/lwrit&lt;BR /&gt;pread/s  : Number of reads per second from character device using the physio()&lt;BR /&gt;(raw I/O) mechanism&lt;BR /&gt;pwrit/s : Number of writes per second to character device using the physio()&lt;BR /&gt;(i.e., raw I/O) mechanism mechanism.&lt;BR /&gt;&lt;BR /&gt;What are you trying to monitor ? &lt;BR /&gt;&lt;BR /&gt;you can try sar -d sar -u etc.., also&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jun 2004 06:44:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294810#M182770</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-06-03T06:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294811#M182771</link>
      <description>I don't see nothing problem here.&lt;BR /&gt;Bruno</description>
      <pubDate>Thu, 03 Jun 2004 08:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294811#M182771</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2004-06-03T08:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: sar -b</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294812#M182772</link>
      <description>you need to observe it for littelt longer. sar -b 2 50.&lt;BR /&gt;&lt;BR /&gt;If write cache rate is not constantly aroung 80 %, you can very well reduce buffer cache and make that saved memory available to users. What you run on this box?&lt;BR /&gt;&lt;BR /&gt;My experience shows that with buffer cache set 300-800 mb, gives good performance. The buffer read and write chache hits are good enough around 85-90 %, so that buffer cache is effectively used.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 03 Jun 2004 08:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-b/m-p/3294812#M182772</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-06-03T08:37:23Z</dc:date>
    </item>
  </channel>
</rss>

