Open main menu

CDOT Wiki β

Changes

SYA810 RAID Benchmarking Lab

352 bytes added, 18:46, 9 February 2009
Results
'''Script'''===Scripts===
----
#!/bin/bash
sync
)
<pre>
# this suppose to call all small script one by one, and to be run with nohup.
# bug: it calls each script in background..
echo "Start Testing"
free
date
echo "==================================="
 
/home/bossanesta/test-10kb
 
free
date
/home/bossanesta/test-1mb
 
 
free
date
/home/bossanesta/test-100mb
 
free
date
echo "Finish Testing"
 
 
</pre>
'''[root@scotland raid0]# sh +x speedtest.sh'''