root@meckk:~# apt-get install libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version.
libx11-dev set to manually installed.
libxext-dev is already the newest version.
libxext-dev set to manually installed.
make is already the newest version.
make set to manually installed.
libgl1-mesa-dev is already the newest version.
libgl1-mesa-dev set to manually installed.
perl-modules is already the newest version.
perl-modules set to manually installed.
perl is already the newest version.
perl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
必要なファイルはインストール済みのようです。
以下は旧バージョンのインストールです。
root@meckk:~# wget http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz
--2012-11-17 22:04:57-- http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz
Resolving byte-unixbench.googlecode.com... 74.125.31.82, 2404:6800:4008:c01::52
Connecting to byte-unixbench.googlecode.com|74.125.31.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 139571 (136K) [application/x-gzip]
Saving to: `unixbench-5.1.2.tar.gz'
100%[================================================>] 139,571 257K/s in 0.5s
2012-11-17 22:04:58 (257 KB/s) - `unixbench-5.1.2.tar.gz' saved [139571/139571]
root@meckk:~# tar xvf unixbench-5.1.2.tar.gz
unixbench-5.1.2/
unixbench-5.1.2/src/
unixbench-5.1.2/src/dhry_1.c
unixbench-5.1.2/src/dhry_2.c
unixbench-5.1.2/src/big.c
unixbench-5.1.2/src/syscall.c
unixbench-5.1.2/src/dummy.c
unixbench-5.1.2/src/spawn.c
unixbench-5.1.2/src/context1.c
unixbench-5.1.2/src/execl.c
unixbench-5.1.2/src/dhry.h
unixbench-5.1.2/src/hanoi.c
unixbench-5.1.2/src/pipe.c
unixbench-5.1.2/src/time-polling.c
unixbench-5.1.2/src/arith.c
unixbench-5.1.2/src/timeit.c
unixbench-5.1.2/src/whets.c
unixbench-5.1.2/src/looper.c
unixbench-5.1.2/src/fstime.c
unixbench-5.1.2/src/ubgears.c
unixbench-5.1.2/tmp/
unixbench-5.1.2/pgms/
unixbench-5.1.2/pgms/unixbench.logo
unixbench-5.1.2/pgms/multi.sh
unixbench-5.1.2/pgms/index.base
unixbench-5.1.2/pgms/tst.sh
unixbench-5.1.2/pgms/gfx-x11
unixbench-5.1.2/results/
unixbench-5.1.2/testdir/
unixbench-5.1.2/testdir/sort.src
unixbench-5.1.2/testdir/dc.dat
unixbench-5.1.2/testdir/cctest.c
unixbench-5.1.2/testdir/large.txt
unixbench-5.1.2/Run
unixbench-5.1.2/Makefile
unixbench-5.1.2/USAGE
unixbench-5.1.2/README
unixbench-5.1.2/WRITING_TESTS
root@meckk:~# cd unixbench-5.1.2
root@meckk:~/unixbench-5.1.2# ./Run
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
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
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
cd ./src; gcc -c -DTIME -Wall -pedantic -ansi -DREG=register -DHZ= -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall dhry_2.c
gcc -o ./pgms/dhry2reg -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
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
gcc -o ./pgms/ubgears -DTIME -Wall -pedantic -ansi -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall ./src/ubgears.c -lGL -lXext -lX11
make all
make[1]: Entering directory `/root/unixbench-5.1.2'
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./tmp exists
./results exists
make[1]: Leaving directory `/root/unixbench-5.1.2'
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
sh: 3dinfo: not found
途中経過の表示を省略
=======================================================================
BYTE UNIX Benchmarks (Version 5.1.2)
System: meckk: GNU/Linux
OS: GNU/Linux -- 2.6.31.8-mv78100 -- #8 Mon Nov 7 16:51:58 JST 2011
Machine: armv5tel (unknown)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
22:06:15 up 12 min, 1 user, load average: 0.50, 0.14, 0.08; runlevel 2
------------------------------------------------------------------------
Benchmark Run: Sat Nov 17 2012 22:06:15 - 22:34:24
0 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 1523549.1 lps (10.0 s, 7 samples)
Double-Precision Whetstone 33.8 MWIPS (9.7 s, 7 samples)
Execl Throughput 474.3 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 90215.0 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 29160.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 179614.0 KBps (30.0 s, 2 samples)
Pipe Throughput 198715.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 14209.4 lps (10.0 s, 7 samples)
Process Creation 1460.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 878.0 lpm (60.1 s, 2 samples)
Shell Scripts (8 concurrent) 111.6 lpm (60.2 s, 2 samples)
System Call Overhead 561096.4 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 1523549.1 130.6
Double-Precision Whetstone 55.0 33.8 6.1
Execl Throughput 43.0 474.3 110.3
File Copy 1024 bufsize 2000 maxblocks 3960.0 90215.0 227.8
File Copy 256 bufsize 500 maxblocks 1655.0 29160.9 176.2
File Copy 4096 bufsize 8000 maxblocks 5800.0 179614.0 309.7
Pipe Throughput 12440.0 198715.6 159.7
Pipe-based Context Switching 4000.0 14209.4 35.5
Process Creation 126.0 1460.2 115.9
Shell Scripts (1 concurrent) 42.4 878.0 207.1
Shell Scripts (8 concurrent) 6.0 111.6 186.0
System Call Overhead 15000.0 561096.4 374.1
========
System Benchmarks Index Score 121.6
root@meckk:~/unixbench-5.1.2#
比較のために 新バージョン(Version 5.1.3) もインストールして測定しました。
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
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: meckk: GNU/Linux
OS: GNU/Linux -- 2.6.31.8-mv78100 -- #8 Mon Nov 7 16:51:58 JST 2011
Machine: armv5tel (unknown)
Language: en_US.utf8 (charmap="ANSI_X3.4-1968", collate="ANSI_X3.4-1968")
22:43:18 up 49 min, 1 user, load average: 0.03, 0.74, 1.20; runlevel 2
------------------------------------------------------------------------
Benchmark Run: Sat Nov 17 2012 22:43:18 - 23:11:27
0 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 1523668.8 lps (10.0 s, 7 samples)
Double-Precision Whetstone 33.8 MWIPS (9.8 s, 7 samples)
Execl Throughput 474.5 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 90623.7 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 29313.9 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 180626.7 KBps (30.0 s, 2 samples)
Pipe Throughput 197570.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 14221.8 lps (10.0 s, 7 samples)
Process Creation 1461.4 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 871.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 111.1 lpm (60.5 s, 2 samples)
System Call Overhead 551532.1 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 1523668.8 130.6
Double-Precision Whetstone 55.0 33.8 6.1
Execl Throughput 43.0 474.5 110.3
File Copy 1024 bufsize 2000 maxblocks 3960.0 90623.7 228.8
File Copy 256 bufsize 500 maxblocks 1655.0 29313.9 177.1
File Copy 4096 bufsize 8000 maxblocks 5800.0 180626.7 311.4
Pipe Throughput 12440.0 197570.6 158.8
Pipe-based Context Switching 4000.0 14221.8 35.6
Process Creation 126.0 1461.4 116.0
Shell Scripts (1 concurrent) 42.4 871.4 205.5
Shell Scripts (8 concurrent) 6.0 111.1 185.2
System Call Overhead 15000.0 551532.1 367.7
========
System Benchmarks Index Score 121.4
root@meckk:~/UnixBench#
バージョンの違いによるデータの差は無いようです。
レンタルサーバーでの結果をコピーさせていただきました。
新プランでのさくらのVPSでのUnixBenchの実施結果
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: wwwxxxx.sakura.ne.jp: GNU/Linux
OS: GNU/Linux -- 2.6.32-220.7.1.el6.x86_64 -- #1 SMP Wed Mar 7 00:52:02 GMT 2012
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5645 (4800.2 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET
CPU 1: Intel(R) Xeon(R) CPU E5645 (4800.2 bogomips)
Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET
15:25:42 up 18:25, 0 users, load average: 12.25, 7.13, 3.93; runlevel 3
------------------------------------------------------------------------
Benchmark Run: Fri Mar 30 2012 15:25:42 - 15:53:08
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 21327111.2 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2789.9 MWIPS (7.6 s, 7 samples)
Execl Throughput 1814.9 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 714180.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 193622.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1456552.4 KBps (30.0 s, 2 samples)
Pipe Throughput 1378664.9 lps (10.0 s, 7 samples)
Pipe-based Context Switching 218751.9 lps (10.0 s, 7 samples)
Process Creation 4482.8 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3758.4 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 931.0 lpm (60.0 s, 2 samples)
System Call Overhead 1641058.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 21327111.2 1827.5
Double-Precision Whetstone 55.0 2789.9 507.3
Execl Throughput 43.0 1814.9 422.1
File Copy 1024 bufsize 2000 maxblocks 3960.0 714180.3 1803.5
File Copy 256 bufsize 500 maxblocks 1655.0 193622.8 1169.9
File Copy 4096 bufsize 8000 maxblocks 5800.0 1456552.4 2511.3
Pipe Throughput 12440.0 1378664.9 1108.3
Pipe-based Context Switching 4000.0 218751.9 546.9
Process Creation 126.0 4482.8 355.8
Shell Scripts (1 concurrent) 42.4 3758.4 886.4
Shell Scripts (8 concurrent) 6.0 931.0 1551.6
System Call Overhead 15000.0 1641058.8 1094.0
========
System Benchmarks Index Score 967.5
------------------------------------------------------------------------
Benchmark Run: Fri Mar 30 2012 15:53:08 - 16:20:35
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 42094384.3 lps (10.0 s, 7 samples)
Double-Precision Whetstone 5606.1 MWIPS (7.5 s, 7 samples)
Execl Throughput 7076.9 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 942027.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 251033.5 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2429580.8 KBps (30.0 s, 2 samples)
Pipe Throughput 2763487.1 lps (10.0 s, 7 samples)
Pipe-based Context Switching 470185.8 lps (10.0 s, 7 samples)
Process Creation 20225.3 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 8748.9 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1197.5 lpm (60.0 s, 2 samples)
System Call Overhead 2881081.8 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 42094384.3 3607.1
Double-Precision Whetstone 55.0 5606.1 1019.3
Execl Throughput 43.0 7076.9 1645.8
File Copy 1024 bufsize 2000 maxblocks 3960.0 942027.3 2378.9
File Copy 256 bufsize 500 maxblocks 1655.0 251033.5 1516.8
File Copy 4096 bufsize 8000 maxblocks 5800.0 2429580.8 4188.9
Pipe Throughput 12440.0 2763487.1 2221.5
Pipe-based Context Switching 4000.0 470185.8 1175.5
Process Creation 126.0 20225.3 1605.2
Shell Scripts (1 concurrent) 42.4 8748.9 2063.4
Shell Scripts (8 concurrent) 6.0 1197.5 1995.9
System Call Overhead 15000.0 2881081.8 1920.7
========
System Benchmarks Index Score 1950.5
旧プランでのさくらのVPSでのUnixBenchの実施結果
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: wwwyyyy.sakura.ne.jp: GNU/Linux
OS: GNU/Linux -- 2.6.32-220.4.1.el6.x86_64 -- #1 SMP Tue Jan 24 02:13:44 GMT 2012
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz (5320.3 bogomips)
x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET
CPU 1: Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz (5320.3 bogomips)
x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET
15:21:09 up 0 min, 1 user, load average: 0.00, 0.00, 0.00; runlevel 3
------------------------------------------------------------------------
Benchmark Run: Sun Mar 18 2012 15:21:09 - 15:49:24
2 CPUs in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 21503743.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2818.5 MWIPS (10.0 s, 7 samples)
Execl Throughput 1594.9 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 547068.3 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 157638.8 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1205439.2 KBps (30.0 s, 2 samples)
Pipe Throughput 1270094.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 200696.3 lps (10.0 s, 7 samples)
Process Creation 3265.7 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3441.9 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 854.4 lpm (60.0 s, 2 samples)
System Call Overhead 1564412.6 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 21503743.4 1842.7
Double-Precision Whetstone 55.0 2818.5 512.5
Execl Throughput 43.0 1594.9 370.9
File Copy 1024 bufsize 2000 maxblocks 3960.0 547068.3 1381.5
File Copy 256 bufsize 500 maxblocks 1655.0 157638.8 952.5
File Copy 4096 bufsize 8000 maxblocks 5800.0 1205439.2 2078.3
Pipe Throughput 12440.0 1270094.6 1021.0
Pipe-based Context Switching 4000.0 200696.3 501.7
Process Creation 126.0 3265.7 259.2
Shell Scripts (1 concurrent) 42.4 3441.9 811.8
Shell Scripts (8 concurrent) 6.0 854.4 1424.0
System Call Overhead 15000.0 1564412.6 1042.9
========
System Benchmarks Index Score 855.3
------------------------------------------------------------------------
Benchmark Run: Sun Mar 18 2012 15:49:24 - 16:17:40
2 CPUs in system; running 2 parallel copies of tests
Dhrystone 2 using register variables 43588349.0 lps (10.0 s, 7 samples)
Double-Precision Whetstone 5690.6 MWIPS (10.0 s, 7 samples)
Execl Throughput 5208.3 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 739406.1 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 202781.6 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1904814.3 KBps (30.0 s, 2 samples)
Pipe Throughput 2384380.6 lps (10.0 s, 7 samples)
Pipe-based Context Switching 380487.4 lps (10.0 s, 7 samples)
Process Creation 12373.1 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 6353.6 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 852.0 lpm (60.1 s, 2 samples)
System Call Overhead 2806239.6 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 43588349.0 3735.1
Double-Precision Whetstone 55.0 5690.6 1034.7
Execl Throughput 43.0 5208.3 1211.2
File Copy 1024 bufsize 2000 maxblocks 3960.0 739406.1 1867.2
File Copy 256 bufsize 500 maxblocks 1655.0 202781.6 1225.3
File Copy 4096 bufsize 8000 maxblocks 5800.0 1904814.3 3284.2
Pipe Throughput 12440.0 2384380.6 1916.7
Pipe-based Context Switching 4000.0 380487.4 951.2
Process Creation 126.0 12373.1 982.0
Shell Scripts (1 concurrent) 42.4 6353.6 1498.5
Shell Scripts (8 concurrent) 6.0 852.0 1420.1
System Call Overhead 15000.0 2806239.6 1870.8
========
System Benchmarks Index Score 1584.6
|