<?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: high avgservice time and avque value in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344354#M343979</link>
    <description>&lt;BR /&gt;Please study the sar -d output carefully and try to put them in the context of the expected use and configuration capabilities.&lt;BR /&gt;&lt;BR /&gt;The systems appears to be in an IO performance zone where a serious understanding is warranted. &lt;BR /&gt;Read up in texts like: &lt;A href="http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf" target="_blank"&gt;http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is what the raw numbers show:&lt;BR /&gt;r+w/s : 600+  Typically that's just fine.&lt;BR /&gt;blks/s: 380,000+ for almost 200Mb/sec.&lt;BR /&gt;&lt;BR /&gt;That exceeds the capacity of single 2gb fiber connection, and would put a significant stress on 4gb connection with deep queues and poor average service times to be expected.&lt;BR /&gt;It also would require a good few (20+) spindles to comfortably sink or sources that data.&lt;BR /&gt;&lt;BR /&gt;You should ask the Eva on details of how it perceives the load. (throughput, responsetimes, balance, read-write ratio,...)&lt;BR /&gt;&lt;BR /&gt;To understand the problem we do not only need to know EVA5K, but many more details&lt;BR /&gt;- What exact HPUX version + extras?&lt;BR /&gt;- How many ACTIVE fibre connections?&lt;BR /&gt;- What is the speed of those connections&lt;BR /&gt;- Multi-Pathing in use?&lt;BR /&gt;- How many drives behind the diskgroup?&lt;BR /&gt;&lt;BR /&gt;If we work the numbers some more, and if they are correct, then they suggest 300+ KB/IO. That may just be fine, but it is a high number which needs to be explained and understood from an application perspective.&lt;BR /&gt;What is the software application? What is it (roughly) trying to do?&lt;BR /&gt;&lt;BR /&gt;Finally, were there is plenty of idle time, there appear to be a relatively high SYSTEM component to the CPU consumption.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.&lt;BR /&gt;</description>
    <pubDate>Sun, 25 Jan 2009 15:30:25 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2009-01-25T15:30:25Z</dc:date>
    <item>
      <title>high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344351#M343976</link>
      <description>Hello every body,&lt;BR /&gt;&lt;BR /&gt;I am having an issue with disk performance of one of your database servers, system connected to EVA5K, avque and service time is very high, I am not able to figure out what is the issue, is it related to Storage or to OS itself. I have attached sar outputs from the system.&lt;BR /&gt;&lt;BR /&gt;and I appreciate if any one can expalin relation between avque and service time and  avwait.&lt;BR /&gt;&lt;BR /&gt;Many thanks</description>
      <pubDate>Sun, 25 Jan 2009 10:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344351#M343976</guid>
      <dc:creator>Yazan Yacoub</dc:creator>
      <dc:date>2009-01-25T10:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344352#M343977</link>
      <description>hmmm, pretty much complicated.&lt;BR /&gt;&lt;BR /&gt;your sar -d output says, disk busy is 100% but avwait is 0%, which means disk is highly utilized.&lt;BR /&gt;&lt;BR /&gt;sar -u output shows the % wait is higher than usage.&lt;BR /&gt;&lt;BR /&gt;and sar -d output is very good.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW, what is your dbc_max_pct and dbc_min_pct settings?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTB, please check with vendor about the storage performance.</description>
      <pubDate>Sun, 25 Jan 2009 10:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344352#M343977</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-25T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344353#M343978</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Lets look at the disk side. What application is using the disk? &lt;BR /&gt;&lt;BR /&gt;A very common error is to put a write intensive application on a raid 5 disk lun. This is not good for performance. Too many places on disk to write the data.&lt;BR /&gt;&lt;BR /&gt;Better raid 1 for example on oracle data, index and relog.&lt;BR /&gt;&lt;BR /&gt;avque refers to the volume of transactions waiting to writ. service time has to do with its name, how long it took to get stuff done. avwait, is how long transactions had to wait to get done. high avwait times are bad. Think about changing disk configuration, and application data layout and load. Laying out the data intelligently can save a lot of wear and tear on the disks and the sysadmin.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 25 Jan 2009 12:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344353#M343978</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-25T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344354#M343979</link>
      <description>&lt;BR /&gt;Please study the sar -d output carefully and try to put them in the context of the expected use and configuration capabilities.&lt;BR /&gt;&lt;BR /&gt;The systems appears to be in an IO performance zone where a serious understanding is warranted. &lt;BR /&gt;Read up in texts like: &lt;A href="http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf" target="_blank"&gt;http://docs.hp.com/en/11iv3IOPerf/IOPerformanceWhitePaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is what the raw numbers show:&lt;BR /&gt;r+w/s : 600+  Typically that's just fine.&lt;BR /&gt;blks/s: 380,000+ for almost 200Mb/sec.&lt;BR /&gt;&lt;BR /&gt;That exceeds the capacity of single 2gb fiber connection, and would put a significant stress on 4gb connection with deep queues and poor average service times to be expected.&lt;BR /&gt;It also would require a good few (20+) spindles to comfortably sink or sources that data.&lt;BR /&gt;&lt;BR /&gt;You should ask the Eva on details of how it perceives the load. (throughput, responsetimes, balance, read-write ratio,...)&lt;BR /&gt;&lt;BR /&gt;To understand the problem we do not only need to know EVA5K, but many more details&lt;BR /&gt;- What exact HPUX version + extras?&lt;BR /&gt;- How many ACTIVE fibre connections?&lt;BR /&gt;- What is the speed of those connections&lt;BR /&gt;- Multi-Pathing in use?&lt;BR /&gt;- How many drives behind the diskgroup?&lt;BR /&gt;&lt;BR /&gt;If we work the numbers some more, and if they are correct, then they suggest 300+ KB/IO. That may just be fine, but it is a high number which needs to be explained and understood from an application perspective.&lt;BR /&gt;What is the software application? What is it (roughly) trying to do?&lt;BR /&gt;&lt;BR /&gt;Finally, were there is plenty of idle time, there appear to be a relatively high SYSTEM component to the CPU consumption.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting.&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Jan 2009 15:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344354#M343979</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-01-25T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344355#M343980</link>
      <description>ideally avserv below 20 acceptable. &lt;BR /&gt;&lt;BR /&gt;service time collected by sar is blended/exaggerated for metas;So sar output can be taken trend of IO happening rather than exact service time.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 01:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344355#M343980</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2009-01-26T01:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344356#M343981</link>
      <description>Thanks every body,&lt;BR /&gt;&lt;BR /&gt;The server is hosting oracle database, and the database is heavily used,&lt;BR /&gt;&lt;BR /&gt;The OS is Solaris, and we are using Sun Stor Traffic Manager and multipathing software.&lt;BR /&gt;&lt;BR /&gt;the Server have two HBA's 1gb speed, and I have monitored the HBA's, and following the max value for I/O from HBA side:&lt;BR /&gt;HBA1: &lt;BR /&gt;Received 152MB/Sec&lt;BR /&gt;Transmitted 12.14MB/Sec&lt;BR /&gt;HBA2:&lt;BR /&gt;Received 35.1MB/Sec&lt;BR /&gt;Transmitted 7.54MB/Sec&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 07:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344356#M343981</guid>
      <dc:creator>Yazan Yacoub</dc:creator>
      <dc:date>2009-01-27T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344357#M343982</link>
      <description>So you maxed out your somewhat unbalances storage connections.&lt;BR /&gt;&lt;BR /&gt;Either find out how to need less (Oracle or application tuning: all those reads are a waste of time :-), of by a buy more connectivity and/or a bigger, better, (HP !?) box. &lt;BR /&gt;IMHO it was wrong of you to post here. The level of the problem suggest one needs a good understanding of the system (The OS and storage details) and/or or a good understanding of Oracle.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH performance consulting.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 12:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344357#M343982</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-01-27T12:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344358#M343983</link>
      <description>Your sar output shows:&lt;BR /&gt;1. there are many (20-30) parallel IO worker process&lt;BR /&gt;2. average IO request size is ~ 256 kB/IO,&lt;BR /&gt;3. avwait is 0, probably the IO workers read from the EVA&lt;BR /&gt;4. sar -b shows ~ 0 bread/s (physical read),&lt;BR /&gt;probably this statistics has no much value due to solaris different buffering mechanism&lt;BR /&gt;5. slightly high system CPU usage&lt;BR /&gt;&lt;BR /&gt;My theory is that you have many runaway Oracle full table scans using directIO (eg forcedirectio mount or discovered directio).&lt;BR /&gt;These processes content for some IPC (semaphore) resource also increasing system CPU usage.&lt;BR /&gt;&lt;BR /&gt;The EVA seems healthy, ~200 MB/s sustained averege throughput is not bad.&lt;BR /&gt;&lt;BR /&gt;What you (or dba admin) can do:&lt;BR /&gt;- indentify the runaway Oracle processes (eg by OEM or v$session etc)&lt;BR /&gt;- stop these (these processes have adverse effect on overall performance)&lt;BR /&gt;- review the corrensponding SQLs by the developers for bugs (eg. infinite loops)&lt;BR /&gt;- sometimes (re)indexing can help&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2009 14:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344358#M343983</guid>
      <dc:creator>Pal_5</dc:creator>
      <dc:date>2009-02-18T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: high avgservice time and avque value</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344359#M343984</link>
      <description>Thanks Pal for your response, I am still struggling with this case, trying to find a solution.&lt;BR /&gt;&lt;BR /&gt;Could you explain how you come up with point number 1,2,3.&lt;BR /&gt;&lt;BR /&gt;Currently my target is to decrease I/O hits going to physical disk, and I am checking SGA value, and I am wondering how can I know how much I am utilizing Oracle Buffer Cache, and what is the relationship between Buffer Hit % and Buffer cache, dose the hit% tell me if I have enough Buffer cache.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/high-avgservice-time-and-avque-value/m-p/4344359#M343984</guid>
      <dc:creator>Yazan Yacoub</dc:creator>
      <dc:date>2009-02-19T04:12:46Z</dc:date>
    </item>
  </channel>
</rss>

