login
Header Space

 
 

Re: RAID-1 performance under 2.4 and 2.6

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Bart Van Assche <bart.vanassche@...>
Cc: <linux-kernel@...>
Date: Wednesday, March 26, 2008 - 8:36 am

Le Wed, 26 Mar 2008 12:15:57 +0100
"Bart Van Assche" <bart.vanassche@gmail.com> écrivait:


Here we go (tested on a slightly slower hardware : Athlon64 3000+,
nVidia chipset) . Actually, direct IO result is identical. However, the
significant number for the end user in this case is the NFS thruput.

2.4 kernel (2.4.32), async write
--------------------------------
root@0[root]# ./dd if=/dev/zero of=/mnt/raid/testdd01 bs=1M count=1024 
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 13.407 seconds, 80.1 MB/s

2.4 kernel (2.4.32), async write thru NFS mount
--------------------------------
emmanuel[/mnt/temp]$ dd if=/dev/zero of=./testdd01 bs=1M count=1024 
1024+0 enregistrements lus
1024+0 enregistrements écrits
1073741824 bytes (1,1 GB) copied, 15,5176 s, 69,2 MB/s

2.4 kernel (2.4.32), async read
--------------------------------
root@0[root]# ./dd if=/mnt/raid/testdd01 of=/dev/null bs=1M
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 15.752 seconds, 68.2 MB/s

2.4 kernel (2.4.32), sync write
--------------------------------
root@0[root]# ./dd if=/dev/zero of=/mnt/raid/testdd01 bs=1M count=1024 \
oflag=direct,dsync 
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 21.7874 seconds, 49.3 MB/s

2.6 kernel (2.6.22.18), async write
--------------------------------
root@0[root]# ./dd if=/dev/zero of=/mnt/raid/testdd02 bs=1M
count=1024 1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 17.1347 seconds, 62.7 MB/s

2.6 kernel (2.6.22.18), async write thru NFS mount
--------------------------------
emmanuel[/mnt/temp]$ dd if=/dev/zero of=./testdd02 bs=1M count=1024
1024+0 enregistrements lus
1024+0 enregistrements écrits
1073741824 bytes (1,1 GB) copied, 21,3618 s, 50,3 MB/s

2.6 kernel (2.6.22.18), async read
--------------------------------
root@0[root]# ./dd if=/mnt/raid/testdd02 of=/dev/null bs=1M
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 15.7599 seconds, 68.1 MB/s

2.6 kernel (2.6.22.18), sync write
--------------------------------
root@0[root]# ./dd if=/dev/zero of=/mnt/raid/testdd02 bs=1M count=1024 \
oflag=direct,dsync 
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 21.7011 seconds, 49.5 MB/s

-- 
----------------------------------------
Emmanuel Florac     |   Intellique
----------------------------------------

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Tue Mar 25, 2:43 pm)
Re: RAID-1 performance under 2.4 and 2.6, Bart Van Assche, (Wed Mar 26, 4:42 am)
Re: RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Wed Mar 26, 7:07 am)
Re: RAID-1 performance under 2.4 and 2.6, Bart Van Assche, (Wed Mar 26, 7:15 am)
Re: RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Wed Mar 26, 8:36 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Thu Mar 27, 6:03 pm)
Re: RAID-1 performance under 2.4 and 2.6, Bart Van Assche, (Wed Mar 26, 9:22 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Tue Mar 25, 6:37 pm)
Re: RAID-1 performance under 2.4 and 2.6, Chris Snook, (Tue Mar 25, 6:00 pm)
Re: RAID-1 performance under 2.4 and 2.6, Bart Van Assche, (Wed Mar 26, 3:15 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Thu Mar 27, 5:53 pm)
Re: RAID-1 performance under 2.4 and 2.6, Bart Van Assche, (Fri Mar 28, 3:44 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Fri Mar 28, 8:04 am)
Re: RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Wed Mar 26, 3:56 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Tue Mar 25, 6:47 pm)
Re: RAID-1 performance under 2.4 and 2.6, Chris Snook, (Tue Mar 25, 7:13 pm)
Re: RAID-1 performance under 2.4 and 2.6, Pádraig Brady, (Wed Jul 16, 10:52 am)
Re: RAID-1 performance under 2.4 and 2.6, Chris Snook, (Wed Jul 16, 2:18 pm)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Tue Mar 25, 7:42 pm)
Re: RAID-1 performance under 2.4 and 2.6, Chris Snook, (Wed Mar 26, 12:39 pm)
Re: RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Wed Mar 26, 4:05 am)
Re: RAID-1 performance under 2.4 and 2.6, Chris Snook, (Wed Mar 26, 12:51 pm)
Re: RAID-1 performance under 2.4 and 2.6, "J.A. Magallón", (Wed Mar 26, 4:25 am)
Re: RAID-1 performance under 2.4 and 2.6, Bill Davidsen, (Thu Mar 27, 5:49 pm)
Re: RAID-1 performance under 2.4 and 2.6, Emmanuel Florac, (Tue Mar 25, 6:09 pm)
speck-geostationary