Linux 测试硬盘速度
发布时间:2021-02-20 11:17       
读写速度
dd if=1Gb.file of=2Gb.file bs=64k
写速度
time dd if=/dev/zero of=test.dbf bs=8k count=300000
读速度
time dd if=/dev/sda1 of=/dev/null bs=8k count=300000