Linux 测试硬盘速度

Linux 系统

Linux 测试硬盘速度

2023-12-19 11:18


                                            




读写速度

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