LoginSignup
0
0

More than 5 years have passed since last update.

[ServersMan@VPS]Entryプランの性能

Last updated at Posted at 2016-03-15

せっかくServersMan@VPS(Entryプラン)を契約したので、性能について、簡単にまとめてみます。(2016/03/15時点)
CentOS 7(64bit)で初期セットアップしております。

OS

bash
[root@dti ~]# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
bash
[root@dti ~]# cat /proc/version
Linux version 2.6.32-042stab092.2 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue Jul 8 10:35:55 MSK 2014

CPU

bash
[root@dti-vps-srv65 ~]# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           L5630  @ 2.13GHz
stepping    : 2
cpu MHz     : 426.070
cache size  : 12288 KB
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm rep_good aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 popcnt aes hypervisor lahf_lm ida arat dts
bogomips    : 4266.95
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 44
model name  : Intel(R) Xeon(R) CPU           L5630  @ 2.13GHz
stepping    : 2
cpu MHz     : 426.070
cache size  : 12288 KB
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm rep_good aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 popcnt aes hypervisor lahf_lm ida arat dts
bogomips    : 4266.95
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

メモリ

bash
[root@dti ~]# cat /proc/meminfo
MemTotal:        1048576 kB
・・・・・
bash
[root@dti ~]# free -kt
              total        used        free      shared  buff/cache   available
Mem:        1048576       38080      966288       14896       44208      957449
Swap:       1048576      196984      851592
Total:      2097152      235064     1817880

書き込み速度

bash
[root@dti ~]# time dd if=/dev/zero of=./test count=1000 bs=1M
1000+0 レコード入力
1000+0 レコード出力
1048576000 バイト (1.0 GB) コピーされました、 8.44304 秒、 124 MB/秒

[root@dti ~]# time dd if=/dev/zero of=./test count=1000 bs=1M
1000+0 レコード入力
1000+0 レコード出力
1048576000 バイト (1.0 GB) コピーされました、 8.53162 秒、 123 MB/秒

[root@dti ~]# time dd if=/dev/zero of=./test count=1000 bs=1M
1000+0 レコード入力
1000+0 レコード出力
1048576000 バイト (1.0 GB) コピーされました、 7.88433 秒、 133 MB/秒

[root@dti ~]# time dd if=/dev/zero of=./test count=1000 bs=1M
1000+0 レコード入力
1000+0 レコード出力
1048576000 バイト (1.0 GB) コピーされました、 9.34336 秒、 112 MB/秒

[root@dti ~]# time dd if=/dev/zero of=./test count=1000 bs=1M
1000+0 レコード入力
1000+0 レコード出力
1048576000 バイト (1.0 GB) コピーされました、 8.00941 秒、 131 MB/秒

何か知りたい情報があれば、ご一報ください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0