Skip to content

Dummy Data File Creator. A bash script to create dummy random test data either in directory tree or a single directory. Will create a single file or as many as you want.

Notifications You must be signed in to change notification settings

Jim-JMCD/DummyFileCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Dummy File Creator ( DFileCreate )

Dummy Data File Creator

DFileCreate - a bash script to create files with random content.

A test file generator that can generate random data in a directory tree or single directory.

  • The number of subdirectories within a directory (tree width) and number of directories in a path (tree depth) is your choice.
  • The number of directories and files within a tree increases exponentially as tree width and dept increase. Tree width increase more slowly, tree depth is very exponential.
  • Includes a calculator option
  • Minimum file number = 1
  • Minimum file size = 2 bytes to multiples of GiB.
  • Files can all be the same or filled with individual random data from /dev/urandom.
  • Files can be all the same size or random sizes within a specified range.

DFileCreate -h lists all options

DFileCreate -C calculator option to explore directory and files numbers and resource usage.

Calculator limits: 100 PiB, 100 million files and directories. A tree a depth >17 will wrap on a standard 1080 full screen display , no limit on tree width

Inspired by HPCreateData (~2003)

Author - Jim McDonald, Sydney

About

Dummy Data File Creator. A bash script to create dummy random test data either in directory tree or a single directory. Will create a single file or as many as you want.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages