Giter VIP home page Giter VIP logo

globecom-2014-simulation's Introduction


GLOBECOM-2014-SIMULATION


This repository contains the source code to reproduce the experiments for the paper entitled "A Green Network-Aware VMs Placement Mechanism", which has been accepted to IEEE Global Communications Conference - GLOBECOM 2014.

Using Vagrant: Installing from a base box

You can easily setup a Vagrant box to reproduce the simulation. The requirements to run the box are Vagrant, and VirtualBox. Once installed run:

Get the box

# Initialize the box:
vagrant init jfredett/arch-chef

# Start the box:
vagrant up

# Ssh into the box:
vagrant ssh

Install the dependencies

# To install the base packages run:
wget --no-check-certificate https://raw.githubusercontent.com/vonpupp/globecom-2014-simulation/master/setup/arch-setup.sh -O - | sh

Clone the repository

# First, clone the repository and initialize the submodules:
git clone https://github.com/vonpupp/globecom-2014-simulation.git
cd globecom-2014-simulation
./00submodules.sh

# Then execute the experiments (Note that you can customize the ``scenariosvar.py`` to change the simulation parameters):
python 01simulate.py

# And summarize the data and generate the figures with:
python 02summarizedata.py

Alternative method: Using the sbrc14-pycloudsim pre-built box

There is also a pre-built box also in case you prefer this method.

# Initialize the box:
vagrant init vonpupp/sbrc14-pycloudsim

# Start the box:
vagrant up

# Ssh into the box:
vagrant ssh

The workload data have been obtained from the CoMon project, a monitoring infrastructure for PlanetLab (http://comon.cs.princeton.edu/). The data used in the simulations in the CSV format are available at https://github.com/vonpupp/planetlab-workload-traces which is a fork from Dr. Anton Beloglazov.

License

Copyright (C) 2014 Albert De La Fuente Vigliotti

globecom-2014-simulation's People

Contributors

vonpupp avatar

Stargazers

zsy avatar lee avatar

Watchers

James Cloos avatar  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.