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

https://github.com/nicolas-raoul/filesystem-monkey

Creates/deletes/moves files and folders forever within the folder of your choice. Perfect to monkey-test any filesystem or tool that watches the filesystem.
https://github.com/nicolas-raoul/filesystem-monkey

filesystem filesystem-monkey monkey-test stress-testing testing-tools

Last synced: 5 days ago
JSON representation

Creates/deletes/moves files and folders forever within the folder of your choice. Perfect to monkey-test any filesystem or tool that watches the filesystem.

Awesome Lists containing this project

README

          

# Filesystem Monkey

Keeps creating/deleting/moving random files and folders until you stop it, within the folder of your choice.
Perfect to monkey-test any filesystem or tool that watches the filesystem.

[Download latest version of Filesystem Monkey](https://github.com/nicolas-raoul/filesystem-monkey/releases/download/v1.2/filesystem-monkey.exe)

![Filesystem Monkey screencast](http://i.stack.imgur.com/XdnV5.gif)

Usage:
```
filesystem-monkey.exe path\to\folder
````

Or just double-click `filesystem-monkey.exe` to perform filesystem monkey testing in the current directory.