Log in



AmazonEC2 新インスタンスタイプのCPU情報

Monday, November 5th, 2012 by

AmazonEC2に、第2世代 スタンダードオンデマンドインスタンスが追加されました。追加されたインスタンスは、エクストララージ(m3.xlarge)と、ダブル エクストララージ(m3.2xlarge)の2種類。予算と時間の都合でm3.xlargeのcpuinfoだけ確認してきました。

CPUはXeon E5-2670ということで、cc2.8xlargeと同じです。cc2.xlargeは16コア32スレッドですが、m3.xlargeは4コア4スレッド、m3.2xlargeは8コア8スレッドに制限されているようで、その分、手の出しやすい値段になっています。アクセス多めなWebサーバなんかにも使えるのではないでしょうか。(※現状では、北米リージョンでしか提供されていないので、日本国内向けのWebサイトには適していません。)

ベンチマーク記事が既に公開されておりました。コア当たりの性能は5割ほど増しており、公式発表どおりの性能アップを実現しているようです。
Amazon EC2で第2世代のスタンダードインスタンスが出たらしいのでCPUベンチマークをとってみた

cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 45
model name  : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
stepping    : 7
microcode   : 0x70d
cpu MHz     : 2593.748
cache size  : 20480 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm
bogomips    : 5187.49
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 45
model name  : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
stepping    : 7
microcode   : 0x70d
cpu MHz     : 2593.748
cache size  : 20480 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm
bogomips    : 5187.49
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 45
model name  : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
stepping    : 7
microcode   : 0x70d
cpu MHz     : 2593.748
cache size  : 20480 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm
bogomips    : 5187.49
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 45
model name  : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
stepping    : 7
microcode   : 0x70d
cpu MHz     : 2593.748
cache size  : 20480 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm
bogomips    : 5187.49
clflush size    : 64
cache_alignment : 64
address sizes   : 46 bits physical, 48 bits virtual
power management:

Leave a Reply