<?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 sar vs perfview in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466976#M15883</link>
    <description>Hi&lt;BR /&gt;sar -d displays a column %wio.  which metric in glance and specially in perfview shows this information.&lt;BR /&gt;%wio shows values greater than 60%.  I want to investigate further disk bottleneck.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 23 Nov 2000 20:00:33 GMT</pubDate>
    <dc:creator>Asad Malik</dc:creator>
    <dc:date>2000-11-23T20:00:33Z</dc:date>
    <item>
      <title>sar vs perfview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466976#M15883</link>
      <description>Hi&lt;BR /&gt;sar -d displays a column %wio.  which metric in glance and specially in perfview shows this information.&lt;BR /&gt;%wio shows values greater than 60%.  I want to investigate further disk bottleneck.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 23 Nov 2000 20:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466976#M15883</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2000-11-23T20:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: sar vs perfview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466977#M15884</link>
      <description>excerpt from the old "Glance vs SAR" whitepaper:&lt;BR /&gt;&lt;BR /&gt;some users have also expressed interest in sar -u's &lt;BR /&gt;"wio" metric, and the fact that this metric is not in glance or&lt;BR /&gt;measureware.  Sar's wio metric is an estimate of cpu time "idle, but &lt;BR /&gt;waiting for I/O to complete".  The instrumentation that glance uses (the &lt;BR /&gt;KI/MI) provides more accurate cpu statistics in general because they are &lt;BR /&gt;trace-based not sample-based, but idle cpu time is not broken down.  &lt;BR /&gt;Glance's idle cpu time will be roughly equal to sar's idle plus wio. &lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 00:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466977#M15884</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2000-11-24T00:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: sar vs perfview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466978#M15885</link>
      <description>Use "sar -ud" report activity for each disk and "sar -b" for buffer activity informations.&lt;BR /&gt;Also check out these documents: S3100002312A,B and C (Sys Adm: determining the cause of system performance problems).</description>
      <pubDate>Fri, 24 Nov 2000 10:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466978#M15885</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-24T10:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: sar vs perfview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466979#M15886</link>
      <description>&lt;BR /&gt;The %wio from sar is a very useful global performance metric. I wish PerfView/glance had it also.&lt;BR /&gt;&lt;BR /&gt;Its very valuable in determining your systems overall disk i/o performance. I can give you a guide, anything over 20 and your system is completely i/o bound, &amp;lt;10 is ok, &amp;lt; 5 is good. At HP we ensure all our important servers run a %wio &amp;lt;5. &lt;BR /&gt;&lt;BR /&gt;If yours is indeed 60 I would begin a plan to add faster disks/stripe everything etc. once youve used sar or Perfview to determine which disks/lvol is causing the large bottleneck.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 11:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466979#M15886</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-11-24T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: sar vs perfview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466980#M15887</link>
      <description>I can not tell you specifically how yet, but, high %wio also relates to buffer cache.  It goes deeper than just slow disks or i/o bottleneck.&lt;BR /&gt;I had a K570 running with 2 FC30 arrays.  %wio was consistently in the 50% range during peak hours.  We then moved to a V2500 and XP256.  %wio is now in the 30% range.  Better, but, still bad.  However, i/o performance is good.  If we check the access times from our applications they are sub-second.&lt;BR /&gt;When the system was installed the kernel parameter dbc_max_pct was left at the default of 50.  This means that the system can use up to 50% of RAM for buffer cache.  This is typically too high.  I decreased dbc_mac_pct to 30 and %wio shot up to 70%.  I needed that buffer cache.&lt;BR /&gt;A second part of this is that our system is an Oracle database server.  There is a performance hit called double buffering.  Oracle caches writes in the SGA.  Then depending on how the file systems are mounted, it can also write to your buffer cache.  Two i/o's.  If you mount the file systems with I believe it is the "mincache=direct" option it will not use buffer cache.  Your database writes to the SGA which then writes directly to the disk, by-passing the system buffer cache.  this is much faster.&lt;BR /&gt;When I tried this %wio again jumped up to 50%.  Obviously I did something wrong and I have not gone back to work with it again.  What it does show is that buffer cache usage plays a large role in the %wio metric.  And, while ours is still high the system performs well.   While slow disks will create an i/o bottleneck there is often times more than one problem.&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Nov 2000 15:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-vs-perfview/m-p/2466980#M15887</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2000-11-26T15:41:19Z</dc:date>
    </item>
  </channel>
</rss>

