Thursday, April 24, 2008

Hard disk benchmark

HD benchmarking is easy with bonnie++

# apt-get install bonnie
# mkdir /store/bench
# chown randradas:randradas /store/bench & chmod 755 /store/bench
# bonnie++ -d /store/bench -s 6600 -x 5 -u randradas:randradas -q -f 2>&1 | tee bonnie++.LOG &


Change 6600 to two times your ram to get a good result.

0 comments: