Fio 패키지 이용하여 Fusion ioMemory PX600 성능 테스트 성능 결과
1G파일 16개 생성 후4k 8k 16k 블록 단위로 Read , Write , Read/Write 3분동안 16개 쓰레드 통해 결과
시스템 환경에 따라 수치는 달라질수 있습니다.
FIO 설치
apt-get install fio
FIO 사용법
Random Read :
fio --directory=[마운트한 폴더명] --name [파일 이름] --direct=1 --rw=randread -- bs=4k --size=1G --numjobs=16 --time_based --runtime=180 --group_reporting -- norandommap ·
Random Write :
fio --directory=[마운트한 폴더명] --name [파일 이름] --direct=1 --rw=randwrite -- bs=4k --size=1G --numjobs=16 --
time_based --runtime=180 --group_reporting -- norandommap
Random Read Write :
fio --directory=[마운트한 폴더명] --name [파일 이름] --direct=1 --rw=randread -- bs=4k --size=1G --numjobs=16 --time_based --runtime=180 --group_reporting -- norandommap --rwmixwrite 75
예제
fio --directory=/fio --name fio_test --gtod_reduce=1 --randrepeat=1 --ioengine=libaio --direct=1 --rw=randread --bs=4k --size=1G --numjobs=16 --iodepth=64 --time_based --runtime=180 --group_reporting --norandommap
fio --directory=/tmp --name HDD_test --gtod_reduce=1 --randrepeat=1 --ioengine=libaio --direct=1 --rw=randread --bs=16k --size=1G --numjobs=16 --iodepth=64 --time_based --runtime=180 --group_reporting --norandommap --rwmixwrite 75
Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
http://experiences.tistory.com/11
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
My blog address.
http://experiences.tistory.com/11
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit