into the void

ソフトウェアに関する雑多な調査日記

UnixBenchでいろいろベンチマーク(さくらVPS、raspberry pi 3、ローカルPC)

使える計算機環境が増えたのでそれぞれのベンチマークをとってみる。
ベンチマークソフトはUnixBenchを使う。

さくらVPS


UbuntuaptUnixBench使

$ sudo apt-get update
$ sudo apt-get install build-essential

UnixBenchGitHubgit
$sudo apt-get install git

git clone
$ mkdir unixbench
$ cd unixbench
$ git clone https://github.com/kdlucas/byte-unixbench.git .

Run
$ cd UnixBench
$ ./Run

raspberry pi 3


Raspberry pi 3OS
OS
https://www.raspberrypi.org/downloads/raspbian/

RasbianUbuntu MATERasbian
RasbianDebian使Ubuntu使
RASPBIAN JESSIE LITE

https://www.raspberrypi.org/documentation/installation/installing-images/mac.md
diskutilSDdf
$ diskutil list
/dev/disk3 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *1.1 GB     disk3
   1:             Windows_FAT_32 SERVICEV001             75.5 MB    disk3s1
   2:                      Linux                         998.2 MB   disk3s2


diskutil unmount /dev/disk3s1

dd
$ sudo dd bs=1m of=/dev/disk3 if=/Users/shizuku/Downloads/2016-03-18-raspbian-jessie-lite.img 

ctrl-Tdd
raspbain-jessie-lite1.3GB

liteGUICUI
pi
TIMEZONEraspi-configInternationalisation OptionsLOCALEC
SD使rasps-configExpand Filesystem
apt-getUnixBenchRunraspbian jessie litebuild-essentialgitapt-get installOK


ローカルPC (MacBook Air, Mid 2011)


MacOSUnixBenchgit
Run
Run: "Pipe-based Context Switching": slave read failed: Invalid argument; aborting


https://gist.github.com/barusan/11033924
UnixBench5.1.3.mavericks.patch
$ cd UnixBench
$ ~/download/UnixBench5.1.3.mavericks.patch .
$ patch -p1 < UnixBench5.1.3.mavericks.patch
$ make clean
$ make
$ ./Run

UnixBenchの結果の比較


(single)(multi)
VPSXeon E5-2650MacBook AirCore i5-2557MSandy BridgeCPU
raspberry pi 3 4使Corei5-2557M1raspi12.5W
spec raspi 3 MacBook Air (Mid 2011) SAKURA VPS
CPU ARM Cortex-A53 @ 1.2GHz Intel Core i5-2557M @ 1.7GHz Xeon CPU E5-2650 v2 @ 2.60GHz
num of cores 4 2 (HT) 2
RAM 1GB 4GB 1GB
Main Storage SDカード SSD SSD
OS Raspbian 4.1.19 OS X 10.11.4 (EI Capitan) Ubuntu 14.04.4 LTS


参考

個々のベンチマーク結果は下記。