I know YOU won’t post this so don’t mind if I do buddy… Unix Benchmarks.

[19:10] MrRee | wget https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
[19:10] MrRee | tar xzf UnixBench5.1.3.tgz
[19:10] MrRee | cd UnixBench
[19:10] MrRee | make
[19:10] MrRee | ./Run -c X
[19:10] MrRee | where X is number of cores on your board.

[andrzejl@wishmasus .makepkg]$ mkdir UnixBench

[andrzejl@wishmasus .makepkg]$ cd UnixBench

[andrzejl@wishmasus UnixBench]$ wget https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
--2015-02-16 19:12:37-- https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
Resolving byte-unixbench.googlecode.com (byte-unixbench.googlecode.com)... 74.125.24.82, 2a00:1450:400b:c02::52
Connecting to byte-unixbench.googlecode.com (byte-unixbench.googlecode.com)|74.125.24.82|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 143259 (140K) [application/x-gzip]
Saving to: ‘UnixBench5.1.3.tgz’
UnixBench5.1.3.tgz 100%[===================================================>] 139.90K 412KB/s in 0.3s
2015-02-16 19:12:38 (412 KB/s) - ‘UnixBench5.1.3.tgz’ saved [143259/143259]

[andrzejl@wishmasus UnixBench]$ tar xzf UnixBench5.1.3.tgz

[andrzejl@wishmasus UnixBench]$ cd UnixBench

[andrzejl@wishmasus UnixBench]$ make
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./results exists
gcc -o ./pgms/arithoh -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Darithoh ./src/arith.c
gcc -o ./pgms/register -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum='register int' ./src/arith.c
gcc -o ./pgms/short -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=short ./src/arith.c
gcc -o ./pgms/int -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=int ./src/arith.c
gcc -o ./pgms/long -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=long ./src/arith.c
gcc -o ./pgms/float -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=float ./src/arith.c
gcc -o ./pgms/double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -Ddatum=double ./src/arith.c
gcc -o ./pgms/hanoi -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/hanoi.c
gcc -o ./pgms/syscall -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/syscall.c
./src/syscall.c: In function ‘main’:
./src/syscall.c:93:21: warning: null argument where non-null required (argument 2) [-Wnonnull]
execl("/bin/true", (char *) 0);
^
gcc -o ./pgms/context1 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/context1.c
gcc -o ./pgms/pipe -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/pipe.c
gcc -o ./pgms/spawn -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/spawn.c
gcc -o ./pgms/execl -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/execl.c
In file included from ./src/execl.c:34:0:
./src/big.c: In function ‘getwork’:
./src/big.c:452:11: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
char c;
^
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
gcc -o ./pgms/dhry2 -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1.o ./src/dhry_2.o
cd ./src; rm -f dhry_1.o dhry_2.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_1.c -o dhry_1_reg.o
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c -o dhry_2_reg.o
gcc -o ./pgms/dhry2reg -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/dhry_1_reg.o ./src/dhry_2_reg.o
cd ./src; rm -f dhry_1_reg.o dhry_2_reg.o
gcc -o ./pgms/looper -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/looper.c
gcc -o ./pgms/fstime -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/fstime.c
gcc -o ./pgms/whetstone-double -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -DDP -DUNIX -DUNIXBENCH ./src/whets.c -lm

[andrzejl@wishmasus UnixBench]$ ./Run -c 2
make all
make[1]: Entering directory './UnixBench'
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./tmp exists
./results exists
make[1]: Leaving directory './UnixBench'
sh: 3dinfo: command not found
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
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
2 x Dhrystone 2 using register variables 1 2 3 4 5 6 7 8 9 10
2 x Double-Precision Whetstone 1 2 3 4 5 6 7 8 9 10
2 x Execl Throughput 1 2 3
2 x File Copy 1024 bufsize 2000 maxblocks 1 2 3
2 x File Copy 256 bufsize 500 maxblocks 1 2 3
2 x File Copy 4096 bufsize 8000 maxblocks 1 2 3
2 x Pipe Throughput 1 2 3 4 5 6 7 8 9 10
2 x Pipe-based Context Switching 1 2 3 4 5 6 7 8 9 10
2 x Process Creation 1 2 3
2 x System Call Overhead 1 2 3 4 5 6 7 8 9 10
2 x Shell Scripts (1 concurrent) 1 2 3
2 x Shell Scripts (8 concurrent) 1 2 3
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: wishmasus.loc: GNU/Linux
OS: GNU/Linux -- 3.18.6-1-ARCH -- #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015
Machine: i686 (unknown)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (4390.8 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, Intel virtualization
CPU 1: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz (4390.8 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, Intel virtualization
20:01:27 up 8:33, 1 user, load average: 0.54, 0.74, 1.66; runlevel unknown
------------------------------------------------------------------------
Benchmark Run: Mon Feb 16 2015 20:01:27 - 20:29:29
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 25442141.5 lps (10.0 s, 7 samples)
Double-Precision Whetstone 4774.7 MWIPS (10.2 s, 7 samples)
Execl Throughput 6533.1 lps (29.7 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 717801.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 199443.1 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1455525.9 KBps (30.0 s, 2 samples)
Pipe Throughput 1466634.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 323265.3 lps (10.0 s, 7 samples)
Process Creation 14522.5 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 4381.8 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 626.1 lpm (60.1 s, 2 samples)
System Call Overhead 2664327.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 25442141.5 2180.1
Double-Precision Whetstone 55.0 4774.7 868.1
Execl Throughput 43.0 6533.1 1519.3
File Copy 1024 bufsize 2000 maxblocks 3960.0 717801.3 1812.6
File Copy 256 bufsize 500 maxblocks 1655.0 199443.1 1205.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 1455525.9 2509.5
Pipe Throughput 12440.0 1466634.9 1179.0
Pipe-based Context Switching 4000.0 323265.3 808.2
Process Creation 126.0 14522.5 1152.6
Shell Scripts (1 concurrent) 42.4 4381.8 1033.4
Shell Scripts (8 concurrent) 6.0 626.1 1043.5
System Call Overhead 15000.0 2664327.8 1776.2
========
System Benchmarks Index Score 1338.8
[andrzejl@wishmasus UnixBench]$

Asus V1s laptop:

[andrzejl@wishmasus UnixBench]$ lscpu
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 15
Model name: Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
Stepping: 11
CPU MHz: 2194.443
BogoMIPS: 4390.75
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
[andrzejl@wishmasus UnixBench]$

System Benchmarks Index Score 1338.8

So… What’s Your score?

Cheers.

Andrzej

AndrzejL

"Never meet Your heroes. Most of the time you'll only end up disappointed." White Polak Male Husband Employee Hetero Carnivorous Fugly Geek @$$hole with ADD Catholic “Some men just want to watch the world burn.”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.