大便的美国VPS dd..... 只看楼主

本帖最后由 8QE 于 2013-5-27 13:12 编辑

大便的美国VPS,性能确实没的说,性能还算可以~可以做站。

dd if=/dev/zero of=test bs=64k count=16k conv=fsync
记录了16384+0 的读入
记录了16384+0 的写出
1073741824字节(1.1 GB)已复制,9.61872 秒,112 MB/秒
  • 2# lxqfff
  • 2013-5-27 13:12:29
提示: 作者被禁止或删除 内容自动屏蔽
  • 3# malbi
  • 2013-5-27 13:12:30
  • 4# ohmyga
  • 2013-5-27 13:13:26
给做SEO呢
  • 5# zicca
  • 2013-5-27 13:17:32
不要DDCC啊,让我们正常使用吧
  • 6# HyperV
  • 2013-5-27 13:28:22
fsync才112M,这性能太差了吧。

你要是用dsync就会让你大跌眼镜了。
........
[root@host ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fsync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 3.46605 seconds, 310 MB/s
  • 9# nwtidc
  • 2013-5-27 13:32:59
  • 10# 可心
  • 2013-5-27 13:39:40
[root@xen ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fsync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 9.658 s, 111 MB/s

[root@xen ~]# 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, 7.1366 s, 37.6 MB/s
12下一页