<?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: Throughput of HBA cards? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574224#M30952</link>
    <description>Hi Joeriz,&lt;BR /&gt;&lt;BR /&gt;You can use sar -b and sar -d to measure some of the metrics.&lt;BR /&gt;&lt;BR /&gt;You can also try &lt;A href="http://www.iozone.org" target="_blank"&gt;http://www.iozone.org&lt;/A&gt; which helps in analyzing I/O performance&lt;BR /&gt;&lt;BR /&gt;HP has a unsupported tool called "diskbench" which can be used also &lt;BR /&gt;&lt;A href="http://devresource.hp.com/devresource/Tools/Diskbench/Diskbench.html" target="_blank"&gt;http://devresource.hp.com/devresource/Tools/Diskbench/Diskbench.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
    <pubDate>Mon, 03 Sep 2001 14:25:30 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-09-03T14:25:30Z</dc:date>
    <item>
      <title>Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574222#M30950</link>
      <description>How can I measure the throughput of the HBA cards attached to my host?</description>
      <pubDate>Mon, 03 Sep 2001 10:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574222#M30950</guid>
      <dc:creator>Joeriz Agtay</dc:creator>
      <dc:date>2001-09-03T10:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574223#M30951</link>
      <description>Hi,&lt;BR /&gt;All I can think of for now (Im very busy and stressed, sorry...) is use glance..., or sar -d, or tranfer loads of data and use your watch or time cp ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 03 Sep 2001 13:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574223#M30951</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2001-09-03T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574224#M30952</link>
      <description>Hi Joeriz,&lt;BR /&gt;&lt;BR /&gt;You can use sar -b and sar -d to measure some of the metrics.&lt;BR /&gt;&lt;BR /&gt;You can also try &lt;A href="http://www.iozone.org" target="_blank"&gt;http://www.iozone.org&lt;/A&gt; which helps in analyzing I/O performance&lt;BR /&gt;&lt;BR /&gt;HP has a unsupported tool called "diskbench" which can be used also &lt;BR /&gt;&lt;A href="http://devresource.hp.com/devresource/Tools/Diskbench/Diskbench.html" target="_blank"&gt;http://devresource.hp.com/devresource/Tools/Diskbench/Diskbench.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Mon, 03 Sep 2001 14:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574224#M30952</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-03T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574225#M30953</link>
      <description>It's quite difficult to measure the throughput of a HBA card using the system commands as it is really dependent on how the command is issued. It is also dependent on how the external disk array is also configured.&lt;BR /&gt;&lt;BR /&gt;I do the following to get a feel of throughput on my system.&lt;BR /&gt;&lt;BR /&gt;Create an seperate LUN on the disk subsystem.&lt;BR /&gt;Create a volume group, file system and mount it. To measure the throughput for writes&lt;BR /&gt;&lt;BR /&gt;#date &amp;gt;&amp;gt; log;prealloc /file_system/testfile 500000000;date &amp;gt;&amp;gt; log&lt;BR /&gt;&lt;BR /&gt;Now measure the difference in the times and devide 500MB with it. For reads.,&lt;BR /&gt;&lt;BR /&gt;#date &amp;gt;&amp;gt; log;cat /file_system/testfile &amp;gt; /dev/null ;date &amp;gt;&amp;gt; log&lt;BR /&gt;&lt;BR /&gt;repeat the above said process. &lt;BR /&gt;&lt;BR /&gt;The above is only for sequential. &lt;BR /&gt;&lt;BR /&gt;These througputs vary depending on random reads/writes.&lt;BR /&gt;&lt;BR /&gt;Also, striping on the disk subsystem will also change the throughput.&lt;BR /&gt;&lt;BR /&gt;-Sri &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Sep 2001 17:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574225#M30953</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-03T17:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574226#M30954</link>
      <description>If you have glance-ux or scope-ux measureware, you can get some really good network traffic figures from extracting from your scope-ux datalog.&lt;BR /&gt;&lt;BR /&gt;if you have /var/opt/perf/&lt;BR /&gt;cd to that directory and run the following.&lt;BR /&gt;&lt;BR /&gt;extract -xp -G -r /var/opt/perf/rept&lt;BR /&gt;&lt;BR /&gt;this will give you ample data that you can download into excel and report from there your netstat totals.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Vito</description>
      <pubDate>Tue, 04 Sep 2001 12:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574226#M30954</guid>
      <dc:creator>Vito Sarducci</dc:creator>
      <dc:date>2001-09-04T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Throughput of HBA cards?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574227#M30955</link>
      <description>&lt;BR /&gt;HBA card ? more info please, what type/model of card is it and whats the host type ?&lt;BR /&gt;&lt;BR /&gt;For any sort of connection to disk/tape devices dd is the command to test out performance.&lt;BR /&gt;&lt;BR /&gt;For any sort of lan cards, ftp is the command to test out performance. &lt;BR /&gt;&lt;BR /&gt;I can provide more info from the HP (internal use)  manual on card performance if you can give more details on your host and cards in question.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 12:39:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/throughput-of-hba-cards/m-p/2574227#M30955</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-09-04T12:39:40Z</dc:date>
    </item>
  </channel>
</rss>

