磁盘写速度:dd if=/dev/zero of=/tmp/testfile bs=1M count=100 oflag=sync
磁盘读速度:dd if=/tmp/testfile of=/dev/null bs=1M iflag=nocache
磁盘写速度:dd if=/dev/zero of=/tmp/testfile bs=1M count=100 oflag=sync
磁盘读速度:dd if=/tmp/testfile of=/dev/null bs=1M iflag=nocache