Giter VIP home page Giter VIP logo

s3test's Introduction

Lightweight S3 test utility.

Run PUT test with a total of 64 1MiB objects with 32 threads:

$ ./s3test.py -e https://s3.company.com -p awsprofile -b bucket -s 1048576 -c 64 -f prefix -o put -t 32 -v

Run GET test with 64 objects with the given prefix (prefix-1 ... prefix-64, objects must already exist):

$ ./s3test.py -e https://s3.company.com -p awsprofile -b bucket -c 64 -f prefix -o get -d /home/user/test -v

Determine best thread count for a test scenario:

./s3test.py -e https://s3.company.com -p awsprofile -b bucket -s 1048576 -c 64 -f prefix -o put -v -m

s3test's People

Contributors

mminichino 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.