Changes between Version 1 and Version 2 of Internal/SSDRaid
- Timestamp:
- May 22, 2014, 3:31:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SSDRaid
v1 v2 1 Configuration: 1 == Configuration: == 2 2 Node 1-12 on sb9 is an lv-67g. 3 3 It has an edge boost pro as the boot disk … … 5 5 6 6 7 Commands used: 8 Write: 7 == Commands used: == 8 === Write: === 9 9 time sh -c "dd if=/dev/zero of=/mnt/bigfile bs=8k count=2000000 && sync" 10 10 … … 17 17 sys 0m11.293s 18 18 19 Read: 19 === Read: === 20 time sh -c "dd if=/mnt/bigfile of=/dev/null bs=8k" 20 21 21 Test results for SSD raid 22 Fakeraid Write: 1.0 GB/s 22 2000000+0 records in 23 2000000+0 records out 24 16384000000 bytes (16 GB) copied, 20.4297 s, 802 MB/s 25 26 real 0m20.434s 27 user 0m0.728s 28 sys 0m9.849s 29 30 31 == Test results for SSD raid == 32 Fakeraid Write: 1.0 GB/s 33 Fakeraid Read: 802 MB/s 23 34 24 35