<?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: disk drive speed in Disk</title>
    <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633787#M5736</link>
    <description>I didn't check into all the other responses but the utility you WANT is IOMETER.   And you can d/l it free at &lt;A href="http://www.OImeter.org." target="_blank"&gt;www.OImeter.org.&lt;/A&gt;</description>
    <pubDate>Wed, 12 Oct 2005 15:45:55 GMT</pubDate>
    <dc:creator>Jeff Christensen</dc:creator>
    <dc:date>2005-10-12T15:45:55Z</dc:date>
    <item>
      <title>disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633781#M5730</link>
      <description>i had an HP guy in once who downloaded some tool that you could run against either a disk or a logical volume group&lt;BR /&gt;it would write data to and from the drive(s) and tell you the MB/Sec it took&lt;BR /&gt;&lt;BR /&gt;this was one step in a process to see if we could stream LTO2 tape drives&lt;BR /&gt;&lt;BR /&gt;Does anyone know what this tools was and more importantly where i can re-download it from?</description>
      <pubDate>Fri, 23 Sep 2005 15:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633781#M5730</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2005-09-23T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633782#M5731</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Create /dev/zero.&lt;BR /&gt;(mknod -c ?????etc)&lt;BR /&gt;dd if=/dev/zero of=/mountpoint/file bs=1024k count=512&lt;BR /&gt;timex dd if=/mountpoint/file of=/dev/null bs=1024 count=512 &lt;BR /&gt;512MB/seconds time=speed per second.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 23 Sep 2005 15:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633782#M5731</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2005-09-23T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633783#M5732</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;dd is a fine first level approximation but is prone to false measureaments. Stuff like track-read-ahead, minimal head movement may skew the results unrealistically so.&lt;BR /&gt; &lt;BR /&gt;There is a bunch of more extensive tools.&lt;BR /&gt;Some that come to mind: iozone, bonnie(+), iobench&lt;BR /&gt;&lt;BR /&gt;Google for all of those and/or check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.acnc.com/benchmarks.html" target="_blank"&gt;http://www.acnc.com/benchmarks.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://portal.acm.org/citation.cfm?id=71309" target="_blank"&gt;http://portal.acm.org/citation.cfm?id=71309&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;btw, Gideon's reply has a typo, leaving of a 'k' in db-1024k. Also, the large buffer size will measure throughput in MB/sec. For some applicaitons it is more important to know IO/sec and you want to repeat the same test with bs=1024 count=512000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Sep 2005 20:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633783#M5732</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-09-23T20:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633784#M5733</link>
      <description>sar -d will show disk transfer rates.&lt;BR /&gt;&lt;BR /&gt;Set up the 24-hour data collection version.</description>
      <pubDate>Mon, 26 Sep 2005 12:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633784#M5733</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-09-26T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633785#M5734</link>
      <description>HP does have a tool, but it might be for internal use only.  I would suggest you check with your HP presales TCC/SA/SE or ASE if you have Proactive support or higher.</description>
      <pubDate>Tue, 27 Sep 2005 09:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633785#M5734</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2005-09-27T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633786#M5735</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;The tool your are searching for is probably "Pat" or "HPReadData". So have a look at this URL &lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpg50460" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=lpg50460&lt;/A&gt; : there are links at the end of the page to download them and other tools.&lt;BR /&gt;&lt;BR /&gt;I frequently use Pat with SAN Storage to mesure performances of different configurations. Never used HPReadData as it seems to have been designed for hpux 11.00&lt;BR /&gt;&lt;BR /&gt;I you don't find it, let me know, il will send you the binary : 78 Ko zipped&lt;BR /&gt;&lt;BR /&gt;Hope this will help&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;&lt;BR /&gt;(PBFWME;-)</description>
      <pubDate>Wed, 12 Oct 2005 07:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633786#M5735</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2005-10-12T07:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: disk drive speed</title>
      <link>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633787#M5736</link>
      <description>I didn't check into all the other responses but the utility you WANT is IOMETER.   And you can d/l it free at &lt;A href="http://www.OImeter.org." target="_blank"&gt;www.OImeter.org.&lt;/A&gt;</description>
      <pubDate>Wed, 12 Oct 2005 15:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk/disk-drive-speed/m-p/3633787#M5736</guid>
      <dc:creator>Jeff Christensen</dc:creator>
      <dc:date>2005-10-12T15:45:55Z</dc:date>
    </item>
  </channel>
</rss>

