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.
- Host: GitHub
- URL: https://github.com/nicolas-raoul/filesystem-monkey
- Owner: nicolas-raoul
- License: gpl-3.0
- Created: 2016-06-01T09:28:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T09:46:10.000Z (about 10 years ago)
- Last Synced: 2025-02-23T11:14:33.688Z (over 1 year ago)
- Topics: filesystem, filesystem-monkey, monkey-test, stress-testing, testing-tools
- Language: C#
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)

Usage:
```
filesystem-monkey.exe path\to\folder
````
Or just double-click `filesystem-monkey.exe` to perform filesystem monkey testing in the current directory.