Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptahmose/manyfileswritetest
https://github.com/ptahmose/manyfileswritetest
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ptahmose/manyfileswritetest
- Owner: ptahmose
- Created: 2015-08-12T21:56:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T21:58:25.000Z (over 9 years ago)
- Last Synced: 2023-08-01T13:11:42.008Z (over 1 year ago)
- Language: C++
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManyFilesWriteTest
A little tool in order to create a specified number of files with a specified size in a specified folder.
Example:
ManyFilesWriteTest.exe -d W:\TEST -c 1000 -s 10000000This will create 1000 files, each with 10,000,000 bytes, in the folder W:\TEST.