使ったのはUnixBenchというツール。
ここからダウンロードできるみたい。
ダウンロードしたら、
tar zxvf UnixBench5.1.3.tgzとかで普通に解凍して、makeを実行。あとは
./Runで動かして、 結果が出力されるまでひたすら待つ。マルチCPUだと30分くらいかな?
環境によってはperlのTimes::HiResモジュールが必要なので、cpanでインストールする。
結果はこんな感じ
========================================================================
BYTE UNIX Benchmarks (Version 5.1.3)
System: myhostname: GNU/Linux
OS: GNU/Linux -- 2.6.18-238.9.1.el5 -- #1 SMP Tue Apr 12 18:10:13 EDT 2011
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU X5670 @ 2.93GHz (5866.9 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET
00:24:56 up 2 days, 10:42, 2 users, load average: 0.00, 0.00, 0.00; runlevel 3
------------------------------------------------------------------------
Benchmark Run: 月 8月 08 2011 00:24:56 - 00:53:06
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 18388869.4 lps (10.0 s, 7 samples)
Double-Precision Whetstone 3613.3 MWIPS (9.9 s, 7 samples)
Execl Throughput 6182.9 lps (30.0 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 1229990.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 353667.4 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 2294764.6 KBps (30.0 s, 2 samples)
Pipe Throughput 2850110.8 lps (10.0 s, 7 samples)
Pipe-based Context Switching 592138.4 lps (10.0 s, 7 samples)
Process Creation 19417.2 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 8989.3 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 1257.5 lpm (60.0 s, 2 samples)
System Call Overhead 4903017.2 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 18388869.4 1575.7
Double-Precision Whetstone 55.0 3613.3 657.0
Execl Throughput 43.0 6182.9 1437.9
File Copy 1024 bufsize 2000 maxblocks 3960.0 1229990.6 3106.0
File Copy 256 bufsize 500 maxblocks 1655.0 353667.4 2137.0
File Copy 4096 bufsize 8000 maxblocks 5800.0 2294764.6 3956.5
Pipe Throughput 12440.0 2850110.8 2291.1
Pipe-based Context Switching 4000.0 592138.4 1480.3
Process Creation 126.0 19417.2 1541.0
Shell Scripts (1 concurrent) 42.4 8989.3 2120.1
Shell Scripts (8 concurrent) 6.0 1257.5 2095.9
System Call Overhead 15000.0 4903017.2 3268.7
========
System Benchmarks Index Score 1947.0
とりあえず最後のIndexスコアっていうのが、全体の平均なので、その辺を参考に。 ちなみに上の結果は、Xeon5670の2.93GHzです。
0 件のコメント:
コメントを投稿