Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devlights/diskio
- Owner: devlights
- License: mit
- Created: 2020-03-11T09:26:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T09:38:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T19:11:04.865Z (2 months ago)
- Topics: go, goland, golang
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - diskio
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)
```