zencoding
2013-05-03 12:57:43 +08:00
root@hk:~# dd if=/dev/zero of=test.bin bs=1M count=100 conv=fdatasync
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.438553 s, 239 MB/s
root@hk:~# dd if=/dev/zero of=test.bin bs=1M count=100 conv=fdatasync
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 1.45601 s, 72.0 MB/s
root@hk:~# dd if=/dev/zero of=test.bin bs=1M count=100 conv=fdatasync
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.28446 s, 369 MB/s
root@hk:~# dd if=/dev/zero of=test.bin bs=1M count=100 conv=fdatasync
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.25484 s, 411 MB/s
root@hk:~# dd if=/dev/zero of=test.bin bs=1M count=100 conv=fdatasync
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.265704 s, 395 MB/s