|
发表于 2016-5-1 18:21:57
|
显示全部楼层
I/O 真不忍直视
I/O speed(1st run) : 21.2 MB/s
I/O speed(2nd run) : 21.4 MB/s
I/O speed(3rd run) : 23.9 MB/s
Average I/O: 22.1667 MB/s
[root@server ~]# dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 149.078 s, 14.4 MB/s
[root@server ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 546.286 s, 491 kB/s
|
|