VPS比較(DTI vs お名前.com)現在、このサイトはお名前.comのVPS上で動作しているが、
DTIのServersMan VPSが期間限定ながら無料で試せるようだったので、
試してみた。

結論から言うと、お名前.comの方が私は好みです。
お名前.com VPS:x86_64カーネル、CPU:16コア、(下記の単純なベンチマークで)2倍程度早い
DTI VPS:x86カーネル、CPU:2コア、お名前.comの半分程度のスピード

というわけで、お名前.comのVPSを使ってみようと思った方は、
下記のリンクから、どうぞお申し込みください。

以下、計測ログ等。

お名前.comサーバ

$ grep processor /proc/cpuinfo |wc -l
16
$ time for ((i=0; i<100000; i++)); do :; done

real    0m0.640s
user    0m0.187s
sys     0m0.453s
$ time for ((i=0; i<100000; i++)); do :; done

real    0m0.641s
user    0m0.187s
sys     0m0.454s
$ time for ((i=0; i<100000; i++)); do :; done

real    0m0.780s
user    0m0.359s
sys     0m0.421s
$ uname -a
Linux 0r2.info 2.6.18-028stab068.9 #1 SMP Tue Mar 30 17:22:31 MSD 2010 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 5.5 (Final)

DTI VPS

$ grep processor /proc/cpuinfo |wc -l
2
$ time for ((i=0; i<100000; i++)); do :; done

real    0m1.485s
user    0m1.065s
sys     0m0.382s
$ time for ((i=0; i<100000; i++)); do :; done

real    0m1.499s
user    0m1.074s
sys     0m0.383s
$ time for ((i=0; i<100000; i++)); do :; done

real    0m1.488s
user    0m1.045s
sys     0m0.405s

$
$ uname -a
Linux localhost 2.6.18-194.3.1.el5.028stab069.6 #1 SMP Wed May 26 18:31:05 MSD 2010 i686 i686 i386 GNU/Linux
$ cat /etc/redhat-release
CentOS release 5.5 (Final)


関連記事:

Facebook Comments

 Leave a Reply


上の画像の文字を入力して下さい(入力必須)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt="">