分类: LINUX
2010-01-22 19:58:47
RAID5 xfs:
[root@history history]# time dd if=/dev/zero of=/history/test bs=1024 count=19922944
19922944+0 records in
19922944+0 records out
20401094656 bytes (20 GB) copied, 70.4784 seconds, 289 MB/s
real 1m10.512s
user 0m4.390s
sys 0m54.809s
RAID1 ext3:
[root@history history]# time dd if=/dev/zero of=/opt/test bs=1024 count=19922944
19922944+0 records in
19922944+0 records out
20401094656 bytes (20 GB) copied, 510.718 seconds, 39.9 MB/s
real 8m36.025s
user 0m6.287s
sys 2m6.182s