Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iskorotkov/chaos-disk-fill
Simple app used in chaos testing as a potential target. It creates files and saves them on disk indefinitely
https://github.com/iskorotkov/chaos-disk-fill
chaos-engineering docker golang kubernetes
Last synced: 9 days ago
JSON representation
Simple app used in chaos testing as a potential target. It creates files and saves them on disk indefinitely
- Host: GitHub
- URL: https://github.com/iskorotkov/chaos-disk-fill
- Owner: iskorotkov
- Created: 2021-01-04T15:27:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T11:46:36.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T12:46:37.210Z (about 1 month ago)
- Topics: chaos-engineering, docker, golang, kubernetes
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaos Disk Fill
Simple app used in chaos testing as a potential target. It creates files and saves them on disk indefinitely.
WARNING: do not leave running for long time as it will create dozens of empty files!
- [Chaos Disk Fill](#chaos-disk-fill)
- [Development](#development)## Development
To build project:
```shell
go build ./...
```