devlights / diskio

diskio is a tool to perform high load disk I/O for test purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diskio

diskio is a tool to perform high load disk I/O for test purpose.

Install

go install github.com/devlights/diskio

Run

windows

diskio.exe

or

diskio.exe -g number_of_concurrent_proc(default 100) -b block_size(default 1024)

MacOS and Linux

diskio

or

diskio -g number_of_concurrent_proc(default 100) -b block_size(default 1024)

About

diskio is a tool to perform high load disk I/O for test purpose.

License:MIT License


Languages

Language:Go 100.0%