Skip to content

miklelappo/IoTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoTest

IoTest is a tool to simulate IO load for memory devices

Examples

Perform test with default settings and write output to /tmp IoTest --output_folder /tmp/

Start 20 threads each of which will write 1024*1000000 bytes file to /tmp IoTest --output_folder /tmp/ --blocksize 1024 --blockcount=1000000 --threads 20

Usage

IoTest 0.1.0
Mikhail Lappo <mikhail.lappo@esrlabs.com>
An IO Load test

USAGE:
    IoTest [OPTIONS] --output_folder <output_folder>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --blockcount <blocknum>            Set number of blocks to be written by each thread [default: 1000]
    -s, --blocksize <blocksize>            Set blocksize [default: 512]
    -o, --output_folder <output_folder>    Select output folder
    -t, --threads <threads>                Select number of threads [default: 10]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages