Benchmark: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Sysbench = | = Sysbench = | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
sudo apt-get update | |||
sudo apt-get install sysbench | |||
sysbench --num-threads=1 --test=cpu --cpu-max-prime=20000 --validate run | sysbench --num-threads=1 --test=cpu --cpu-max-prime=20000 --validate run | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 42: | Line 44: | ||
wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz | wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz | ||
tar xzvf nbench-byte-2.2.3.tar.gz | tar xzvf nbench-byte-2.2.3.tar.gz | ||
cd nbench-byte | cd nbench-byte-2.2.3 | ||
make | make | ||
./nbench | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 13:59, 29 February 2016
Sysbench
sudo apt-get update sudo apt-get install sysbench sysbench --num-threads=1 --test=cpu --cpu-max-prime=20000 --validate run
Device | Timing | Comment |
---|---|---|
x86 | ||
RPi1 | ||
RPi2 | ||
RPi3 | ||
BeagleBlack | ||
UDoo | ||
ODroid xu4 |
nbench
wget http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz tar xzvf nbench-byte-2.2.3.tar.gz cd nbench-byte-2.2.3 make ./nbench