<?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: HP-UX 11i Disk I/O rate decreases over days in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291701#M672785</link>
    <description>So are ou noticing significant application slow down as the days go by? Can that be quantified in application performance terms?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; We're using a crude test - a perl program will create a temp file on each of several mount points and measure the time it takes to create the file. If it creates a 468mb file in 10 seconds, we use a 46mb/sec rate.&lt;BR /&gt;How big is dbc_max.. in megabytes?&lt;BR /&gt;&lt;BR /&gt;You use a good sized file, but it will likely still fit in memory. &lt;BR /&gt;Are you using SYNC in the test, or on a commandline (man 1M sync) and including that time?&lt;BR /&gt;&lt;BR /&gt;Does the CPU usage for the perl test change over time?&lt;BR /&gt;&lt;BR /&gt;Could some free-space fragmention play a role?&lt;BR /&gt;&lt;BR /&gt;There are more robust disk performance tools. Google will gladly find some.&lt;BR /&gt;&lt;BR /&gt;You might want to experiment with 'dd' instead of perl to focus more on IO, less on buffering, and get free timing data.&lt;BR /&gt;&lt;BR /&gt;( Mind you, the perl IO is not a bad plan... if your application is written in perl and is all about createing 400 Mb files. It is not, is it now?! :-)&lt;BR /&gt;&lt;BR /&gt;So how about trying to isolate an application chunk and replay and measure the performance of that on the hour every hour?!&lt;BR /&gt;&lt;BR /&gt;Performance evaluations are NOT easy. &lt;BR /&gt;Far from it. GIGO.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some more!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Oct 2008 20:37:21 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2008-10-22T20:37:21Z</dc:date>
    <item>
      <title>HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291696#M672780</link>
      <description>We have a HP9000/800/S16K-A with a VA7100 storage array with 15 disks. (I don't know the complete config.) We have two controllers into the VA, but only one is active - the other is a fail-over.&lt;BR /&gt;&lt;BR /&gt;Here's the problem... We get good disk IO throughput immediately after a system reboot. However, after a few days that rate drops. By five or six days the rate is nearly half.  After two weeks it is horrible and we must reboot.&lt;BR /&gt;&lt;BR /&gt;This problem is fairly new to the system. We've had the system for 3+ years. About 5 months ago it was moved (via commercial mover) to another data center. Major issues with bringing it back on-line and several parts were replaced.&lt;BR /&gt;&lt;BR /&gt;We've since replaced both controllers and upgraded the firmware.  Still, we continue to have the problem.&lt;BR /&gt;&lt;BR /&gt;Anyone have any ideas on what to look for?</description>
      <pubDate>Wed, 22 Oct 2008 04:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291696#M672780</guid>
      <dc:creator>Michael Resnick</dc:creator>
      <dc:date>2008-10-22T04:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291697#M672781</link>
      <description>Did that commercial mover specialize in moving data centre equipment?  I'm concerned about how it was moved.  If it was treated poorly who knows what's happened to the hardware.&lt;BR /&gt;&lt;BR /&gt;Have you had HP in to do a thorough check of the hardware?  As well as do a  cross-check of hardware/software compatibility for the new controllers?  If you have a support contract you may have some of those support days they throw in for such things....may cost you nothing to have them come in and triple check it for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291697#M672781</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-10-22T06:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291698#M672782</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt; Anyone have any ideas on what to look for? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do NOT (start to) look at the storage (Hardware)!&lt;BR /&gt;&lt;BR /&gt;The (observed (how?) disk IO RATE decrease could be a cause, or an effect.&lt;BR /&gt;&lt;BR /&gt;My money is on being is on it being an effect.&lt;BR /&gt;&lt;BR /&gt;A system reboort is rather unlikely to heal you storage (Hardware) is it now?&lt;BR /&gt;&lt;BR /&gt;My thinks that system is asking fewer IO either&lt;BR /&gt;1) because there is less to do (caches filled)&lt;BR /&gt;or&lt;BR /&gt;2) because is burns too much time trying to figure out what IO to do.&lt;BR /&gt;&lt;BR /&gt;So...&lt;BR /&gt;&lt;BR /&gt;1) Is the application performance (response time? throughput?) getting worse over time, and better with reboot?&lt;BR /&gt;- can you restart application instead of the whole box with a similar healign effect?&lt;BR /&gt;&lt;BR /&gt;2) Are there other performance attributes changing?&lt;BR /&gt;- Higher (system) CPU usage?&lt;BR /&gt;- Network counters?&lt;BR /&gt;- Free Memory?&lt;BR /&gt;- Disk IO response time?&lt;BR /&gt;&lt;BR /&gt;What is the application on the box?&lt;BR /&gt;What do the performance indicator of the application tell you?&lt;BR /&gt;&lt;BR /&gt;Hope this helps some&lt;BR /&gt;Regards,&lt;BR /&gt;Hein van den Heuvel ( at gmail dot com )&lt;BR /&gt;HvdH Performance Consulting &lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291698#M672782</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-10-22T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291699#M672783</link>
      <description>Yes, the movers "specilized" in data center moves.  This server was only one of severl in the data center that was moved.&lt;BR /&gt;&lt;BR /&gt;I did try stop the application but did not notice a change.&lt;BR /&gt;&lt;BR /&gt;We're using a crude test - a perl program will create a temp file on each of several mount points and measure the time it takes to create the file.  If it creates a 468mb file in 10 seconds, we use a 46mb/sec rate.&lt;BR /&gt;&lt;BR /&gt;Shortly after a reboot, we'd see values of 234mb/sec and 156mb/sec on a couple of mount points. Currently, I see 52mb/sec and 66mb/sec on those same mount points.  There is no back-up or other disk-intensive process running that I can see. the above rates will get worse over the next few days.&lt;BR /&gt;&lt;BR /&gt;Is there some better way to measure what's going on? Glance shows currently 8% disk util.</description>
      <pubDate>Wed, 22 Oct 2008 18:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291699#M672783</guid>
      <dc:creator>Michael Resnick</dc:creator>
      <dc:date>2008-10-22T18:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291700#M672784</link>
      <description>Should also note the system has a 3rd-party hardware support contract - hot HP. :(&lt;BR /&gt;&lt;BR /&gt;That vendor was responsible for parts replacement following the move and for firmware upgrades following a review of current devices.</description>
      <pubDate>Wed, 22 Oct 2008 18:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291700#M672784</guid>
      <dc:creator>Michael Resnick</dc:creator>
      <dc:date>2008-10-22T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11i Disk I/O rate decreases over days</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291701#M672785</link>
      <description>So are ou noticing significant application slow down as the days go by? Can that be quantified in application performance terms?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; We're using a crude test - a perl program will create a temp file on each of several mount points and measure the time it takes to create the file. If it creates a 468mb file in 10 seconds, we use a 46mb/sec rate.&lt;BR /&gt;How big is dbc_max.. in megabytes?&lt;BR /&gt;&lt;BR /&gt;You use a good sized file, but it will likely still fit in memory. &lt;BR /&gt;Are you using SYNC in the test, or on a commandline (man 1M sync) and including that time?&lt;BR /&gt;&lt;BR /&gt;Does the CPU usage for the perl test change over time?&lt;BR /&gt;&lt;BR /&gt;Could some free-space fragmention play a role?&lt;BR /&gt;&lt;BR /&gt;There are more robust disk performance tools. Google will gladly find some.&lt;BR /&gt;&lt;BR /&gt;You might want to experiment with 'dd' instead of perl to focus more on IO, less on buffering, and get free timing data.&lt;BR /&gt;&lt;BR /&gt;( Mind you, the perl IO is not a bad plan... if your application is written in perl and is all about createing 400 Mb files. It is not, is it now?! :-)&lt;BR /&gt;&lt;BR /&gt;So how about trying to isolate an application chunk and replay and measure the performance of that on the hour every hour?!&lt;BR /&gt;&lt;BR /&gt;Performance evaluations are NOT easy. &lt;BR /&gt;Far from it. GIGO.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some more!&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2008 20:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11i-disk-i-o-rate-decreases-over-days/m-p/4291701#M672785</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-10-22T20:37:21Z</dc:date>
    </item>
  </channel>
</rss>

