Skip to content

thericfang/Scheduler

Repository files navigation

Scheduler

Introduction

This program is a scheduler that compares four different scheduling algorithms for running processes. The four algorithms are:

  1. First Come First Serve
  2. Round Robin with a quantum value of 2
  3. Last Come First Serve
  4. Highest Penalty Ratio Next

Use Instructions

Compile the Tester Java file with javac Tester.java. Run with java Tester [inputname] for a non-detailed version. Run with java Tester --verbose [inputname] for a detailed version of every cycle.

Please make sure that the random-numbers file is in the same folder as the program (if using a different random-numbers).

Output

The program will print outputs into the console, one method after the other.

About

Scheduler Lab 2 for OS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages