Giter Club home page Giter Club logo

dynamic-io-manager's Introduction

I/O manager

First, we need to create a configuration file for the iomanager. On your target machine (i.e. the host) run:

src/create_configuration_file.py <num_of_cores> <network_interface_name[,second_if_name]> [OPTIONS]

  • num_of_cores: is the number of cores on your system; use less if you want to confine the virtual machines and iocores to use a subset of the available cores
  • network_interface_name: is the interface name (from the host perspective) in which all traffic of the virtual machines goes through. Currently, supporting up to 2 NICs

Options:

  • --config: override the default configuration file path
  • --min: minimum number of iocores allowed
  • --max: maximum number of iocores allowed

Note: the configuration file is stored in /tmp/ by default

Next, run the iomanager:

/src/start_io_manager.py [OPTIONS]

Options:

  • -c, --config: override the default configuration file path
  • -p, --process: run as a process (as opposed to a daemon) and direct all output to stdout/stderr

Note: it is possible to manually tune the configuration settings (you should better know what you're doing); for more information please see: confs/configuration_template.json

To stop the iomanager daemon run the following command:

/src/stop_io_manager.py

Acknowledgements

This project has been conducted within the RIA MIKELANGELO project (no. 645402), started in January 2015, and co-funded by the European Commission under the H2020-ICT- 07-2014: Advanced Cloud Infrastructures and Services programme.

dynamic-io-manager's People

Contributors

gberginc avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vmsearch

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.