GithubHelp home page GithubHelp logo

sis_oper_av's Introduction

sis_oper_av

Proyecto de Sistemas Operativos Avanzados

Compile

mkdir build
cd build
cmake ..
make

Run

To run with the default parameters:

./livelock_sim

To see all the parameters:

./livelock_sim --help

To run with default parameters except for some:

./livelock_sim --algorithm=1

Run Simulations

In the data directory there is a bash script for simulating running multiple times the simulation, changing the amount of inputs in each new simulation. The following bash commands run the script, save it to a file and plot the output. The plot is named EXAMPLE_TEXT_FILE.eps:

cd data
./sim.bash  > EXAMPLE_TEXT_FILE.TXT
gnuplot -c plots.gnuplot EXAMPLE_TEXT_FILE

TESTS

  • live_lock_test_1: (using sim.bash) quota=-1, algorithm=0, total_io=5
  • mogul_test_1: (using sim.bash) quota=-1, algorithm=1, total_io=5
  • mogul_test_2: (using sim.bash) quota=90000, algorithm=1, total_io=5
  • mogul_test_3: (using sim.bash) quota=80000, algorithm=1, total_io=5
  • mogul_test_4: (using sim.bash) quota=4, algorithm=1, total_io=5

sis_oper_av's People

Contributors

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