Computer System/Storage

[스토리지] 스토리지 성능 측정 툴 fio 스크립트

해리팍 2017. 9. 1. 10:38
반응형

제가 개인적으로 사용하는 fio 스크립트 입니다.


https://github.com/parkch0708/script/blob/master/chp_base.fio


[global]

name=chp_test

filename=/dev/sda

numjobs=4

ioengine=libaio

ramp_time=10

iodepth=1

runtime=600

time_based

direct=1

norandommap

group_reporting


[seq-write-4k]

stonewall

bs=4k

rw=write 


반응형