DD硬盘测试数据:
root@xxxxxx:~# dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
512+0 records in
512+0 records out
33554432 bytes (34 MB) copied, 0.031146 s, 1.1 GB/s
阿里云Linux:
dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
512+0 records in
512+0 records out
33554432 bytes (34 MB) copied, 3.07314 s, 10.9 MB/s
阿里云FreeBSD:
dd if=/dev/zero of=test bs=64k count=512
512+0 records in
512+0 records out
33554432 bytes transferred in 0.747878 secs (44866194 bytes/sec)