<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux Quick Tip &#8211; Benchmark Disk Performance</title>
	<atom:link href="http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 14:16:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alain Kelder</title>
		<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/comment-page-1/#comment-20</link>
		<dc:creator>Alain Kelder</dc:creator>
		<pubDate>Wed, 24 Dec 2008 08:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/#comment-20</guid>
		<description>Hey Cesar, are those SAS drives 10K RPM or 15K RPM?

I&#039;ve been somewhat underwhelmed with the performance of PERC controllers in Dell boxes I&#039;ve used. I&#039;m equally underwhelmed with the LSI controllers in the IBM boxes I&#039;ve been using lately. I&#039;ve found Areca controllers almost twice as fast using the same hard drives. I have some gripes with Areca (and most other commercial RAID controllers) so on my to do list is to get a fast PCI-E or PCI-X controller and see what sort of performance I can get out of Linux software RAID 10 over 8 or more 7.5K RPM SATA drives.

Installing an IBM DAS with 12 7.5K SATA drives in the next couple of weeks. Will test out RAID5 and RAID10 and see how fast it is..</description>
		<content:encoded><![CDATA[<p>Hey Cesar, are those SAS drives 10K RPM or 15K RPM?</p>
<p>I&#8217;ve been somewhat underwhelmed with the performance of PERC controllers in Dell boxes I&#8217;ve used. I&#8217;m equally underwhelmed with the LSI controllers in the IBM boxes I&#8217;ve been using lately. I&#8217;ve found Areca controllers almost twice as fast using the same hard drives. I have some gripes with Areca (and most other commercial RAID controllers) so on my to do list is to get a fast PCI-E or PCI-X controller and see what sort of performance I can get out of Linux software RAID 10 over 8 or more 7.5K RPM SATA drives.</p>
<p>Installing an IBM DAS with 12 7.5K SATA drives in the next couple of weeks. Will test out RAID5 and RAID10 and see how fast it is..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar Delgado</title>
		<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/comment-page-1/#comment-19</link>
		<dc:creator>Cesar Delgado</dc:creator>
		<pubDate>Tue, 23 Dec 2008 23:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/#comment-19</guid>
		<description>Dell PowerEdge with PowerVault
PERC 6/E Controller
14 SAS drives in RAID 10
 Timing buffered disk reads:  636 MB in  3.00 seconds = 212.00 MB/sec
 ------------------------------
Work Desktop
SATA drives
/dev/sda:
 Timing buffered disk reads:  196 MB in  3.01 seconds =  65.10 MB/sec
/dev/sdb:
 Timing buffered disk reads:  204 MB in  3.02 seconds =  67.54 MB/sec</description>
		<content:encoded><![CDATA[<p>Dell PowerEdge with PowerVault<br />
PERC 6/E Controller<br />
14 SAS drives in RAID 10<br />
 Timing buffered disk reads:  636 MB in  3.00 seconds = 212.00 MB/sec<br />
 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Work Desktop<br />
SATA drives<br />
/dev/sda:<br />
 Timing buffered disk reads:  196 MB in  3.01 seconds =  65.10 MB/sec<br />
/dev/sdb:<br />
 Timing buffered disk reads:  204 MB in  3.02 seconds =  67.54 MB/sec</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain Kelder</title>
		<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/comment-page-1/#comment-18</link>
		<dc:creator>Alain Kelder</dc:creator>
		<pubDate>Tue, 23 Dec 2008 20:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/#comment-18</guid>
		<description>Yeah, bonnie++ is great. I usually use hdparm to get a general idea of a drive&#039;s performance, then move on to dd and bonnie++ for more useful performance metrics of individual disks or RAID arrays with a filesystem on top.</description>
		<content:encoded><![CDATA[<p>Yeah, bonnie++ is great. I usually use hdparm to get a general idea of a drive&#8217;s performance, then move on to dd and bonnie++ for more useful performance metrics of individual disks or RAID arrays with a filesystem on top.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/comment-page-1/#comment-17</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 23 Dec 2008 19:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/#comment-17</guid>
		<description>I used the public domain I/O test program named &quot;bonnie&quot; a few days ago.
Its easy to install/compile and execute and has reasonable results.
Below is an example:
[root@demo tmp]# ./run_bonnie.sh
Start bonnie at Thu Dec 18 14:06:41 PST 2008
File &#039;/tmp/bonnie_tmp/Bonnie.16293&#039;, size: 1073741824
Writing with putc()...done
Rewriting...done
Writing intelligently...done
Reading with getc()...done
Reading intelligently...done
Seeker 1...Seeker 2...Seeker 3...start &#039;em...done...done...done...
              -------Sequential Output-------- ---Sequential Input-- --Random--
              -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
Machine    GB M/sec %CPU M/sec %CPU M/sec %CPU M/sec %CPU M/sec %CPU  /sec %CPU
demo.fas    1  39.8 76.5  93.0 31.9 844.8 99.8  65.8 99.9 2557.8 99.6    77  0.5
End bonnie at Thu Dec 18 14:09:27 PST 2008
[root@demo tmp]#</description>
		<content:encoded><![CDATA[<p>I used the public domain I/O test program named &#8220;bonnie&#8221; a few days ago.<br />
Its easy to install/compile and execute and has reasonable results.<br />
Below is an example:<br />
[root@demo tmp]# ./run_bonnie.sh<br />
Start bonnie at Thu Dec 18 14:06:41 PST 2008<br />
File &#8216;/tmp/bonnie_tmp/Bonnie.16293&#8242;, size: 1073741824<br />
Writing with putc()&#8230;done<br />
Rewriting&#8230;done<br />
Writing intelligently&#8230;done<br />
Reading with getc()&#8230;done<br />
Reading intelligently&#8230;done<br />
Seeker 1&#8230;Seeker 2&#8230;Seeker 3&#8230;start &#8216;em&#8230;done&#8230;done&#8230;done&#8230;<br />
              &#8212;&#8212;-Sequential Output&#8212;&#8212;&#8211; &#8212;Sequential Input&#8211; &#8211;Random&#8211;<br />
              -Per Char- &#8211;Block&#8212; -Rewrite&#8211; -Per Char- &#8211;Block&#8212; &#8211;Seeks&#8212;<br />
Machine    GB M/sec %CPU M/sec %CPU M/sec %CPU M/sec %CPU M/sec %CPU  /sec %CPU<br />
demo.fas    1  39.8 76.5  93.0 31.9 844.8 99.8  65.8 99.9 2557.8 99.6    77  0.5<br />
End bonnie at Thu Dec 18 14:09:27 PST 2008<br />
[root@demo tmp]#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain Kelder</title>
		<link>http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/comment-page-1/#comment-16</link>
		<dc:creator>Alain Kelder</dc:creator>
		<pubDate>Tue, 23 Dec 2008 01:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://giantdorks.org/jason/2008/12/22/linux-quick-tip-benchmark-disk-performance/#comment-16</guid>
		<description>The problem with hdparm is that it tells an incomplete story. I find tests that measure disk + filesystem performance more interesting. Here are some stats nevertheless:

----------------------------------------------------
Dell PowerEdge 840 (tower)
Areca ARC-1110 controller (JBOD mode)
2 Western Digital 500 GB SATA, Linux Software RAID 1
----------------------------------------------------
Timing buffered disk reads:  214 MB in  3.00 seconds =  71.33 MB/sec

----------------------------------------------------
Dell PowerEdge 840 (tower)
Areca ARC-1110 controller (JBOD mode)
4 Western Digital 500 GB SATA, Linux Software RAID 10
----------------------------------------------------
Timing buffered disk reads:  404 MB in  3.01 seconds = 134.13 MB/sec

----------------------------------------------------
Dell PowerEdge 840 (tower)
Areca ARC-1110 controller
4 Western Digital 500 GB SATA, RAID 5
----------------------------------------------------
Timing buffered disk reads:  666 MB in  3.01 seconds = 221.36 MB/sec

----------------------------------------------------
Dell PowerEdge 2950
Perc 5/i controller
4 Western Digital 500 GB SATA, RAID 5
----------------------------------------------------
Timing buffered disk reads:  346 MB in  3.00 seconds = 115.21 MB/sec</description>
		<content:encoded><![CDATA[<p>The problem with hdparm is that it tells an incomplete story. I find tests that measure disk + filesystem performance more interesting. Here are some stats nevertheless:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dell PowerEdge 840 (tower)<br />
Areca ARC-1110 controller (JBOD mode)<br />
2 Western Digital 500 GB SATA, Linux Software RAID 1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Timing buffered disk reads:  214 MB in  3.00 seconds =  71.33 MB/sec</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dell PowerEdge 840 (tower)<br />
Areca ARC-1110 controller (JBOD mode)<br />
4 Western Digital 500 GB SATA, Linux Software RAID 10<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Timing buffered disk reads:  404 MB in  3.01 seconds = 134.13 MB/sec</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dell PowerEdge 840 (tower)<br />
Areca ARC-1110 controller<br />
4 Western Digital 500 GB SATA, RAID 5<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Timing buffered disk reads:  666 MB in  3.01 seconds = 221.36 MB/sec</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dell PowerEdge 2950<br />
Perc 5/i controller<br />
4 Western Digital 500 GB SATA, RAID 5<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Timing buffered disk reads:  346 MB in  3.00 seconds = 115.21 MB/sec</p>
]]></content:encoded>
	</item>
</channel>
</rss>
