[Unixbench] Google Compute Engine f1-small
Google Cloud Platformの仮想サーバー・Google Compute Engineのfi-samllでUnixbenchを取ってみました。
更新日: 2018.7.17公開日: 2017.9.5
※数値は2017年9月5日現在のものです。
テスト環境
項目 | スペック |
---|---|
CPU | vCPU x 1 |
メモリ | 1.7 GB |
ストレージ | クラウドストレージ 10GB |
OS | Ubuntu 16.04 |
月額料金 | $14.20(約1560円) |
OSインストール直後のプレーンな状態で、他のタスクは何も動いていない前提です。
Unixbenchのインストール&実行
$ sudo apt-get install make gcc
$ git clone https://github.com/kdlucas/byte-unixbench
$ cd byte-unixbench/UnixBench
$ ./Run
結果
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
Sunnyvale, CA, USA
January 13, 2011 johantheghost at yahoo period com
1 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
1 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
1 x Execl Throughput 1 2 3
1 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
1 x File Copy 256 bufsize 500 maxblocks 1 2 3
1 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
1 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
1 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
1 x Process Creation 1 2 3
1 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
1 x Shell Scripts (1 concurrent) 1 2 3
1 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: instance-1: GNU/Linux
OS: GNU/Linux -- 4.10.0-32-generic -- #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017
Machine: x86\_64 (x86\_64)
Language: en\_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU @ 2.30GHz (4600.0 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
14:02:00 up 35 min, 1 user, load average: 0.00, 0.00, 0.00; runlevel 2017-09-05
------------------------------------------------------------------------
Benchmark Run: Tue Sep 05 2017 14:02:00 - 14:30:53
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 29271719.7 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3242.6 MWIPS (12.1 s, 7 samples)
Execl Throughput 2623.6 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 606084.7 KBps (30.1 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 175820.6 KBps (30.1 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1055660.2 KBps (30.0 s, 2 samples)
Pipe Throughput 1235578.3 lps (10.0 s, 7 samples)
Pipe-based Context Switching 224015.3 lps (10.0 s, 7 samples)
Process Creation 7870.0 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 4155.8 lpm (60.1 s, 2 samples)
Shell Scripts (8 concurrent) 544.4 lpm (60.1 s, 2 samples)
System Call Overhead 2585628.4 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 29271719.7 2508.3
Double-Precision Whetstone 55.0 3242.6 589.6
Execl Throughput 43.0 2623.6 610.1
File Copy 1024 bufsize 2000 maxblocks 3960.0 606084.7 1530.5
File Copy 256 bufsize 500 maxblocks 1655.0 175820.6 1062.4
File Copy 4096 bufsize 8000 maxblocks 5800.0 1055660.2 1820.1
Pipe Throughput 12440.0 1235578.3 993.2
Pipe-based Context Switching 4000.0 224015.3 560.0
Process Creation 126.0 7870.0 624.6
Shell Scripts (1 concurrent) 42.4 4155.8 980.1
Shell Scripts (8 concurrent) 6.0 544.4 907.3
System Call Overhead 15000.0 2585628.4 1723.8
========
System Benchmarks Index Score 1029.8
indexスコアが386.6だったf1-microとは違って、vCPU x 1でもフルで使えるf1-microはまあまあなスコアが出ました。
とはいえ、月額680円のConoha 512MBプランが1607.5だったので、結構遅いです。むしろ、Conoha 512MBプランのコスパの高さが光りますね。これくらいの仮想サーバーが必要なら、国内VPSにしたほうが良さそうです。
ただ、Conoha 512MBプランはメモリが少ないので、メモリをガツガツ使うWEBサーバーとしてはf1-smallの1.7GBメモリは魅力的ですね。(もう500円くらい出せば、さくらVPSやConoHa VPSの2GBメモリプランが借りれますけど)