读测试:
dd if=/dev/zero of=test_file bs=1G count=1 oflag=direct
写测试:
dd if=test_file of=/dev/null bs=1G count=1 iflag=direct
清理测试文件:
rm test_file