Changes

Jump to: navigation, search

SYA810 RAID Benchmarking Lab

352 bytes added, 18:01, 9 February 2009
Results
10 Files of 10 GB
Script:
-------------
#!/bin/bash
#
# Script firth written by Nestor Chan - Bossanesta and modified by Milton Paiva Neto <milton.paiva@gmail.com>
# Create 10 files with with 10 GBs fully of zeros
time -p (for ((x=1; x<=10; x++))
do
dd if=/dev/zero of=fakefile$x bs=1G count=10;
done
sync
)
-------------
 
-------------
[root@scotland raid0]# sh +x speedtest.sh
10+0 records in
10+0 records out
10737418240 bytes (11 GB) copied, 44.8941 s, 239 MB/s
-------------
real 455.94
user 0.00
sys 324.02

Navigation menu