Skip to content

F1bonacc1/diskbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diskbench

Multi threaded disk benchmarking tool written in go

Usage

mkdir /abcd/tmp #abcd is the tested drive mount
./diskbench -dir /abcd/tmp -files 1000 -size 8

./diskbench --help                          
Usage of ./diskbench:
  -dir string
        directory path to read (default ".")
  -files int
        amount of files to write
  -readers int
        amount of reader threads (default 1)
  -size int
        file size in MB (to write) (default 10)

About

Test Disk Write/Read Performance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages