I Feel the Need for Speed: Linux File System Throughput Performance, Part 1

69
Article Source Linux Magazine
September 15, 2009, 3:17 pm

In two previous articles (here and here) we explored the metadata performance of a number of Linux file systems using a single micro-benchmark: fdtree.

fdtree as a micro-benchmark is very attractive because it is a simple bash script that uses recursion, forcing all cores to be used (extremely important with modern processors). It tests the ability of the file system to simply create directories and files in a tree-structure. The file systems tested typically used their default options (except for ext3 and ext4) so tuning the file systems for this specific benchmark was not tested…

Read More