Giter Site home page Giter Site logo

blobs's Introduction

Blobs - Generate files of various sizes.

Build Status GoDoc Coverage Status

Use Blobs to create files of various sizes in bytes, megabytes, gigabytes, and terabytes.

Usage

Specify the content of the blob via stdin.

Provide the data unit (unit), number of files (amount), destination (dest), and the file name format (o):

echo "foobar" | go run main.go --unit="MB" --amount=2 --dest="./tmp" --o="FILE_%d.dat"

Flags

unit - string flag, the unit of data to be created. Valid values are MB, GB, TB, KB, and B. Case sensitive for now. Default = "MB"

amount - An integer flag of the number of files to be created. Default = 1

dest - A string flag, the directory path of the output. Default = "./"

o - A string flag to specify the file name format. The %d format specifier will denote the number sequence of the file. Default = "%d.dat"

TODO

  • Tests, tests, and more tests
  • Error checking and handling for flags and other values
  • Improved configuration parsing

blobs's People

Contributors

xercoy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.