[Unixbench] ConoHa VPS 512MBプラン
ConoHa VPSの512MBプランで、Unixbenchを取ってみました。
※数値は2017年9月5日現在のものです。
テスト環境
項目 | スペック |
---|---|
CPU | 1CPU(Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz) |
メモリ | 512MB |
SSD | SSD 20GB |
OS | Ubuntu 16.04 |
月額料金 | 680円 |
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: 150-95-128-144: GNU/Linux OS: GNU/Linux -- 4.4.0-93-generic -- #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz (4589.4 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 20:55:05 up 4 days, 7:31, 1 user, load average: 0.32, 0.20, 0.20; runlevel 2017-09-01 ------------------------------------------------------------------------ Benchmark Run: Tue Sep 05 2017 20:55:05 - 21:23:16 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 30241598.1 lps (10.0 s, 7 samples) Double-Precision Whetstone 3228.4 MWIPS (9.9 s, 7 samples) Execl Throughput 4391.5 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1154171.4 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 314530.4 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2203561.9 KBps (30.0 s, 2 samples) Pipe Throughput 2272556.5 lps (10.0 s, 7 samples) Pipe-based Context Switching 344508.8 lps (10.0 s, 7 samples) Process Creation 10121.7 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 8008.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 991.5 lpm (60.1 s, 2 samples) System Call Overhead 3462194.6 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 30241598.1 2591.4 Double-Precision Whetstone 55.0 3228.4 587.0 Execl Throughput 43.0 4391.5 1021.3 File Copy 1024 bufsize 2000 maxblocks 3960.0 1154171.4 2914.6 File Copy 256 bufsize 500 maxblocks 1655.0 314530.4 1900.5 File Copy 4096 bufsize 8000 maxblocks 5800.0 2203561.9 3799.2 Pipe Throughput 12440.0 2272556.5 1826.8 Pipe-based Context Switching 4000.0 344508.8 861.3 Process Creation 126.0 10121.7 803.3 Shell Scripts (1 concurrent) 42.4 8008.9 1888.9 Shell Scripts (8 concurrent) 6.0 991.5 1652.6 System Call Overhead 15000.0 3462194.6 2308.1 ======== System Benchmarks Index Score 1607.5
意外と速いですね。
コメントを書く
You must be logged in to post a comment.