Skip to content

gelocasauay01/os-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OS Scheduling Algorithms Analyzer

Welcome to OS Scheduling Algorithms Analyzer! This is a command line tool that computes the output of various Operating System algorithms and writes the results in a CSV file.

Features

  • Computes the output of various OS scheduling algorithms, both preemptive and non-preemptive.
  • Outputs include completion time, turn around time, waiting time, and response time.
  • Writes the results in a CSV file for easy analysis and comparison.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run the Makefile.

Usage

Run the compiled executable from the command line, passing in any necessary arguments. The tool will compute the output of the OS algorithms and write the results in a CSV file in the same directory.

Releases

No releases published

Packages

No packages published