Skip to content

A Rust program that thrashes the disk infinitely, using the same number of threads as CPUs. 🦀

License

Notifications You must be signed in to change notification settings

pcgeek86/disk-thrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disk-thrash

A simple disk stress test tool. It continuously creates and deletes files on the filesystem.

Installation

Install the Rust toolchain first.

cargo install --git https://github.com/pcgeek86/disk-thrash.git

Usage

After installing the application, run it with:

disk-thrash

To specify a parent directory for the temporary files:

disk-thrash --parent-dir /path/to/parent/directory

The default buffer size is 100 MB To specify a different buffer size for the temporary files:

disk-thrash --buffer-size 200

About

A Rust program that thrashes the disk infinitely, using the same number of threads as CPUs. 🦀

Topics

Resources

License

Stars

Watchers

Forks

Languages