linux 성능 평가 툴 (SPEC CPU 2006, PARSEC)
Study-programing/linux-kernel2016. 1. 18. 15:37
간단한 사용법 정리.
PARSEC
bin/parsecmgmt -a run -p canneal -n 16 -i native
bin/parsecmgmt : PARSEC 실행
-a run : 실행 옵션 (실행. build 라면 해당 벤치마크 빌드)
-p canneal : 사용할 밴치마크 설정 (canneal 로)
-n 16 : 사용할 쓰레드 갯수 (16개)
-i native : 사용할 input 종류 (simsmall, simlarge, native 등 존재)
( 참고 http://parsec.cs.princeton.edu/parsec3-doc.htm )
SPEC_CPU2006
$ . ./shrc
$ bin/runspec --config default.cfg --noreportable 470.ibm
. ./shrc : (정확하게는 모르지만…) 환경변수 등 설정
bin/runspec : speccpu 실행
—config : default.cfg config 파일 (이전에 설정해 놓은 시스템 환경에 맞는 config)
—470.ibm : 사용할 benchmark
( 참고 : https://www.spec.org/cpu2006/docs/runspec.html )
'Study-programing > linux-kernel' 카테고리의 다른 글
각종 유닉스 (리눅스) 성능 분석 도구들 (2) | 2017.01.22 |
---|---|
linux kernel 컴파일 하기 (0) | 2015.06.16 |
댓글()