简体   繁体   中英

Performance test shows higher IOPS and throughput than whats actually provisioned on FSx for NetApps

I am using fio to run several performance tests on FSx for Netapps. FSx is configured with 1024 GiB of capacity and 128 MB/s throughputs. I am using automatic IOPS provisioning in this case IOPS count is (3 x 1024 = 3072).

But when i ran following test with fio , with following command,

sudo fio --name=write_throughput --directory=/fsx/ --size=1G --ramp_time=2s --ioengine=libaio --direct=1 --verify=0 --bs=32k --iodepth=64 --rw=write --group_reporting=1 --numjobs=1

and it gives 9k IOPS and 290MiB/s throughput which is way higher than the configuration.

在此处输入图像描述

What could be the reasons for the difference?

I have carried out similar tests against EFS and the results match the configurations.

I missed the bursting throughput/iops with the FSx. File system with 128 Mb/s throughput capacity can burst up to 18,750 IOPS and 600 MB/s throughput.

https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/performance.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM