Code Monkey home page Code Monkey logo

genxmls's Introduction

genXMLs

genXML.sh script to generate COSbench XML files for s3 benchmarking.
Also includes 'cbparser.py', a script which parses COSbench workload results archive directory
and produces text results file.
USAGE: ./cbparser.py -d archive/w25-empty-s3/

NOTE: genXML.sh generates a random string as container prefix name to avoid AWS S3 name collisions

Creates these XML files

FILENAME Description
fill.xml cluster fill workload (creates buckets and objects) must be run as first workload
empty.xml cluster empty (removes objects and buckets) must be run as last workload
seqops.xml performs sequential reads then writes. For writes it initializes new containers and perfoms write on them. Eventually it deletes and disposes these new containers and objects within it.
randomops.xml performs random reads then writes. For writes it initializes new containers and perfoms write on them. Eventually it deletes and disposes these new containers and objects within it.
mixedops.xml performs mixture of read, list, write, deletes

Edit genXMLs.sh and set access key, secret key and endpoint

VARIABLE Description
akey s3 access key
skey s3 secret key
endpt s3 endpoint

Further define workload conditions by defining these

VARIABLE Description
testname name prepended to all XML files
runtime workstage duration in seconds - not used in fill or empty workloads
objSIZES object sizes
numCONT number of containers/buckets
numOBJ number of objects (per bucket)

genxmls's People

Contributors

jharriga avatar shekharberry 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.