You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I launch and control multiple open zones when testing F2FS on ZNS SSD by FIO?
How can I enable F2FS to utilize more open zones for writing operations? Even when I use 32 jobs to write 32 files, the write performance appears to be similar to writing with only one open zone.
for i in {1..32}; do fio --filename=${mountpoint}/f2fs_${i} --size=4g --ioengine=libaio --bs=128k --iodepth=128 --rw=write --name=job_${i} & done
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I launch and control multiple open zones when testing F2FS on ZNS SSD by FIO?
How can I enable F2FS to utilize more open zones for writing operations? Even when I use 32 jobs to write 32 files, the write performance appears to be similar to writing with only one open zone.
for i in {1..32}; do fio --filename=${mountpoint}/f2fs_${i} --size=4g --ioengine=libaio --bs=128k --iodepth=128 --rw=write --name=job_${i} & done
Beta Was this translation helpful? Give feedback.
All reactions