|
|
[root@hi3 ~]# 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.467235 seconds, 71.8 MB/s
哈哈~比 node 24 好多了~ 我就看好 node17
楼下的命令
[root@hi3 ~]# dd if=/dev/zero of=test bs=64k count=2k oflag=dsync
2048+0 records in
2048+0 records out
134217728 bytes (134 MB) copied, 1.81513 seconds, 73.9 MB/s

[ 本帖最后由 skwinx 于 2011-3-27 17:23 编辑 ] |
|