[root@ns500726 ~]# time dd of=1Gb.file if=/dev/zero bs=1024 count=1000000
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 6.17005 s, 166 MB/s
real 0m6.536s
user 0m0.088s
sys 0m1.372s
[root@ns500726 ~]# ^C
[root@ns500726 ~]# ime dd of=1Gb.file if=/dev/zero bs=1024 count=1000000
-bash: ime: command not found
[root@ns500726 ~]# time dd of=1Gb.file if=/dev/zero bs=1024 count=1000000
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 6.17369 s, 166 MB/s
real 0m6.261s
user 0m0.060s
sys 0m1.388s
[root@ns500726 ~]# time dd of=1Gb.file if=/dev/zero bs=1024 count=1000000
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 6.38358 s, 160 MB/s
real 0m6.471s
user 0m0.084s
sys 0m1.352s
[root@ns500726 ~]# time dd if=/dev/zero bs=1024 count=1000000 of=1Gb.file
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 6.40754 s, 160 MB/s
real 0m6.495s
user 0m0.084s
sys 0m1.348s
[root@ns500726 ~]#
作者: dengxin6 时间: 2016-7-28 00:24
看来是i5+废盘的套路了作者: kaleok 时间: 2016-7-28 00:29
这配置,非常满意。2万不到的硬盘还可以用很久。作者: ttlove 时间: 2016-7-28 00:34 为毛我们就没这种命。。。。。作者: DeepSkyFire 时间: 2016-7-28 00:35 买了法国的我根本就不用想了作者: darksheen 时间: 2016-7-28 00:58
为什么同样命令我的结果和你的差那么多:
$ time dd of=1Gb.file if=/dev/zero bs=1024 count=1000000
1000000+0 records in
1000000+0 records out
1024000000 bytes (1.0 GB) copied, 1.85004 s, 554 MB/s
real 0m1.869s
user 0m0.084s
sys 0m1.767s作者: kaleok 时间: 2016-7-28 01:03
再执行几次试试