Hello,
I am looking for a quick and dirty program with a easy UI, that I will do all of the following:
1. Create a specified number of files.
2. Create the files of a specified size (10kb, 6mb, 10gb, or whatever the user chooses).
3. Create files of a certain type (text, numeric, and especially binary data to simulate program files).
4. Contents of each file must be random (of the selected type).
We are doing some performance evaluations with a program that does de-duplication and compression....we need various sizes, numbers and types of random data to make sure we are not seeing performance skewed to the high side due to de-dupe or compression. If we just had 1000 1GB text files all with the same text...de dupe and compression would make the app look ridiculously and unrealisticly fast
. We have found apps and scripts that do one or two of the above, but nothing to do all four!
Thanks!