Hardware

Benchmark

1. RAID1 - XFS
2. RAID1 - ReiserFS
3. RAID1 - EXT3
4. RAID10 - XFS
5. RAID10 - ReiserFS
6. RAID10 - EXT3

#### Write with Direct I/O  

$ dd oflag=direct if=/dev/zero of=data.out bs=1k count=10000
$ dd oflag=direct if=/dev/zero of=data.out bs=4k count=10000
$ dd oflag=direct if=/dev/zero of=data.out bs=512k count=10000
$ dd oflag=direct if=/dev/zero of=data.out bs=4096k count=10000
$ dd oflag=direct if=/dev/zero of=data.out bs=8192k count=10000
$ ./bonnie++ -r 16384 -s 32768 -u root -d /test/
### Write without Direct I/O
 

$ dd if=/dev/zero of=data.out bs=1k count=10000
$ dd if=/dev/zero of=data.out bs=4k count=10000
$ dd if=/dev/zero of=data.out bs=512k count=10000
$ dd if=/dev/zero of=data.out bs=4096k count=10000
$ dd if=/dev/zero of=data.out bs=8192k count=10000
$ ./bonnie++ -r 16384 -s 32768 -u root -d /test/
### Read

$ dd if=data.out of=/dev/null bs=1k
$ dd if=data.out of=/dev/null bs=4k
$ dd if=data.out of=/dev/null bs=512k
$ dd if=data.out of=/dev/null bs=4096k
$ dd if=data.out of=/dev/null bs=8192k
$ ./bonnie++ -r 16384 -s 32768 -u root -d /test/

Results

Write with Direct I/O - RAID1

Write - RAID1

Read - RAID1

Bonnie++ - RAID1

my blog

Mon Tue Wed Thu Fri Sat Sun
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
eZ publish™ copyright © 1999-2008 eZ systems as