<?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: Testing Disk I/O Performance in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069586#M30012</link>
    <description>Here's the result after I can the dd test command.&lt;BR /&gt;&lt;BR /&gt;time -p dd if=/dev/raw/raw4 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;dd: reading `/dev/raw/raw40': No such device or address&lt;BR /&gt;262146+1 records in&lt;BR /&gt;262146+1 records out&lt;BR /&gt;real 1633.71&lt;BR /&gt;user 0.23&lt;BR /&gt;sys 59.88&lt;BR /&gt;&lt;BR /&gt;It came back with results even though it said it couldn't find the device.  Can someone let me know how to read these numbers?&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;BR /&gt;&lt;BR /&gt;Jorge&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Sep 2007 17:21:59 GMT</pubDate>
    <dc:creator>Jorge Cocomess</dc:creator>
    <dc:date>2007-09-12T17:21:59Z</dc:date>
    <item>
      <title>Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069583#M30009</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone know how I can test my local attached disk storage by writing &amp;amp; reading and captured the disk I/O??&lt;BR /&gt;&lt;BR /&gt;I am currently running RHAS 3.0 ia64 server.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 12 Sep 2007 12:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069583#M30009</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-12T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069584#M30010</link>
      <description>You can use iometer&lt;BR /&gt;&lt;A href="http://www.iometer.org/" target="_blank"&gt;http://www.iometer.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;iozone&lt;BR /&gt;&lt;A href="http://www.iozone.org/" target="_blank"&gt;http://www.iozone.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or a simple dd to create a 1GB file and meassure the time&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/zero of=/dev/sd&lt;X&gt; bs=8192 count=131072&lt;BR /&gt;&lt;BR /&gt;Remember this dd is command destructive.&lt;/X&gt;</description>
      <pubDate>Wed, 12 Sep 2007 13:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069584#M30010</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-12T13:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069585#M30011</link>
      <description>Ivan,&lt;BR /&gt;&lt;BR /&gt;I've checked out your recommandations.  Unfortunately, iometer doesn't support IA64 at this time.  However, the iozone does, I think.  Would you know how to use the IOzone utility?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 12 Sep 2007 14:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069585#M30011</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-12T14:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069586#M30012</link>
      <description>Here's the result after I can the dd test command.&lt;BR /&gt;&lt;BR /&gt;time -p dd if=/dev/raw/raw4 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;dd: reading `/dev/raw/raw40': No such device or address&lt;BR /&gt;262146+1 records in&lt;BR /&gt;262146+1 records out&lt;BR /&gt;real 1633.71&lt;BR /&gt;user 0.23&lt;BR /&gt;sys 59.88&lt;BR /&gt;&lt;BR /&gt;It came back with results even though it said it couldn't find the device.  Can someone let me know how to read these numbers?&lt;BR /&gt;&lt;BR /&gt;Thank you!!&lt;BR /&gt;&lt;BR /&gt;Jorge&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069586#M30012</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-12T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069587#M30013</link>
      <description>time -p dd if=/dev/raw/raw4 of=/dev/null bs=1024k&lt;BR /&gt;&lt;BR /&gt;dd: reading `/dev/raw/raw40': No such device or address&lt;BR /&gt;262146+1 records in&lt;BR /&gt;262146+1 records out&lt;BR /&gt;real 1633.71&lt;BR /&gt;user 0.23&lt;BR /&gt;sys 59.88&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think that it "does" find the device, but as you did not specified a "count" then it reached the end of the device.&lt;BR /&gt;&lt;BR /&gt;Is this a device of 262GB aprox (262146 records of 1MB)? If so, then it took 27 minutes (16633/60) to read 262GB, that is about 164 MB/s (very good!).</description>
      <pubDate>Wed, 12 Sep 2007 17:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069587#M30013</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-12T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069588#M30014</link>
      <description>Ivan,&lt;BR /&gt;&lt;BR /&gt;You're correct.  The partition was roughly around 274GB raw.  How do you specified a "count" within the command line that I used ealier?&lt;BR /&gt;&lt;BR /&gt;As you've indicated, the I/O seems to be good.  I don't think 164 MB/s is good since the storage is built on a HP EVA5000 Storage.  Shouldn't I be getting something like double or 3 times faster than my testing?  We were getting about the same speed when our Oracle DB was running on the MSA1500 storage.&lt;BR /&gt;&lt;BR /&gt;Any ideas where else I can look for some answers??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 12 Sep 2007 21:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069588#M30014</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-12T21:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069589#M30015</link>
      <description>The question would be, is storage limitating I/O or are you reaching another resource limit? Is your server fast enough to do a storage load test?&lt;BR /&gt;&lt;BR /&gt;The storage sould be connected to a sanswitch, you could monitor the performance via portperfshow command of the sanswitch, and lauch a few "dd" in parallel to try to saturate I/O, to different LUNs. Check also your CPU resource usage and try different block sizes.&lt;BR /&gt;&lt;BR /&gt;You could also try different I/O elevators:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/magazine/008jun05/features/schedulers/" target="_blank"&gt;http://www.redhat.com/magazine/008jun05/features/schedulers/&lt;/A&gt;</description>
      <pubDate>Wed, 12 Sep 2007 21:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069589#M30015</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-12T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069590#M30016</link>
      <description>why don't you give bonnie a try?&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/bonnie/" target="_blank"&gt;http://www.garloff.de/kurt/linux/bonnie/&lt;/A&gt;</description>
      <pubDate>Thu, 13 Sep 2007 00:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069590#M30016</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-09-13T00:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069591#M30017</link>
      <description>I ran another test on another disk volume just to see if there is a different.  The results as follows:&lt;BR /&gt;time -p dd if=/dev/raw/raw47 of=/dev/null bs=1024k&lt;BR /&gt;dd: reading `/dev/raw/raw47': No such device or address&lt;BR /&gt;262138+1 records in&lt;BR /&gt;262138+1 records out&lt;BR /&gt;real 1562.16&lt;BR /&gt;user 0.25&lt;BR /&gt;sys 51.88&lt;BR /&gt;&lt;BR /&gt;I will give other options you've suggested a look and let you all know.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2007 08:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069591#M30017</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-13T08:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069592#M30018</link>
      <description>You don't need to read the whole device to do a performance test, reading/writing 1 GB would be enough to meassure the performance, you do that by specifying the block size and a count.&lt;BR /&gt;&lt;BR /&gt;AFAIK, Oracle uses 8k block sizes, so, in my first example you can see:&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/zero of=/dev/sd&lt;X&gt; bs=8192 count=131072&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/sd&lt;X&gt; of=/dev/null bs=8192 count=131072&lt;BR /&gt;&lt;BR /&gt;That is, read or write 8k 131072 times (8k*131072=1GB).&lt;BR /&gt;&lt;BR /&gt;And the suggested test is to run in more than one dd at the same time to different devices.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;/X&gt;&lt;/X&gt;</description>
      <pubDate>Thu, 13 Sep 2007 09:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069592#M30018</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-13T09:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069593#M30019</link>
      <description>Okay, I got it.  Here's the latest test result.&lt;BR /&gt;&lt;BR /&gt;time dd if=/dev/sdad1 of=/dev/null bs=8192 count=131072&lt;BR /&gt;131072+0 records in&lt;BR /&gt;131072+0 records out&lt;BR /&gt;&lt;BR /&gt;real    0m7.541s&lt;BR /&gt;user    0m0.067s&lt;BR /&gt;sys     0m3.436s&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you tell me how to convert these numbers?&lt;BR /&gt;&lt;BR /&gt;Thanks much!&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 13 Sep 2007 09:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069593#M30019</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-13T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069594#M30020</link>
      <description>Very simple. It took 0m7.541s to read 1 GB of data with a 8k block size, that is 1024MB/7.513=135,8 MB/s.</description>
      <pubDate>Thu, 13 Sep 2007 10:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069594#M30020</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-13T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069595#M30021</link>
      <description>Be careful to measure I/O activity that is representative of what you really care about.  It can be tempting to measure things that are easy to measure, even though they are not actually the same activities that you really want use the system for.  I do value simple benchmarks for their ability to bring clarity.  But they can mislead if you if they don't bottleneck in the same ways as the actual application load.  Differences in buffer size or read-ahead predictibility or many other factors can cause very different results.</description>
      <pubDate>Thu, 13 Sep 2007 10:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069595#M30021</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2007-09-13T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069596#M30022</link>
      <description>Ivan,&lt;BR /&gt;&lt;BR /&gt;So, what you're saying is that from the test result, it was 135 MB/s?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 13 Sep 2007 11:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069596#M30022</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-13T11:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069597#M30023</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;Thanks for your feedback.  I am just trying to find a way to do the I/O comparison from the based test numbers before we migrate our DB from one SAN storage to another.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 13 Sep 2007 11:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069597#M30023</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-09-13T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Disk I/O Performance</title>
      <link>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069598#M30024</link>
      <description>using dd to measure io performance, you will only get a part of the true performance.&lt;BR /&gt;most disks will be able to read a sequence of data pretty fast, random access, write speeds etc are equally important.&lt;BR /&gt;that is why true benchmark tools are better suited.</description>
      <pubDate>Thu, 20 Sep 2007 02:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/testing-disk-i-o-performance/m-p/4069598#M30024</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2007-09-20T02:05:53Z</dc:date>
    </item>
  </channel>
</rss>

