Ubuntu 14.04.3 LTS と debian 8 は同様の方法でインストールできた
インストール
root@ubuntu14:/home/shimizu# aptitude install build-essential root@ubuntu14:/home/shimizu# cd /usr/local/src/ root@ubuntu14:/usr/local/src# wget -d https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz root@ubuntu14:/usr/local/src# tar xzvf UnixBench5.1.3.tgz UnixBench/ UnixBench/README ... root@ubuntu14:/usr/local/src/UnixBench# make Checking distribution of files ...
実行する
root@ubuntu14:/usr/local/src/UnixBench# ./Run ... ======================================================================== BYTE UNIX Benchmarks (Version 5.1.3) System: ubuntu14: GNU/Linux OS: GNU/Linux -- 3.19.0-26-generic -- #28~14.04.1-Ubuntu SMP Wed Aug 12 14:09:17 UTC 2015 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU @ 2.50GHz (5000.0 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET 15:57:22 up 15 min, 1 user, load average: 0.16, 0.17, 0.10; runlevel 2 ------------------------------------------------------------------------ Benchmark Run: 土 9月 19 2015 15:57:22 - 16:25:13 1 CPU in system; running 1 parallel copy of tests Dhrystone 2 using register variables 29404408.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 2698.8 MWIPS (9.3 s, 7 samples) Execl Throughput 3195.6 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 876063.2 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 228051.7 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1844587.7 KBps (30.1 s, 2 samples) Pipe Throughput 1198576.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 234327.4 lps (10.0 s, 7 samples) Process Creation 7224.5 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 4829.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 589.1 lpm (60.1 s, 2 samples) System Call Overhead 3014138.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 29404408.7 2519.7 Double-Precision Whetstone 55.0 2698.8 490.7 Execl Throughput 43.0 3195.6 743.2 File Copy 1024 bufsize 2000 maxblocks 3960.0 876063.2 2212.3 File Copy 256 bufsize 500 maxblocks 1655.0 228051.7 1378.0 File Copy 4096 bufsize 8000 maxblocks 5800.0 1844587.7 3180.3 Pipe Throughput 12440.0 1198576.6 963.5 Pipe-based Context Switching 4000.0 234327.4 585.8 Process Creation 126.0 7224.5 573.4 Shell Scripts (1 concurrent) 42.4 4829.9 1139.1 Shell Scripts (8 concurrent) 6.0 589.1 981.9 System Call Overhead 15000.0 3014138.9 2009.4 ======== System Benchmarks Index Score 1168.5
総合的な性能については、System Benchmarks Index Scoreを確認するべし
“George”と呼ばれるメモリ128MBのシステム「SPARCstation 20-61」のスコアを10.0とし
システムのパフォーマンススコアを算出する
詳細はUnixBenchでベンチマークを参照するべし