上传者: m0_37694276
|
上传时间: 2026-03-23 19:39:44
|
文件大小: 4.05MB
|
文件类型: NONE
适应arm_v7a 32bit编译的fio-3.41,使用方法:
推入设备:adb push [FIO FILE PATH] /data/local/tmp,更改权限:adb shell chmod +x /data/local/tmp/fio
【flash顺序读测试】adb shell "./data/local/tmp/fio --name=seq_read --rw=read --bs=128k --size=512M --direct=1 --ioengine=sync --numjobs=1 --runtime=60 --time_based --filename=./testfile_seq_read --group_reporting"
【flash顺序写测试】adb shell "./data/local/tmp/fio --name=seq_write --rw=write --bs=128k --size=512M --direct=1 --ioengine=sync --numjobs=1 --runtime=60 --time_based --filename=./testfile_seq_write --group_reporting"
【flash 4K随机读测试】adb shell "./data/local/tmp/fio --name=rand_read --rw=randread --bs=4k --size=256M --direct=1 --ioengine=sync --numjobs=4 --iodepth=16 --runtime=60 --time_based --filename=./testfile_rand_read --group_reporting"
【flash 4K随机写测试】字数限制,参考上面