FIO 명령어 통해 Fusion ioMemory PX600 성능 테스트

in #fio6 years ago

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

Coin Marketplace

STEEM 0.19
TRX 0.14
JST 0.030
BTC 60122.55
ETH 3199.29
USDT 1.00
SBD 2.43