HDDのベンチマーク

bonnie++というソフトがある。extrasレポジトリにrpm有。
http://plaza18.mbn.or.jp/~moriban/linux/UsageOfBonnie.html


single process


bonnie++ -u root:root -d /tmp -x 16 | tee bonnie.log
multiple processes

bonnie++ -u root:root -d /tmp -p 4
bonnie++ -u root:root -d /tmp -y | tee bonnie1.log &
bonnie++ -u root:root -d /tmp -y | tee bonnie2.log &
bonnie++ -u root:root -d /tmp -y | tee bonnie3.log &
bonnie++ -u root:root -d /tmp -y | tee bonnie4.log &
こんなかんじで。