I'm in search of a filesystem benchmark utility. I basically want to run a test which should be able to do random reads/writes on a specified drive with a given block size. e.g. a 4K random write on a linux system.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
Check the Linux Benchmark Suite page. It has links to a bunch of benchmarks, including bonie and bonie++ which can do what you want (and more). For bonnie++, to change the block size, you might also need to specify the test file size.
So Also check out iozone. It has a scary number of command line arguments, but |
|||||||
|