Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Readonly filesystem benchmark software on Linux

Updated: iozone has an option -+E which could use non-iozone file to run a readonly FS benchmark test

I am working on a project which aimed at making a 2level-cached read-only filesystem, and now I need to test it's performance.

I've tried iozone, but seems that even use -i 1 it will also create a temp file, which I could not support.

Could you give me some advice about use iozone to test read-only FS? I'm really not familiar with it

Is there any benchmark software could test read-only FS?

Thanks your guys!

like image 257
bxshi Avatar asked Nov 14 '22 08:11

bxshi


1 Answers

I highly recommend fio tool. It has a lot of options that help you mimick real world scenarios. I haven't used the readonly option myself but it has the capability.

like image 68
codegrep_admin Avatar answered Nov 23 '22 23:11

codegrep_admin