리눅스 UnixBench 설치 및 테스트
gcc 와 perl 은 이미 설치되어 있다면 안해도 된다.
yum -y install gcc perl
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/byte-unixbench/UnixBench5.1.3.tgz
tar zxvf UnixBench5.1.3.tgz
cd UnixBench
make
아래는 디지털오션의 제일 저렴한 상품 VPS에서 테스트 한 결과이다.
[root@ocean-20 UnixBench]# ./Run
make all
make[1]: Entering directory `/root/UnixBench'
Checking distribution of files
./pgms exists
./src exists
./testdir exists
./tmp exists
./results exists
make[1]: Leaving directory `/root/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
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: ocean.ivps.kr: GNU/Linux
OS: GNU/Linux -- 3.10.0-327.18.2.el7.x86_64 -- #1 SMP Thu May 12 11:03:55 UTC 2016
Machine: x86_64 (x86_64)
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8")
CPU 0: Intel(R) Xeon(R) CPU E5-2630L 0 @ 2.00GHz (4000.0 bogomips)
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization
03:09:31 up 53 min, 1 user, load average: 0.42, 0.12, 0.08; runlevel 3
------------------------------------------------------------------------
Benchmark Run: Fri Jun 03 2016 03:09:31 - 03:37:28
1 CPU in system; running 1 parallel copy of tests
Dhrystone 2 using register variables 22474827.9 lps (10.0 s, 7 samples)
Double-Precision Whetstone 2926.3 MWIPS (9.3 s, 7 samples)
Execl Throughput 2833.8 lps (29.9 s, 2 samples)
File Copy 1024 bufsize 2000 maxblocks 595433.6 KBps (30.0 s, 2 samples)
File Copy 256 bufsize 500 maxblocks 162140.4 KBps (30.0 s, 2 samples)
File Copy 4096 bufsize 8000 maxblocks 1269635.0 KBps (30.0 s, 2 samples)
Pipe Throughput 1174541.2 lps (10.0 s, 7 samples)
Pipe-based Context Switching 207180.0 lps (10.0 s, 7 samples)
Process Creation 8227.0 lps (30.0 s, 2 samples)
Shell Scripts (1 concurrent) 3788.7 lpm (60.0 s, 2 samples)
Shell Scripts (8 concurrent) 509.5 lpm (60.1 s, 2 samples)
System Call Overhead 1660908.5 lps (10.0 s, 7 samples)
System Benchmarks Index Values BASELINE RESULT INDEX
Dhrystone 2 using register variables 116700.0 22474827.9 1925.9
Double-Precision Whetstone 55.0 2926.3 532.0
Execl Throughput 43.0 2833.8 659.0
File Copy 1024 bufsize 2000 maxblocks 3960.0 595433.6 1503.6
File Copy 256 bufsize 500 maxblocks 1655.0 162140.4 979.7
File Copy 4096 bufsize 8000 maxblocks 5800.0 1269635.0 2189.0
Pipe Throughput 12440.0 1174541.2 944.2
Pipe-based Context Switching 4000.0 207180.0 517.9
Process Creation 126.0 8227.0 652.9
Shell Scripts (1 concurrent) 42.4 3788.7 893.6
Shell Scripts (8 concurrent) 6.0 509.5 849.2
System Call Overhead 15000.0 1660908.5 1107.3
========
System Benchmarks Index Score 956.2
디지털오션 Intel(R) Xeon(R) CPU E5-2630L 0 @ 2.00GHz 인데 생각보다 점수가 낮게 나왔다.
v2 2.40GHz 는 944.1점
ConoHa DigitalOcean Linode Vultr 벤치마크 테스트 결과보기 https://ivps.tistory.com/85
'LINUX' 카테고리의 다른 글
dig 와 nslookup 으로 도메인 IP 알아내기 (0) | 2016.06.09 |
---|---|
CentOS 7.x minimal 설치 후 해야되는 일들 정리 (0) | 2016.06.07 |
아파치 Proxy balancer 를 이용한 로드밸런싱 (0) | 2016.06.02 |
SSH 인증키 원격지 서버에 올려서 암호입력 없이 접속하기 (0) | 2016.05.30 |
리눅스 sftp 암호입력 없이 사용하는 방법 (0) | 2016.05.28 |