Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devlights/diskio

diskio is a tool to perform high load disk I/O for test purpose.
https://github.com/devlights/diskio

go goland golang

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

# Install

```shell script
go install github.com/devlights/diskio
```

# Run

## windows

```shell script
diskio.exe
```

or

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

## MacOS and Linux

```shell script
diskio
```

or

```shell script
diskio -g number_of_concurrent_proc(default 100) -b block_size(default 1024)
```