Giter Club home page Giter Club logo

ds-client's Introduction

DS-CLIENT

This project is an educational job scheduler based on the work done by Y. C. LEE @Macquarie University in the COMP3100 Distributed Systems Course. The ds-sim code is included as a submodule and found here.

The stage1 and stage2 tests are also included as a submodule, hosted in a separate repository.


Quickstart

  • Get the dependencies:
# git submodule init --recursive
  • Build the scheduler, reference implementation of ds-client and the dependency ds-server:
# make all
  • Run a test case against the scheduler:
# make test
  • Run the university-provided test-suite for stage 2:
# make run-demo

Assignment Details:

Design and implement at least one new scheduling algorithm that optimises average turnaround time.

In particular, your scheduling algorithm as part of your client shall schedule jobs to servers aiming to minimise the average turnaround time without sacrificing too much of other performance metrics, i.e., resource utilisation and server rental cost.

As these objectives are incompatible (conflicting performance objectives), the optimisation of one objective might lead to sacrificing the optimisation of other metrics. For instance, if you attempt to minimise average turnaround time by minimising waiting time, you may end up using more resources resulting in high costs (i.e., server rental costs).

Therefore, you have to define the scheduling problem clearly indicating your performance objective(s) and justifying your choice. In addition, you must discuss your algorithm and scheduling results in comparison with four baseline algorithms (FF, BF, WF and FC) and their results.

ds-client's People

Contributors

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