close

이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.

linux

linux IOPS 성능 측정

mysop 2021. 6. 8. 15:31
728x90
반응형

출처 : https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_fio

 

리눅스 fio - 제타위키

다음 문자열 포함...

zetawiki.com

읽기 성능 (16k랜덤)

# fio --directory=폴더명 --name fio_test_file --direct=1 --rw=randread --bs=16k --size=100M --numjobs=16 --time_based --runtime=180 --group_reporting --norandommap

 

쓰기성능 (16k랜덤)

# fio --directory=temp --name fio_test_file --direct=1 --rw=randwrite --bs=16k --size=100M --numjobs=16 --time_based --runtime=180 --group_reporting --norandommap

 

aws GP3 SSD는 IOPS 3,000 균일하게....

국내 중소 CLOUD업체는 1,000 ~ 25,000까지 랜덤;;;;

728x90
반응형

'linux' 카테고리의 다른 글

php, http Permission denied  (0) 2021.06.22
linux 파일 소유자 일괄 변경  (0) 2021.06.17
putty 없이 수동 터널링 (mac용)  (0) 2021.06.08
centos 호스트명 변경  (0) 2021.06.08
리눅스 파일삭제 inode 사용  (0) 2021.05.26