|
|
发表于 2013-5-4 21:42:24
|
显示全部楼层
orvice 发表于 2013-5-4 21:54

开不了vps了
为什么要开VPS?
--------------------------
[root@localhost tmp]# dd if=/dev/zero of=test bs=64k count=512
512+0 records in
512+0 records out
33554432 bytes (34 MB) copied, 0.0373954 s, 897 MB/s
[root@localhost tmp]# dd if=/dev/zero of=test bs=64k count=3k
3072+0 records in
3072+0 records out
201326592 bytes (201 MB) copied, 1.11397 s, 181 MB/s
[root@localhost tmp]# dd if=/dev/zero of=test bs=64k count=10k
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 4.97804 s, 135 MB/s
|
|