Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ./...
```