sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #02135
Benchmarlk Ricoh SSD in a Raid 0 array
Hi people.
I ran a little test to know about the performances of the Ricoh SSD drive
(of the VAIO Z13) on a Raido0 array.
Mine has two SSD of 64GB.
A little benchmark with hdparm
for i in 1 2 3; do hdparm -tT /dev/hda; done
and one other with dd for write test :
dd if=/dev/zero of=/tmp/output.img bs=16k count=256k
tell us the I/O are performing at approx. 245MB/s read and 340 MB/s write
Thisis a very minimal test that should be extented further by varrying
file and block size.
It would be very intersting to know the performances of other
configurations (raid0 array of 4 drives and without raid)
Follow ups