How to optimize your FS?
It turns out that we have to optimize our FS before benchmarking. I have read some articles and maillist archives so I got some impression:
Give correct parameters to newfs(1)
avgfilesize, filesperdir, will control DIRPERF hashing.Turn on noatime mounts.
etc.
Just make a note.