Git Product home page Git Product logo

aws-s3-speed's Introduction

aws-s3-speed

A project we use in www.takipi.com to test upload speeds to Amazon Simple Storage Service (S3) regions.

Installation

a. Fork / Get the code and run
mvn clean compile assembly:single
b. Download latest snapshot
https://s3.amazonaws.com/app-takipi-com/tests/aws-s3-speed-0.0.6-jar-with-dependencies.jar

Usage

You will need your AWS access keys.
Make sure you have buckets in all AWS regions or use the CREATE mode.
The prefix and suffix are concatenated to the bucket name such as: aws-speed-test-eu-1-06-mar-2013
java -jar aws-s3-speed-0.0.6-jar-with-dependencies.jar AWS_KEY AWS_SECRET PREFIX SUFFIX

Running the test:
Use the RUN mode (make sure AWS access keys, prefix and suffix are the same as when you run it with CREATE
The reason it's a two way process is because you should wait a few minutes before running the test to make sure the DNS servers will easily find all your buckets around the world and won't affect the first round of the test.

Cleanup buckets:
Use DELETE mode to remove buckets

ROUNDS: Number of rounds to test, usually 12 (since we remove the best and worst scores before averaging)
SIZE: SMALL=1KB, MEDIUM=5MB, BIG=10MB, HUGE=100MB
METHOD:
SDK = Uses AWS SDK S3Client putObject (uses HttpClient).
PLAIN = Sign a link and uses plain HttpsURLConnection output stream
java -jar aws-s3-speed-0.0.6-jar-with-dependencies.jar RUN AWS_KEY AWS_SECRET PREFIX SUFFIX ROUNDS BIG SDK

aws-s3-speed's People

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.