bonnie++

Benchmark file systems and hard drives for performance testing

brewmacoslinux
Try with needOr install directly
Source

About

Benchmark suite for file systems and hard drives

Commands

bonnie++bon_csv2txtbon_csv2html

Examples

test hard drive read write speed$ bonnie++ -d /tmp -s 1G -r 512
benchmark file system performance with large files$ bonnie++ -d /mnt/test -s 5G -n 100
convert benchmark results CSV to readable text$ bon_csv2txt results.csv
measure random seek performance on disk$ bonnie++ -d /tmp -s 2G -s 0 -r 1024
generate HTML report from benchmark data$ bon_csv2html results.csv > report.html