<?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: Your opinion on HBA performance data you would like to see in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596745#M822927</link>
    <description>Cem,&lt;BR /&gt;&lt;BR /&gt;HBAs are not only for SAN, there are also WAN adapters (LAN, X.25, ATM, ...). So your reply is not valid for all HBAs. &lt;BR /&gt;&lt;BR /&gt;Marie-Noelle</description>
    <pubDate>Thu, 11 Aug 2005 09:50:57 GMT</pubDate>
    <dc:creator>marie-noelle jeanson_1</dc:creator>
    <dc:date>2005-08-11T09:50:57Z</dc:date>
    <item>
      <title>Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596736#M822918</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP is seeking your opinion on what performance data would be most useful to return in tools like sar or kmetrics for Host Bus Adapters (HBA) on HP-UX systems?&lt;BR /&gt;- max throughput&lt;BR /&gt;- number of IOs per second&lt;BR /&gt;- utilization (% theoritical max throughput)&lt;BR /&gt;- average IO queueing/response times&lt;BR /&gt;- other?&lt;BR /&gt;&lt;BR /&gt;Feel free to add any comments as to why/how you would use these performance data and which perf tool you use the most. Thank you in advance, &lt;BR /&gt;&lt;BR /&gt;Marie-Noelle (points to be assigned!)&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 11:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596736#M822918</guid>
      <dc:creator>marie-noelle jeanson_1</dc:creator>
      <dc:date>2005-08-04T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596737#M822919</link>
      <description>usually I first check if I get at least 30% of the theoretical performance for a raw device read with dd, then for two reads, then I look at i/o-wait with sar -u and avqueue values with sar -d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i.e. like this:&lt;BR /&gt;for platterl in /dev/rdsk/c5t0d1 /dev/rdsk/c7t0d0; do timex dd if=${platterl} of=/dev/null bs=1024k count=200 &amp;amp; done&lt;BR /&gt;&lt;BR /&gt;gathering wio should be done with real application load, because it'll always be close to 100% for a dd (dd basically does nothing but wait for data to push to /dev/null, so what else should I expect)&lt;BR /&gt;It's much more interesting combined with aqueue/avserv values under regular database load.&lt;BR /&gt;&lt;BR /&gt;sar -d 3 1 during 2GB dd's over two adapters.&lt;BR /&gt;18:46:26   device   %busy   avque   r+w/s  blks/s  avwait  avserv&lt;BR /&gt;18:46:29  c1t15d0    2.33    0.50       4      24    2.85   14.75&lt;BR /&gt;          c3t15d0    2.33    0.50       3      21    3.42   12.93&lt;BR /&gt;           c7t0d0   98.34    0.50     466  238820    4.92    2.11&lt;BR /&gt;           c5t0d1   98.67    0.50     475  243072    5.00    2.07&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I worked at a research or CGI site, I'd probably go dig into the performance values and get closer to what marketing people call 'line rate', maybe expecting 300-350MB/s read + 350MB/s write at the same time[*], but where I am the performance requirements are more targeted towards database throughput, which is largely achieved by striping and whatever.&lt;BR /&gt;&lt;BR /&gt;[*] everyone who's about to say these numbers are never achieved in real situations, please just don't. a five year old octane2 could handle well above &amp;gt;600MB/s. :)</description>
      <pubDate>Thu, 04 Aug 2005 11:53:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596737#M822919</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-04T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596738#M822920</link>
      <description>My input is an extension of glance that specifically provides data on the HBA cards and their performance.&lt;BR /&gt;&lt;BR /&gt;I'd like to see the tools provided for normal disk performance ported to work with data we have to use fcmsutil to get now.&lt;BR /&gt;&lt;BR /&gt;A full toolset is really needed. Everything you list and more.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 04 Aug 2005 12:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596738#M822920</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-04T12:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596739#M822921</link>
      <description>Personnally I prefer the Mesureware agent over sar, as there are lots of tools available to extract and interpret the data. I think it's included in all the OEs except the foundation OE now, so most of your customers probably have it installed. It might be better to dedicate effort in enhancing and documenting Mesureware metrics rather than sar. Just my two cents.&lt;BR /&gt;&lt;BR /&gt;Olivier</description>
      <pubDate>Thu, 04 Aug 2005 12:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596739#M822921</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2005-08-04T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596740#M822922</link>
      <description>OK&lt;BR /&gt;&lt;BR /&gt;IO/s read&lt;BR /&gt;IO/s write&lt;BR /&gt;kB/s read&lt;BR /&gt;kB/s write&lt;BR /&gt;IO read latency&lt;BR /&gt;IO write latency&lt;BR /&gt;port queue (host side)&lt;BR /&gt;% utilisation **&lt;BR /&gt;IO/s errors/resends/corrupt/CRC ...&lt;BR /&gt;&lt;BR /&gt;** I would like to see % utilisation, but it would depend upon how it is calculated.  We use really quite (probably too small) small IO's, so the HBA is most likely to be limited by the max IO/s which may well only be 10% of the max kB/s limit.  So I would like a % util calculated like so (if at all possible) &lt;BR /&gt;&lt;BR /&gt;[total time - ammount of time HBA is idle]/total time&lt;BR /&gt;&lt;BR /&gt;The idle time of the HBA must be time that IO could be placed on the HBA.  In the case of IO/s limited systems the HBA will have times when it could theoretically process IO, but is in reality unable to as the OS/card is blocked performing other functions/context switching.  I guess that this would mean the %util would need to be calculated from the OS point of view, as that would probably be the limiting factor... but there may be better men/women than me who know more&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 04 Aug 2005 15:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596740#M822922</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-08-04T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596741#M822923</link>
      <description>Please get the data and measurement into Glance.  It *really* needs updating to cover the new things added to HPUX.  I don't think I've noticed anything new in Glance since I first loaded it in 1997, meanwhile HPUX has added lots of options to its O/S.</description>
      <pubDate>Thu, 04 Aug 2005 16:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596741#M822923</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-08-04T16:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596742#M822924</link>
      <description>off track, but Glance should also monitor tape performance too (like it does disks)... or any peripheral IO device/class&lt;BR /&gt;&lt;BR /&gt;Just a suggestion&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 11 Aug 2005 03:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596742#M822924</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-08-11T03:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596743#M822925</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I feel error counts in terms of single bit failures if any should also be included&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Thu, 11 Aug 2005 03:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596743#M822925</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-08-11T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596744#M822926</link>
      <description>Glance is my favourite but on the other&lt;BR /&gt;hand if we are talking HBA so means there&lt;BR /&gt;should be a SAN env and We have to look&lt;BR /&gt;SAN side...Then for EVA i also prefer to use&lt;BR /&gt;Hp command view EVAperf also gives many&lt;BR /&gt;important statistics like;&lt;BR /&gt;&lt;BR /&gt;Arrays&lt;BR /&gt;Arrays controllers&lt;BR /&gt;Host connections&lt;BR /&gt;host port statistics&lt;BR /&gt;physical status&lt;BR /&gt;port status&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;just a suggestion as Tim&lt;BR /&gt;&lt;BR /&gt;Greetings from Turkey,&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 09:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596744#M822926</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-08-11T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596745#M822927</link>
      <description>Cem,&lt;BR /&gt;&lt;BR /&gt;HBAs are not only for SAN, there are also WAN adapters (LAN, X.25, ATM, ...). So your reply is not valid for all HBAs. &lt;BR /&gt;&lt;BR /&gt;Marie-Noelle</description>
      <pubDate>Thu, 11 Aug 2005 09:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596745#M822927</guid>
      <dc:creator>marie-noelle jeanson_1</dc:creator>
      <dc:date>2005-08-11T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596746#M822928</link>
      <description>In addition to what you have already mentioned,&lt;BR /&gt;I would also like to see the I/O errors  with some information to troubleshoot where that error is originating.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Thu, 11 Aug 2005 11:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596746#M822928</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-08-11T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Your opinion on HBA performance data you would like to see</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596747#M822929</link>
      <description>Ad a command that shows light dbm if the chipsets support it.  This would be great for finding bad equipment.</description>
      <pubDate>Thu, 11 Aug 2005 23:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/your-opinion-on-hba-performance-data-you-would-like-to-see/m-p/3596747#M822929</guid>
      <dc:creator>generic_1</dc:creator>
      <dc:date>2005-08-11T23:28:03Z</dc:date>
    </item>
  </channel>
</rss>

