Giter VIP home page Giter VIP logo

log8430's Introduction

Installation

Manual install on the EC2 instance:

Installation

Run these command to install the script on a Ubuntu instance:

sudo apt update
sudo apt install curl -y
curl -O --location https://github.com/antoine-lombardo/log8430/releases/download/v1/manual_install.sh
sudo chmod +x manual_install.sh
sudo ./manual_install.sh

Available commands

Run all benchmarks

Syntax:

/shared/log8430/run_all_benchmarks.sh

Run all benchmark for a specific model

Syntax:

/shared/log8430/{model}/run_all_benchmarks_{model}.sh

Parameters:

  • model: mongodb, redis or cassandra

Example:

/shared/log8430/mongodb/run_all_benchmarks_mongodb.sh

Run a single benchmark

Syntax:

/shared/log8430/{model}/run_single_benchmark_{model}.sh {workload} {attempt}

Parameters:

  • model: mongodb, redis or cassandra
  • workload: a, b, c, d, e, f or i
  • attempt: any id to identify the attempt (usually a number from 1 to 3)

Example:

/shared/log8430/mongodb/run_single_benchmark_mongodb.sh a 1

Automatic deploy, installation and benchmarking:

The automatic script must be run on a local Ubuntu machine and have aws and python3 installed on it.

To run it, execute these commands:

sudo apt update
sudo apt install curl -y
curl -O --location https://github.com/antoine-lombardo/log8430/releases/download/v1/automatic_install.sh
sudo chmod +x automatic_install.sh
sudo ./automatic_install.sh

An interactive prompt will guide you with the deployment of your instance.

log8430's People

Contributors

antoine-lombardo 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.