ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

program to create specified number of files of a specified size, but random data

(1/1)

gabeeg:
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!

mouser:
Someone on DC recently created something that may meet your needs or come close enough that they would be willing to modify it:
https://www.donationcoder.com/forum/index.php?topic=20979.0

gabeeg:
Yep, I looked at that one.   It is missing the random data types (looks to be limited to alpha-numeric) and the ability to randomize the data in the files created.

mouser:
this is definitely something suitable for a coding snack, so let's see if anyone volunteers to create it.

Navigation

[0] Message Index

Go to full version