File System Universal Test Suite
Created at UW-Madison for CS 736—Advanced Operating Systems—by Andrei Freund and Natan Lidukhover
A tool to benchmark file systems that runs natively on Windows and Linux. We benchmarked Windows 11’s implementation of NTFS, Linux’s ext4, Linux's XFS, and NTFS mounted on Linux (read-only) on the same machine to reveal the relative performance and best use cases for each file system. We find that ext4 and XFS have universally lower latency by an order of magnitude, two to five times faster write throughput and faster read throughput at payload sizes lower than 4KB.