Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

FileSUS

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.

Results

Throughput (MB/s)

image

Throughput at Different Payload Sizes

image image

Latency (nanoseconds)

image image