<?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: Help for disk activity in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684620#M245950</link>
    <description>Shalom Juan,&lt;BR /&gt;&lt;BR /&gt;I'd ask what kind of data this is. If its a database on raid 5 storage and writes are heavy, your situation is actually expected.&lt;BR /&gt;&lt;BR /&gt;Database writes to raid 5 multiplies the actual number of disk writes that occur. I would imagine such a situation if an OLTP system were  running heavy writes on storage that is not appropriate for that scenario.&lt;BR /&gt;&lt;BR /&gt;Questions that would help analysis:&lt;BR /&gt;1) Is it a database?&lt;BR /&gt;2) What kind of storage layout is there?&lt;BR /&gt;3) Server type.&lt;BR /&gt;4) OS version&lt;BR /&gt;5) Patch level especially what is the last quarterly patch install. I/O hang patches would also be helpful to know if they have recently been gathered or installed.&lt;BR /&gt;6) More complete statistical analysis with some background scripts: &lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I look forward to the answers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 05 Dec 2005 09:13:30 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-12-05T09:13:30Z</dc:date>
    <item>
      <title>Help for disk activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684619#M245949</link>
      <description>I'm monitoring with sar disk activity (among other indicators).&lt;BR /&gt;&lt;BR /&gt;I obtain an "extrange" situation:&lt;BR /&gt;&lt;BR /&gt;Some disks (that use O.S. cache), have got the following perf indicators:&lt;BR /&gt;&lt;BR /&gt;% Busy: 3-4%&lt;BR /&gt;Average number of requests in Queue: 30-40&lt;BR /&gt;Average Service Time: 1 msec&lt;BR /&gt;Average Wait Time: 1-2 msec.&lt;BR /&gt;&lt;BR /&gt;Also, to complete the analysis, the file access system routines is huge (&amp;gt; 90000) during this period. May be the system is working (how?) with directories that contains a huge number of files.&lt;BR /&gt;&lt;BR /&gt;According to another message in this forum, the percentage of time that queue is inspected, and it has requests enqueued is just 3-4%. But for the cases that there are enqueued requests, it seems that there is an average number of enqueued requests of 30 - 40.&lt;BR /&gt;Finally, the service time is good in abosolute terms: 1 msec, but as the wait time is greather than service time (1-2 msec), this is not good.&lt;BR /&gt;&lt;BR /&gt;Please, any suggestion to understant these data??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 05 Dec 2005 08:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684619#M245949</guid>
      <dc:creator>Juan Francisco Esteve_1</dc:creator>
      <dc:date>2005-12-05T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help for disk activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684620#M245950</link>
      <description>Shalom Juan,&lt;BR /&gt;&lt;BR /&gt;I'd ask what kind of data this is. If its a database on raid 5 storage and writes are heavy, your situation is actually expected.&lt;BR /&gt;&lt;BR /&gt;Database writes to raid 5 multiplies the actual number of disk writes that occur. I would imagine such a situation if an OLTP system were  running heavy writes on storage that is not appropriate for that scenario.&lt;BR /&gt;&lt;BR /&gt;Questions that would help analysis:&lt;BR /&gt;1) Is it a database?&lt;BR /&gt;2) What kind of storage layout is there?&lt;BR /&gt;3) Server type.&lt;BR /&gt;4) OS version&lt;BR /&gt;5) Patch level especially what is the last quarterly patch install. I/O hang patches would also be helpful to know if they have recently been gathered or installed.&lt;BR /&gt;6) More complete statistical analysis with some background scripts: &lt;A href="http://www.hpux.ws/system.perf.sh" target="_blank"&gt;http://www.hpux.ws/system.perf.sh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I look forward to the answers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 05 Dec 2005 09:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684620#M245950</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-05T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help for disk activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684621#M245951</link>
      <description>Gracias amigo Stephen (I'm Spanish and by the momment it remains catholic and not muslim :) )&lt;BR /&gt;&lt;BR /&gt;these data is not a DB. The box has got also DB devices, but their behaviour are totally diferent (avoid O.S. cache, they're in RAID 5, etc..)&lt;BR /&gt;&lt;BR /&gt;I think that the disks I'm tr to see activity has being writed to files, and for any reason, the directories contains a huge number of files.&lt;BR /&gt;&lt;BR /&gt;Anyway, what was a litle bit unusual for me is that %busy is not high, but avque is high and avwait is bigger than avservice.&lt;BR /&gt;&lt;BR /&gt;Any other has experienced this?&lt;BR /&gt;&lt;BR /&gt;Juan</description>
      <pubDate>Mon, 05 Dec 2005 09:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-for-disk-activity/m-p/3684621#M245951</guid>
      <dc:creator>Juan Francisco Esteve_1</dc:creator>
      <dc:date>2005-12-05T09:21:55Z</dc:date>
    </item>
  </channel>
</rss>

