The fio command is excellent for getting quick tests of disk performance.

Benchmarking Disk I/O

fio \
    --output /tmp/fio.tmp \
    --runtime 60 \

See Also