Skip to content

BUGSYTHEBEAN/FileSUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

File System Benchmarking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published