さくらのvpsと録画サーバとエンコードPCのベンチマークをとってみた話

unixbench とってみました。

いつも通りの

[code lang=text] [astel@tk2-234-26965 ~]$ cat /etc/redhat-release CentOS release 6.6 (Final) [/code]

メモリ1GのVPSです。

UnixBenchというものがメジャーっぽいのでこれをいれて調べてみる。

ベンチをとるために perl perl-Time-HiRes make gccが必要な感じ 全部yumではいる。

その後 https://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgzwgetなりcurlなりしてきて解凍して./Runとするらしい

オプションはいろいろあるらしいが今回は./Runで(とれるベンチを全部とってくれるのかな?

[code lang=text] [astel@tk2-234-26965 UnixBench]$ ./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 ./src/syscall.c: In function ‘main’: ./src/syscall.c:93: warning: null argument where non-null required (argument 2) 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 -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 make all make[1]: Entering directory /home/astel/bencch/UnixBench' Checking distribution of files ./pgms exists ./src exists ./testdir exists ./results exists make[1]: Leaving directory/home/astel/bencch/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 [/code]

とでた後

1 2と数字がでながら進んでいく様子

[code lang=text] 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

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 [/code]

結果が最後にでる

[code lang=text]

BYTE UNIX Benchmarks (Version 5.1.3)

System: tk2-234-26965.vs.sakura.ne.jp: GNU/Linux OS: GNU/Linux -- 2.6.32-504.23.4.el6.x86_64 -- #1 SMP Tue Jun 9 20:57:37 UTC 2015 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz (5200.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 1: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz (5200.0 bogomips) x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 13:00:22 up 12 days, 18:45, 1 user, load average: 0.06, 0.09, 0.04; runlevel 3


Benchmark Run: 月 8月 03 2015 13:00:22 - 13:28:31 2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 31688727.6 lps (10.0 s, 7 samples) Double-Precision Whetstone 3516.5 MWIPS (9.9 s, 7 samples) Execl Throughput 2852.7 lps (29.5 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 881273.6 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 251195.3 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1379130.1 KBps (30.0 s, 2 samples) Pipe Throughput 1931087.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 309719.8 lps (10.0 s, 7 samples) Process Creation 7176.0 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 5727.9 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1254.0 lpm (60.0 s, 2 samples) System Call Overhead 3900845.1 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 31688727.6 2715.4 Double-Precision Whetstone 55.0 3516.5 639.4 Execl Throughput 43.0 2852.7 663.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 881273.6 2225.4 File Copy 256 bufsize 500 maxblocks 1655.0 251195.3 1517.8 File Copy 4096 bufsize 8000 maxblocks 5800.0 1379130.1 2377.8 Pipe Throughput 12440.0 1931087.6 1552.3 Pipe-based Context Switching 4000.0 309719.8 774.3 Process Creation 126.0 7176.0 569.5 Shell Scripts (1 concurrent) 42.4 5727.9 1350.9 Shell Scripts (8 concurrent) 6.0 1254.0 2090.0 System Call Overhead 15000.0 3900845.1 2600.6 ======== System Benchmarks Index Score 1377.1


Benchmark Run: 月 8月 03 2015 13:28:31 - 13:56:41 2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables 63733565.7 lps (10.0 s, 7 samples) Double-Precision Whetstone 7109.2 MWIPS (9.9 s, 7 samples) Execl Throughput 8044.9 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 937547.3 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 251957.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 2217398.3 KBps (30.0 s, 2 samples) Pipe Throughput 4121400.3 lps (10.0 s, 7 samples) Pipe-based Context Switching 614663.6 lps (10.0 s, 7 samples) Process Creation 19615.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 10019.6 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1374.8 lpm (60.0 s, 2 samples) System Call Overhead 5536979.5 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 63733565.7 5461.3 Double-Precision Whetstone 55.0 7109.2 1292.6 Execl Throughput 43.0 8044.9 1870.9 File Copy 1024 bufsize 2000 maxblocks 3960.0 937547.3 2367.5 File Copy 256 bufsize 500 maxblocks 1655.0 251957.9 1522.4 File Copy 4096 bufsize 8000 maxblocks 5800.0 2217398.3 3823.1 Pipe Throughput 12440.0 4121400.3 3313.0 Pipe-based Context Switching 4000.0 614663.6 1536.7 Process Creation 126.0 19615.3 1556.8 Shell Scripts (1 concurrent) 42.4 10019.6 2363.1 Shell Scripts (8 concurrent) 6.0 1374.8 2291.3 System Call Overhead 15000.0 5536979.5 3691.3 ======== System Benchmarks Index Score 2353.2 [/code]

途中にある

[code lang=text] sh: 3dinfo: command not found [/code]

というのはデスクトップ環境の何からしい(らしい GUI環境ではないので無視(というかそのまますすんでいった

こっから録画サーバ cpuがすごい弱いn54lのベンチマークです。

[code lang=text]

BYTE UNIX Benchmarks (Version 5.1.3)

System: n54l: GNU/Linux OS: GNU/Linux -- 2.6.32-504.23.4.el6.x86_64 -- #1 SMP Tue Jun 9 20:57:37 UTC 2015 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: AMD Turion(tm) II Neo N54L Dual-Core Processor (4392.6 bogomips) Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, AMD virtualization, SYSCALL/SYSRET CPU 1: AMD Turion(tm) II Neo N54L Dual-Core Processor (4392.6 bogomips) Hyper-Threading, x86-64, MMX, AMD MMX, Physical Address Ext, SYSENTER/SYSEXIT, AMD virtualization, SYSCALL/SYSRET 14:16:25 up 31 days, 12:45, 1 user, load average: 1.21, 0.35, 0.12; runlevel 3


Benchmark Run: 月 8月 03 2015 14:16:25 - 14:45:29 2 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 19496237.1 lps (10.0 s, 7 samples) Double-Precision Whetstone 1933.3 MWIPS (9.9 s, 7 samples) Execl Throughput 1919.1 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 460946.3 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 171670.3 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 902920.3 KBps (30.0 s, 2 samples) Pipe Throughput 1304528.1 lps (10.0 s, 7 samples) Pipe-based Context Switching 109714.4 lps (10.0 s, 7 samples) Process Creation 3255.9 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 3500.4 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 807.8 lpm (60.0 s, 2 samples) System Call Overhead 1518060.7 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 19496237.1 1670.6 Double-Precision Whetstone 55.0 1933.3 351.5 Execl Throughput 43.0 1919.1 446.3 File Copy 1024 bufsize 2000 maxblocks 3960.0 460946.3 1164.0 File Copy 256 bufsize 500 maxblocks 1655.0 171670.3 1037.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 902920.3 1556.8 Pipe Throughput 12440.0 1304528.1 1048.7 Pipe-based Context Switching 4000.0 109714.4 274.3 Process Creation 126.0 3255.9 258.4 Shell Scripts (1 concurrent) 42.4 3500.4 825.6 Shell Scripts (8 concurrent) 6.0 807.8 1346.4 System Call Overhead 15000.0 1518060.7 1012.0 ======== System Benchmarks Index Score 766.6


Benchmark Run: 月 8月 03 2015 14:45:29 - 15:14:05 2 CPUs in system; running 2 parallel copies of tests

Dhrystone 2 using register variables 38653750.0 lps (10.0 s, 7 samples) Double-Precision Whetstone 3869.0 MWIPS (9.9 s, 7 samples) Execl Throughput 6954.4 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 535678.0 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 170878.7 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1088144.5 KBps (30.0 s, 2 samples) Pipe Throughput 2543033.7 lps (10.0 s, 7 samples) Pipe-based Context Switching 434746.2 lps (10.0 s, 7 samples) Process Creation 21125.8 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 6293.0 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 835.3 lpm (60.1 s, 2 samples) System Call Overhead 2168003.9 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 38653750.0 3312.2 Double-Precision Whetstone 55.0 3869.0 703.5 Execl Throughput 43.0 6954.4 1617.3 File Copy 1024 bufsize 2000 maxblocks 3960.0 535678.0 1352.7 File Copy 256 bufsize 500 maxblocks 1655.0 170878.7 1032.5 File Copy 4096 bufsize 8000 maxblocks 5800.0 1088144.5 1876.1 Pipe Throughput 12440.0 2543033.7 2044.2 Pipe-based Context Switching 4000.0 434746.2 1086.9 Process Creation 126.0 21125.8 1676.6 Shell Scripts (1 concurrent) 42.4 6293.0 1484.2 Shell Scripts (8 concurrent) 6.0 835.3 1392.2 System Call Overhead 15000.0 2168003.9 1445.3 ======== System Benchmarks Index Score 1479.3 [/code]

エンコードPC(家のメインPC

[code lang=text]

BYTE UNIX Benchmarks (Version 5.1.3)

System: localhost.localdomain: GNU/Linux OS: GNU/Linux -- 2.6.32-504.23.4.el6.x86_64 -- #1 SMP Tue Jun 9 20:57:37 UTC 2015 Machine: x86_64 (x86_64) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 1: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 2: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 3: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 4: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 5: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 6: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization CPU 7: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (6784.4 bogomips) Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization 15:25:05 up 1 min, 1 user, load average: 0.11, 0.06, 0.02; runlevel 5


Benchmark Run: 月 8月 03 2015 15:25:05 - 15:53:41 8 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 44304777.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 4476.5 MWIPS (10.4 s, 7 samples) Execl Throughput 2227.6 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1447158.0 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 392161.8 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 3231333.4 KBps (30.0 s, 2 samples) Pipe Throughput 2876118.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 142061.9 lps (10.0 s, 7 samples) Process Creation 8626.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 4332.6 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 4080.7 lpm (60.0 s, 2 samples) System Call Overhead 5205015.4 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 44304777.3 3796.5 Double-Precision Whetstone 55.0 4476.5 813.9 Execl Throughput 43.0 2227.6 518.0 File Copy 1024 bufsize 2000 maxblocks 3960.0 1447158.0 3654.4 File Copy 256 bufsize 500 maxblocks 1655.0 392161.8 2369.6 File Copy 4096 bufsize 8000 maxblocks 5800.0 3231333.4 5571.3 Pipe Throughput 12440.0 2876118.4 2312.0 Pipe-based Context Switching 4000.0 142061.9 355.2 Process Creation 126.0 8626.3 684.6 Shell Scripts (1 concurrent) 42.4 4332.6 1021.8 Shell Scripts (8 concurrent) 6.0 4080.7 6801.2 System Call Overhead 15000.0 5205015.4 3470.0 ======== System Benchmarks Index Score 1785.1


Benchmark Run: 月 8月 03 2015 15:53:41 - 16:21:45 8 CPUs in system; running 8 parallel copies of tests

Dhrystone 2 using register variables 191241489.0 lps (10.0 s, 7 samples) Double-Precision Whetstone 31907.5 MWIPS (9.9 s, 7 samples) Execl Throughput 39577.2 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 1275592.3 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 306100.4 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 3686138.9 KBps (30.0 s, 2 samples) Pipe Throughput 13480462.2 lps (10.0 s, 7 samples) Pipe-based Context Switching 2644829.2 lps (10.0 s, 7 samples) Process Creation 107851.1 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 42164.1 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 5685.2 lpm (60.0 s, 2 samples) System Call Overhead 11309720.1 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 191241489.0 16387.4 Double-Precision Whetstone 55.0 31907.5 5801.4 Execl Throughput 43.0 39577.2 9204.0 File Copy 1024 bufsize 2000 maxblocks 3960.0 1275592.3 3221.2 File Copy 256 bufsize 500 maxblocks 1655.0 306100.4 1849.5 File Copy 4096 bufsize 8000 maxblocks 5800.0 3686138.9 6355.4 Pipe Throughput 12440.0 13480462.2 10836.4 Pipe-based Context Switching 4000.0 2644829.2 6612.1 Process Creation 126.0 107851.1 8559.6 Shell Scripts (1 concurrent) 42.4 42164.1 9944.4 Shell Scripts (8 concurrent) 6.0 5685.2 9475.3 System Call Overhead 15000.0 11309720.1 7539.8 ======== System Benchmarks Index Score 7024.6 [/code]

さくらのクラウド

[code lang=text]

BYTE UNIX Benchmarks (Version 5.1.3)

System: astel4696: GNU/Linux OS: GNU/Linux -- 3.18.12-gentoo -- #1 SMP Mon Jun 15 00:52:15 JST 2015 Machine: x86_64 (GenuineIntel) Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") CPU 0: Intel(R) Xeon(R) CPU X5675 @ 3.07GHz (6135.4 bogomips) x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET CPU 1: Intel(R) Xeon(R) CPU X5675 @ 3.07GHz (6135.7 bogomips) x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET CPU 2: Intel(R) Xeon(R) CPU X5675 @ 3.07GHz (6135.4 bogomips) x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET CPU 3: Intel(R) Xeon(R) CPU X5675 @ 3.07GHz (6135.6 bogomips) x86-64, MMX, Physical Address Ext, SYSCALL/SYSRET 15:16:00 up 25 days, 33 min, 1 user, load average: 0.00, 0.01, 0.05; runlevel 3


Benchmark Run: 月 8月 03 2015 15:16:00 - 15:44:09 4 CPUs in system; running 1 parallel copy of tests

Dhrystone 2 using register variables 32330029.2 lps (10.0 s, 7 samples) Double-Precision Whetstone 3955.7 MWIPS (9.9 s, 7 samples) Execl Throughput 4614.8 lps (29.7 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 446891.0 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 123573.4 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1149784.1 KBps (30.0 s, 2 samples) Pipe Throughput 1864182.6 lps (10.0 s, 7 samples) Pipe-based Context Switching 358229.4 lps (10.0 s, 7 samples) Process Creation 7624.9 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 6890.6 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2604.9 lpm (60.0 s, 2 samples) System Call Overhead 4091983.0 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 32330029.2 2770.4 Double-Precision Whetstone 55.0 3955.7 719.2 Execl Throughput 43.0 4614.8 1073.2 File Copy 1024 bufsize 2000 maxblocks 3960.0 446891.0 1128.5 File Copy 256 bufsize 500 maxblocks 1655.0 123573.4 746.7 File Copy 4096 bufsize 8000 maxblocks 5800.0 1149784.1 1982.4 Pipe Throughput 12440.0 1864182.6 1498.5 Pipe-based Context Switching 4000.0 358229.4 895.6 Process Creation 126.0 7624.9 605.1 Shell Scripts (1 concurrent) 42.4 6890.6 1625.1 Shell Scripts (8 concurrent) 6.0 2604.9 4341.5 System Call Overhead 15000.0 4091983.0 2728.0 ======== System Benchmarks Index Score 1398.2


Benchmark Run: 月 8月 03 2015 15:44:09 - 16:12:23 4 CPUs in system; running 4 parallel copies of tests

Dhrystone 2 using register variables 127013528.1 lps (10.0 s, 7 samples) Double-Precision Whetstone 15741.7 MWIPS (9.9 s, 7 samples) Execl Throughput 17007.1 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 210921.1 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 60130.2 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 631508.5 KBps (30.0 s, 2 samples) Pipe Throughput 7382690.2 lps (10.0 s, 7 samples) Pipe-based Context Switching 1436995.2 lps (10.0 s, 7 samples) Process Creation 26998.8 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 21487.6 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2961.3 lpm (60.0 s, 2 samples) System Call Overhead 7664781.0 lps (10.0 s, 7 samples)

System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 127013528.1 10883.8 Double-Precision Whetstone 55.0 15741.7 2862.1 Execl Throughput 43.0 17007.1 3955.1 File Copy 1024 bufsize 2000 maxblocks 3960.0 210921.1 532.6 File Copy 256 bufsize 500 maxblocks 1655.0 60130.2 363.3 File Copy 4096 bufsize 8000 maxblocks 5800.0 631508.5 1088.8 Pipe Throughput 12440.0 7382690.2 5934.6 Pipe-based Context Switching 4000.0 1436995.2 3592.5 Process Creation 126.0 26998.8 2142.8 Shell Scripts (1 concurrent) 42.4 21487.6 5067.8 Shell Scripts (8 concurrent) 6.0 2961.3 4935.4 System Call Overhead 15000.0 7664781.0 5109.9 ======== System Benchmarks Index Score 2702.2 [/code]