使用dd测试磁盘速度

写入

dd if=/dev/zero of=/root/test bs=1G count=1 oflag=direct

读取

dd if=/root/test of=/dev/null bs=1G count=1 iflag=direct

你可能感兴趣的:(运维,linux,mac)