[root@zjx86r01n01 tmp]# time dd if=/dev/zero of=/tmp/testfile.dat bs=8k count=10241024+0 records in1024+0 records out8388608 bytes (8.4 MB) copied, 0.0415268 s, 202 MB/sreal 0m0.079suser 0m0.000ssys 0m0.019s[root@zjx86r01n01 tmp]# time dd if=/tmp/testfile.dat of=/dev/null bs=8k1024+0 records in1024+0 records out8388608 bytes (8.4 MB) copied, 0.00453069 s, 1.9 GB/sreal 0m0.008suser 0m0.002ssys 0m0.004s[root@zjx86r01n01 tmp]#
